@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,600");
a,
span.horde-popdown,
input#horde-search-icon,
.disabled,
.msgSort,
.closeImg,
input,
span,
.hordeACItemRemove,
.hordeACBox,
#compose_upload_add,
.horde-add:before,
:before,
:after,
input,
select,
.sooma-profile-image,
.sooma-popup,
.horde-nobutton,
#sooma-profile-dialog-profile-link-label,
.vpScroll,
.vpScrollCursor,
.vpScrollDown,
.vpScrollUp,
.searchAdd {
  -webkit-transition: .2s ease;
  /* Safari */
  transition: all .2s ease; }

.hidden,
#kronolith-legend,
body.app-login > table,
.mimePartInfo,
#kronolithPrintHeader,
.horde-resource-refresh-000,
.horde-resource-refresh-fff,
.horde-settings,
#imp-specialmboxes .horde-info,
#imp-normalmboxes .horde-info {
  display: none; }

.actionDelete,
#ctx_atcfile_delete span.iconImg,
.actionRedirect,
.actionSend,
.actionSpellcheck,
.actionDrafts,
.actionTemplates {
  background-image: none !important; }

.leftAlign {
  text-align: left; }

.clear {
  clear: both; }

hr {
  border: 0;
  height: 1px;
  background-color: #C7C7C7; }

b, strong {
  font-weight: 600; }

.qsearchMatch {
  display: inline-block;
  font-weight: 600;
  padding: 0 1px;
  margin-left: 2px;
  border: 1px solid rgba(33, 33, 33, 0.2);
  border-radius: 2px;
  color: #212121; }

em {
  font-style: normal; }

*::selection {
  background-color: #e60013;
  color: white; }

.mimeStatusMessage {
  display: inline-block;
  font-size: 0.9rem;
  margin-bottom: 24px;
  border-radius: 4px;
  background-color: #e8f3ff;
  padding: 12px 24px 14px; }
  .mimeStatusMessage table.mimeStatusMessageTable td {
    padding: 2.7272727273px 0; }
  .mimeStatusMessage table.mimeStatusMessageTable td.mimeStatusIcon {
    vertical-align: top;
    padding-top: 5px;
    padding-right: 12px; }
  .mimeStatusMessage table.mimeStatusMessageTable a {
    font-size: 0.9rem;
    display: inline-block;
    color: #212121;
    background-color: transparent;
    padding: 4px 10px 5px;
    text-decoration: none;
    border: 1px solid rgba(33, 33, 33, 0.3);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    line-height: initial;
    cursor: pointer;
    opacity: .7;
    margin-top: 5.4545454545px; }
    .mimeStatusMessage table.mimeStatusMessageTable a:hover {
      opacity: 1;
      border-color: rgba(33, 33, 33, 0.5); }

#Growler {
  padding: 24px !important;
  max-width: 500px; }

.GrowlerNotice {
  padding: 24px 48px 27px 51px;
  margin-top: 5.4545454545px;
  opacity: 1 !important;
  border-radius: 4px;
  overflow: auto;
  position: relative;
  background-color: white;
  background-repeat: no-repeat;
  background-position: 16px 20px;
  -webkit-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.25);
  z-index: 2; }
  .GrowlerNotice .GrowlerNoticeBody {
    float: left;
    padding-left: 5.4545454545px; }
    .GrowlerNotice .GrowlerNoticeBody a {
      pointer-events: none; }
  .GrowlerNotice .GrowlerNoticeExit {
    position: absolute;
    right: 24px;
    top: 12px;
    width: 0;
    color: transparent; }
    .GrowlerNotice .GrowlerNoticeExit:before {
      height: 12px;
      width: 12px;
      background-repeat: no-repeat;
      background-position: center center;
      vertical-align: middle;
      content: '';
      display: block;
      cursor: pointer;
      opacity: .7; }
    .GrowlerNotice .GrowlerNoticeExit:hover:before {
      opacity: 1; }

.notices {
  margin: 0 0 24px; }
  .notices li {
    text-align: center;
    color: #212121;
    background-color: rgba(20, 114, 226, 0.1);
    padding: 7px 24px 8px;
    border-radius: 2px; }
  .notices img {
    display: none; }

#searchbar, #viewport_error {
  padding: 24px;
  border-bottom: 1px solid #C7C7C7;
  font-size: 1.2rem; }
  #searchbar span, #viewport_error span {
    height: 16px;
    width: 16px;
    background-repeat: no-repeat;
    background-position: center center;
    vertical-align: middle;
    float: right;
    opacity: .7;
    cursor: pointer;
    margin-left: 8px;
    padding: 4px 0; }
    #searchbar span:hover, #viewport_error span:hover {
      opacity: 1; }
  #searchbar div, #viewport_error div {
    position: relative;
    padding-left: 44px;
    max-width: calc(100% - 116px); }
    #searchbar div:before, #viewport_error div:before {
      content: '';
      height: 32px;
      width: 32px;
      background-repeat: no-repeat;
      background-position: center center;
      vertical-align: middle;
      position: absolute;
      left: 0;
      top: -4px;
      background-color: white;
      display: inline-block;
      border-radius: 50%; }
  #searchbar #search_time_elapsed, #viewport_error #search_time_elapsed {
    width: auto;
    height: auto;
    font-size: 0.9rem;
    padding-right: 12px;
    margin-right: 8px;
    position: relative; }
    #searchbar #search_time_elapsed:after, #viewport_error #search_time_elapsed:after {
      content: '';
      width: 1px;
      height: 1.3em;
      background-color: rgba(33, 33, 33, 0.5);
      position: absolute;
      right: 0; }

#searchbar {
  background-color: #e8f3ff; }
  #searchbar div:before {
    border: 1px solid rgba(20, 114, 226, 0.3); }

#viewport_error {
  background-color: #ffe7e7; }
  #viewport_error div:before {
    border: 1px solid rgba(235, 56, 48, 0.3); }

.app-login.modal-form ul.notices {
  margin-bottom: 0; }
  .app-login.modal-form ul.notices li {
    text-align: center; }
    .app-login.modal-form ul.notices li div.noticetext {
      white-space: pre-line; }
      .app-login.modal-form ul.notices li div.noticetext small {
        display: block;
        margin-top: 5.4545454545px;
        font-size: 0.9rem; }

#compose_notices {
  width: 100%;
  padding: 0 24px;
  text-align: center;
  float: left;
  box-sizing: border-box;
  margin-bottom: 12px; }
  #compose_notices #replyallnotice, #compose_notices #fwdbodynotice, #compose_notices #fwdattachnotice, #compose_notices #replylistnotice {
    display: inline-block;
    margin: 0 auto;
    padding: 5px 24px; }
    #compose_notices #replyallnotice input, #compose_notices #fwdbodynotice input, #compose_notices #fwdattachnotice input, #compose_notices #replylistnotice input {
      font-size: 0.9rem;
      display: inline-block;
      color: #212121;
      background-color: transparent;
      padding: 4px 10px 5px;
      text-decoration: none;
      border: 1px solid rgba(33, 33, 33, 0.3);
      -webkit-border-radius: 2px;
      -moz-border-radius: 2px;
      border-radius: 2px;
      -webkit-background-clip: padding-box;
      -moz-background-clip: padding;
      background-clip: padding-box;
      line-height: initial;
      cursor: pointer;
      opacity: .7;
      margin-right: 0;
      margin-left: 8px; }
      #compose_notices #replyallnotice input:hover, #compose_notices #fwdbodynotice input:hover, #compose_notices #fwdattachnotice input:hover, #compose_notices #replylistnotice input:hover {
        opacity: 1;
        border-color: rgba(33, 33, 33, 0.5); }
  #compose_notices #fwdbodynotice {
    cursor: pointer; }

#RB_overlay {
  position: absolute;
  z-index: 100;
  width: 100%;
  height: 100%;
  min-width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 1 !important;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  background-color: rgba(0, 0, 0, 0.5); }

#RB_window {
  z-index: 102;
  background-color: white;
  text-align: left;
  padding: 36px;
  border-radius: 4px;
  box-sizing: border-box;
  -webkit-box-shadow: 0px 8px 12px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 8px 12px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 8px 12px 0px rgba(0, 0, 0, 0.25); }
  #RB_window .RB_confirm .horde-default {
    display: inline-block;
    text-align: center;
    font-size: 15px;
    font-weight: 600;
    background-color: #e60013;
    color: #FFFFFF;
    border: 1px solid #e60013;
    padding: 9px 16px 11px;
    text-decoration: none;
    min-width: 80px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    line-height: initial;
    cursor: pointer;
    opacity: 1;
    margin-right: 12px; }
    #RB_window .RB_confirm .horde-default:hover {
      background-color: #b3000f;
      border-color: #b3000f; }
    #RB_window .RB_confirm .horde-default:first-child {
      margin-right: 12px; }
  #RB_window .RB_confirm p {
    margin-bottom: 12px;
    margin-bottom: 0; }
  #RB_window .RB_confirm .horde-default, #RB_window .RB_confirm .horde-cancel {
    display: inline-block; }
  #RB_window .RB_confirm p:first-child {
    color: #777;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.3;
    text-transform: uppercase;
    letter-spacing: .5px;
    padding-top: 24px;
    padding-bottom: 8px;
    padding-top: 0; }
  #RB_window .RB_confirm div input[name="flagname"] {
    width: 225px;
    margin-bottom: 24px; }
  #RB_window .RB_confirm div input[name="flagcolor"] {
    width: 32px !important;
    height: 32px;
    border-radius: 50% !important;
    padding: 0;
    color: transparent !important;
    border: 2px solid #C7C7C7 !important; }
  #RB_window form div {
    margin-bottom: 12px; }
  #RB_window form #kronolithCalendarinternalACBox {
    margin: 0; }
  #RB_window #RB_confirm div {
    margin-bottom: 24px; }

input#dialog_input {
  margin-bottom: 12px; }

.sooma-popup {
  border: 0;
  z-index: 100;
  background: white none repeat scroll 0% 0%;
  position: absolute;
  top: 50px;
  left: 50px;
  -webkit-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.25);
  border-radius: 4px; }
  .sooma-popup iframe {
    border-width: 0;
    border-radius: 4px; }

.sooma-popup-cover-canceler {
  opacity: 1;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.5) !important;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  background-color: rgba(0, 0, 0, 0.7); }

.app-kronolith #RB_window {
  top: 50px !important;
  margin-top: 0 !important; }
  .app-kronolith #RB_window #kronolithQuickinsert {
    padding: 24px; }
  .app-kronolith #RB_window .kronolithDialog {
    box-sizing: border-box;
    /*		overflow: auto;
		max-height: 80vh;
		width: $redbox-width;
*/ }
    .app-kronolith #RB_window .kronolithDialog:before {
      display: block;
      content: '';
      width: 100%;
      height: 36px;
      position: absolute;
      top: 0;
      left: 0;
      border-radius: 4px;
      background: -moz-linear-gradient(top, white 0%, rgba(255, 255, 255, 0) 100%);
      background: -webkit-linear-gradient(top, white 0%, rgba(255, 255, 255, 0) 100%);
      background: linear-gradient(to bottom, white 0%, rgba(255, 255, 255, 0) 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 );
      z-index: 2; }
  .app-kronolith #RB_window .kronolithFormActions {
    /*
		@include flexbox();
		@include align-items(center);
		@include justify-content(center);
		@include drop-shadow();
		border-radius: ($radius * 2) ($radius * 2) 0 0;
		position: absolute;
		background-color: white;
		height: ($outer-padding * 3);
		bottom: 0;
		margin-bottom: 0!important;
		left: ($outer-padding * 1.5);
		right: ($outer-padding * 1.5);
		z-index: 1;
*/
    margin-bottom: 0 !important;
    margin-top: 24px !important; }
    .app-kronolith #RB_window .kronolithFormActions input {
      height: auto; }

.DragElt {
  cursor: move; }

img, .img, .img:active, .img:hover, .img:visited, .image {
  border: none;
  vertical-align: middle;
  background: transparent;
  max-width: 100%; }

.tabset ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-flow: row wrap;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end;
  border-bottom: 1px solid #C7C7C7;
  margin: 0; }
  .tabset ul li a {
    display: block;
    font-size: 15px;
    padding: 6px 14px 6px;
    border-radius: 2px 2px 0 0;
    margin-right: 3px;
    background-color: #e6e6e6;
    border-bottom: 1px solid #C7C7C7;
    color: rgba(33, 33, 33, 0.7);
    position: relative;
    transition: none;
    top: 1px; }
    .tabset ul li a:hover {
      border-bottom: 1px solid #C7C7C7;
      background-color: #C7C7C7;
      color: #212121; }
  .tabset ul li.horde-active a {
    color: #e60013;
    border: 1px solid #C7C7C7;
    background-color: white;
    border-bottom: 1px solid white;
    pointer-events: none; }

.kronolithDialog {
  width: 750px; }
  .kronolithDialog .tabset {
    padding-top: 12px; }
    .kronolithDialog .tabset ul {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      flex-flow: row wrap;
      -webkit-align-items: flex-end;
      -moz-align-items: flex-end;
      -ms-align-items: flex-end;
      align-items: flex-end;
      border-bottom: 1px solid #C7C7C7;
      margin: 0; }
      .kronolithDialog .tabset ul li a {
        display: block;
        font-size: 15px;
        padding: 6px 14px 6px;
        border-radius: 2px 2px 0 0;
        margin-right: 3px;
        background-color: #e6e6e6;
        border-bottom: 1px solid #C7C7C7;
        color: rgba(33, 33, 33, 0.7);
        position: relative;
        transition: none;
        top: 1px;
        font-size: 0.9rem; }
        .kronolithDialog .tabset ul li a:hover {
          border-bottom: 1px solid #C7C7C7;
          background-color: #C7C7C7;
          color: #212121; }
      .kronolithDialog .tabset ul li.horde-active a {
        color: #e60013;
        border: 1px solid #C7C7C7;
        background-color: white;
        border-bottom: 1px solid white;
        pointer-events: none; }

table {
  border-collapse: collapse;
  border-spacing: 0;
  color: #212121;
  border: 0;
  width: 100%; }
  table.linedRow {
    border-bottom: none;
    margin: 24px 0; }

td, th {
  padding: 12px 0; }

thead tr th, thead tr td {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 12px;
  color: #212121;
  font-weight: 600;
  line-height: 1.3;
  text-transform: uppercase;
  letter-spacing: .5px;
  text-align: left;
  border-bottom: 1px solid #C7C7C7; }

tbody tr td {
  color: #212121; }

body.app-services form table.flagmanagement thead tr td {
  padding-bottom: 12px; }

body.app-services form table.flagmanagement tbody tr:first-child td {
  padding-top: 8px; }

body.app-services form table.flagmanagement tbody td:first-child,
body.app-services form table.flagmanagement thead td:first-child {
  padding-right: 24px; }

table.flagmanagement .msgflags:before {
  display: none; }

table.flagmanagement {
  max-width: 653.3333333333px; }

label[for="show_all_flags"] {
  font-weight: initial;
  letter-spacing: initial;
  text-transform: initial;
  font-size: 15px;
  color: #212121; }

/* Horde Based */
.linedRow, tr.linedRow td, table.linedRow td, ul.linedRow li {
  color: #212121;
  border-bottom: 1px solid #DFDFDF; }
  .linedRow .iconImg, tr.linedRow td .iconImg, table.linedRow td .iconImg, ul.linedRow li .iconImg {
    height: 16px;
    width: 16px;
    background-repeat: no-repeat;
    background-position: center center;
    vertical-align: middle;
    display: inline-block;
    margin: 0 5.4545454545px;
    opacity: .3; }
    .linedRow .iconImg:hover, tr.linedRow td .iconImg:hover, table.linedRow td .iconImg:hover, ul.linedRow li .iconImg:hover {
      opacity: 1; }
  .linedRow a, tr.linedRow td a, table.linedRow td a, ul.linedRow li a {
    color: #212121; }
  .linedRow thead tr th, tr.linedRow td thead tr th, table.linedRow td thead tr th, ul.linedRow li thead tr th {
    text-align: left;
    border-bottom: 1px solid #C7C7C7; }
    .linedRow thead tr th input#checkAll, tr.linedRow td thead tr th input#checkAll, table.linedRow td thead tr th input#checkAll, ul.linedRow li thead tr th input#checkAll {
      width: 16px;
      height: 16px; }
    .linedRow thead tr th .iconImg, tr.linedRow td thead tr th .iconImg, table.linedRow td thead tr th .iconImg, ul.linedRow li thead tr th .iconImg {
      opacity: 1; }
    .linedRow thead tr th .widget, tr.linedRow td thead tr th .widget, table.linedRow td thead tr th .widget, ul.linedRow li thead tr th .widget {
      font-size: 12px;
      color: #777;
      letter-spacing: .5px;
      line-height: 1.3;
      text-transform: uppercase; }
    .linedRow thead tr th.selected, tr.linedRow td thead tr th.selected, table.linedRow td thead tr th.selected, ul.linedRow li thead tr th.selected {
      padding-left: 24px; }
  .linedRow tbody tr td.linedRowSelectedCol, tr.linedRow td tbody tr td.linedRowSelectedCol, table.linedRow td tbody tr td.linedRowSelectedCol, ul.linedRow li tbody tr td.linedRowSelectedCol {
    padding-left: 24px; }

/* Admin */
.elementsList td {
  border-bottom: 1px solid #DFDFDF; }

ul {
  list-style: none;
  white-space: nowrap;
  padding-left: 0; }

li {
  list-style-type: none; }

.hordeACList {
  margin: 0; }

.context, .horde-buttonbar li div {
  position: absolute;
  padding: 12px 0;
  font-size: 0.9rem;
  box-sizing: border-box;
  background: white;
  border-radius: 4px;
  -webkit-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.25);
  z-index: 9; }
  .context a, .context li, .horde-buttonbar li div a, .horde-buttonbar li div li {
    display: block;
    color: #212121;
    padding: 5.4545454545px 40px 6.9545454545px 18px;
    cursor: pointer; }
    .context a:hover, .context li:hover, .horde-buttonbar li div a:hover, .horde-buttonbar li div li:hover {
      color: #212121;
      background: rgba(33, 33, 33, 0.06); }
  .context:first-child, .horde-buttonbar li div:first-child {
    margin-top: 8px; }
  .context:last-child, .horde-buttonbar li div:last-child {
    margin-bottom: 8px; }
  .context a, .horde-buttonbar li div a {
    background-repeat: no-repeat;
    background-position: 90% center; }
    .context a:hover .msCheck, .horde-buttonbar li div a:hover .msCheck {
      opacity: 1; }
  .context .contextSubmenu:hover, .horde-buttonbar li div .contextSubmenu:hover {
    background-repeat: no-repeat;
    background-position: 90% center; }

.msgflags {
  display: inline-block;
  width: 12px;
  height: 12px; }

#ctx_flag .iconImg, #ctx_flag_search .iconImg, #ctx_atc_save .iconImg, #ctx_atc_vcard .iconImg {
  height: 16px;
  width: 16px;
  background-repeat: no-repeat;
  background-position: center center;
  vertical-align: middle;
  display: inline-block;
  margin: 0 8px; }
  #ctx_flag .iconImg.msCheck, #ctx_flag_search .iconImg.msCheck, #ctx_atc_save .iconImg.msCheck, #ctx_atc_vcard .iconImg.msCheck {
    opacity: 0.2; }
    #ctx_flag .iconImg.msCheck:hover, #ctx_flag_search .iconImg.msCheck:hover, #ctx_atc_save .iconImg.msCheck:hover, #ctx_atc_vcard .iconImg.msCheck:hover {
      opacity: .5; }
  #ctx_flag .iconImg.msCheck, #ctx_flag .iconImg.msCheckOn, #ctx_flag_search .iconImg.msCheck, #ctx_flag_search .iconImg.msCheckOn, #ctx_atc_save .iconImg.msCheck, #ctx_atc_save .iconImg.msCheckOn, #ctx_atc_vcard .iconImg.msCheck, #ctx_atc_vcard .iconImg.msCheckOn {
    margin: 0; }
  #ctx_flag .iconImg.msCheckOn, #ctx_flag_search .iconImg.msCheckOn, #ctx_atc_save .iconImg.msCheckOn, #ctx_atc_vcard .iconImg.msCheckOn {
    opacity: 1; }
    #ctx_flag .iconImg.msCheckOn:hover, #ctx_flag_search .iconImg.msCheckOn:hover, #ctx_atc_save .iconImg.msCheckOn:hover, #ctx_atc_vcard .iconImg.msCheckOn:hover {
      opacity: .5; }
  #ctx_flag .iconImg.flagUser, #ctx_flag_search .iconImg.flagUser, #ctx_atc_save .iconImg.flagUser, #ctx_atc_vcard .iconImg.flagUser {
    height: 8px;
    width: 8px;
    background-repeat: no-repeat;
    background-position: center center;
    vertical-align: middle;
    display: inline-block;
    border-radius: 50%;
    padding: 0;
    margin: 0 12px;
    background-color: rgba(33, 33, 33, 0.1); }

#ctx_flag .ctxFlagRow, #ctx_flag_search .ctxFlagRow, #ctx_atc_save .ctxFlagRow, #ctx_atc_vcard .ctxFlagRow {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-flow: row wrap;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center; }

#ctx_flag div.sep, #ctx_flag_search div.sep, #ctx_atc_save div.sep, #ctx_atc_vcard div.sep {
  background: #DFDFDF;
  height: 1px;
  margin: 5.4545454545px 0; }

#ctx_flag #ctx_flag_new .iconImg, #ctx_flag #ctx_flag_edit .iconImg, #ctx_flag_search #ctx_flag_new .iconImg, #ctx_flag_search #ctx_flag_edit .iconImg, #ctx_atc_save #ctx_flag_new .iconImg, #ctx_atc_save #ctx_flag_edit .iconImg, #ctx_atc_vcard #ctx_flag_new .iconImg, #ctx_atc_vcard #ctx_flag_edit .iconImg {
  display: none; }

.contextSelected {
  background-color: rgba(230, 0, 19, 0.15);
  pointer-events: none; }

#ctx_flag_search .iconImg {
  margin-left: 0; }
  #ctx_flag_search .iconImg.flagUser {
    margin-left: 4px; }

.context#ctx_oa .iconImg {
  display: none; }

#ctx_subjectsort, #ctx_datesort {
  margin-top: 5.4545454545px;
  margin-left: 8px; }

#ctx_contacts {
  margin-top: 5.4545454545px; }

.KeyNavList {
  position: absolute;
  padding: 12px 0;
  font-size: 0.9rem;
  box-sizing: border-box;
  background: white;
  border-radius: 4px;
  -webkit-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.25);
  position: absolute;
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 2; }
  .KeyNavList a, .KeyNavList li {
    display: block;
    color: #212121;
    padding: 5.4545454545px 40px 6.9545454545px 18px;
    cursor: pointer; }
    .KeyNavList a:hover, .KeyNavList li:hover {
      color: #212121;
      background: rgba(33, 33, 33, 0.06); }
  .KeyNavList:first-child {
    margin-top: 8px; }
  .KeyNavList:last-child {
    margin-bottom: 8px; }

.page-compose .KeyNavList, #ctx_other {
  margin-top: 5.4545454545px; }

#ctx_folderopts {
  margin-left: 24px; }

#ctx_preview {
  right: 24px;
  left: auto !important; }

#ctx_atc {
  margin-right: 24px; }

#encrypt_label {
  margin-left: 5.4545454545px; }

#ctx_contacts > div {
  display: none; }

#ctx_qsearchopts_advanced {
  margin-top: 8px;
  padding-top: 12px;
  padding-bottom: 17px;
  border-top: 1px solid #DFDFDF; }

#ctx_qsearchopts {
  padding-bottom: 0; }

#ctx_filter, #ctx_flag_search, #ctx_flag, #ctx_mbox_flag {
  margin-top: -12px; }

#ctx_newItem {
  position: fixed;
  z-index: 2; }

#ctx_atc_save, #ctx_atc_vcard {
  padding-right: 12px;
  padding-left: 37.4545454545px; }
  #ctx_atc_save .iconImg, #ctx_atc_vcard .iconImg {
    height: 16px;
    width: 16px;
    background-repeat: no-repeat;
    background-position: center center;
    vertical-align: middle;
    display: inline-block; }
    #ctx_atc_save .iconImg.msCheck, #ctx_atc_vcard .iconImg.msCheck {
      opacity: 0.2;
      margin-right: 8px; }
      #ctx_atc_save .iconImg.msCheck:hover, #ctx_atc_vcard .iconImg.msCheck:hover {
        opacity: .5; }
    #ctx_atc_save .iconImg.msCheck, #ctx_atc_save .iconImg.msCheckOn, #ctx_atc_vcard .iconImg.msCheck, #ctx_atc_vcard .iconImg.msCheckOn {
      margin-left: -21.4545454545px;
      margin-right: 5.4545454545px; }
    #ctx_atc_save .iconImg.msCheckOn, #ctx_atc_vcard .iconImg.msCheckOn {
      opacity: 1; }
      #ctx_atc_save .iconImg.msCheckOn:hover, #ctx_atc_vcard .iconImg.msCheckOn:hover {
        opacity: .5; }

.mboxName {
  font-size: 12px;
  color: #777;
  letter-spacing: .5px;
  line-height: 1.3;
  text-transform: uppercase;
  box-sizing: border-box;
  padding-left: 18px;
  padding-right: 18px;
  padding-bottom: 5.4545454545px;
  padding-top: 8px; }

a#ctx_noactions_noaction {
  pointer-events: none; }

.horde-ajax {
  overflow: hidden; }

body {
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

#horde-body {
  position: absolute;
  float: left;
  width: 100%;
  height: auto;
  left: 0;
  bottom: 0;
  top: 74px; }

#horde-contentwrapper {
  position: absolute;
  width: 100%;
  height: 100%; }

#horde-content {
  height: 100%; }

#horde-page {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0; }

#horde-body #horde-page #horde-page-content {
  padding: 26.4px 24px 0 48px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 52.8571428571px;
  overflow: auto; }

* {
  padding: 0;
  margin: 0; }

/* Sidebar */
.app-kronolith #horde-sidebar, .app-turba #horde-sidebar, .app-profissional #horde-sidebar {
  width: 228px !important; }

.app-kronolith #horde-slideleft, .app-turba #horde-slideleft, .app-profissional #horde-slideleft {
  left: 228px !important; }

.app-kronolith #horde-content, .app-turba #horde-content, .app-profissional #horde-content {
  margin-left: 228px !important; }

.app-kronolith #horde-page, .app-profissional #horde-page {
  left: 228px !important; }

/* Imp */
body.app-imp {
  display: block; }

#horde-sidebar {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0; }

#horde-slideleft {
  pointer-events: none;
  position: absolute;
  top: 52.8571428571px;
  bottom: 0;
  width: 4px;
  border-left: 1px solid #C7C7C7; }
  #horde-slideleft:hover {
    border-left: 1px solid #a1a1a1; }

.app-imp #horde-slideleft {
  pointer-events: auto; }

.app-imp .horde-splitbar-vert.DragElt {
  cursor: col-resize; }

.app-imp #msgSplitPane .horde-splitbar-vert {
  border-left: 2px solid #C7C7C7; }
  .app-imp #msgSplitPane .horde-splitbar-vert:hover {
    border-left: 2px solid #a1a1a1; }
  .app-imp #msgSplitPane .horde-splitbar-vert .horde-splitbar-vert-handle {
    width: 4px; }

#msgSplitPane > div {
  position: relative; }

.horde-splitbar-horiz .horde-splitbar-horiz-handle {
  height: 2px;
  background: #C7C7C7;
  position: relative;
  top: -1px;
  cursor: row-resize; }
  .horde-splitbar-horiz .horde-splitbar-horiz-handle:hover {
    background: #a1a1a1; }

.vpScroll {
  border-left: 0;
  position: absolute;
  right: 0;
  z-index: 1;
  border-left: 1px solid transparent; }
  .vpScroll .vpScrollDown, .vpScroll .vpScrollUp {
    width: 16px;
    height: 18px;
    opacity: 0.2;
    cursor: pointer; }
  .vpScroll .vpScrollCursor {
    background-color: #212121;
    width: 6px;
    border-radius: 50px;
    right: -5px;
    opacity: .5; }
    .vpScroll .vpScrollCursor:hover {
      opacity: 1; }
  .vpScroll:hover {
    background-color: rgba(255, 255, 255, 0.5);
    border-left-color: rgba(0, 0, 0, 0.1); }
    .vpScroll:hover .vpScrollDown, .vpScroll:hover .vpScrollUp {
      width: 16px;
      opacity: .5; }
      .vpScroll:hover .vpScrollDown:hover, .vpScroll:hover .vpScrollUp:hover {
        opacity: 1; }
    .vpScroll:hover .vpScrollDown {
      right: 0; }
    .vpScroll:hover .vpScrollCursor {
      width: 8px;
      right: -4px; }

body {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 15px;
  color: #212121;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

strong {
  font-weight: 600; }

a {
  color: #e60013;
  text-decoration: none;
  cursor: pointer; }
  a:hover {
    text-decoration: none;
    color: #b3000f; }

h1 {
  font-size: 2rem; }

h2 {
  font-size: 1.6rem;
  padding-bottom: 8px; }

h3 {
  font-size: 1.2rem; }

h4 {
  font-size: 15px; }

#horde-head {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-flow: row wrap;
  height: 74px; }
  #horde-head #horde-logo {
    -webkit-box-flex: 0 0 180px;
    -moz-box-flex: 0 0 180px;
    -webkit-flex: 0 0 180px;
    -ms-flex: 0 0 180px;
    flex: 0 0 180px;
    height: 50px;
    margin: 12px 24px 12px 24px;
    background: white;
    background-repeat: no-repeat; }
    #horde-head #horde-logo a {
      display: block;
      width: 100%;
      height: 100%; }
  #horde-head #horde-version {
    display: none; }
  #horde-head #horde-navigation {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    -webkit-box-flex: 1 0 auto;
    -moz-box-flex: 1 0 auto;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    margin-left: 22px;
    z-index: 2; }
    #horde-head #horde-navigation .horde-navipoint {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      flex-flow: row wrap;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center; }
      #horde-head #horde-navigation .horde-navipoint:last-child {
        margin-left: auto;
        margin-right: 24px; }
        #horde-head #horde-navigation .horde-navipoint:last-child ul.horde-dropdown li:hover ul {
          display: block;
          right: 24px; }
        #horde-head #horde-navigation .horde-navipoint:last-child ul.horde-dropdown {
          position: relative;
          top: 2px; }
          #horde-head #horde-navigation .horde-navipoint:last-child ul.horde-dropdown li ul {
            position: absolute;
            padding: 12px 0;
            font-size: 0.9rem;
            box-sizing: border-box;
            background: white;
            border-radius: 4px;
            -webkit-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.25);
            -moz-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.25);
            box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.25); }
            #horde-head #horde-navigation .horde-navipoint:last-child ul.horde-dropdown li ul a, #horde-head #horde-navigation .horde-navipoint:last-child ul.horde-dropdown li ul li {
              display: block;
              color: #212121;
              padding: 5.4545454545px 40px 6.9545454545px 18px;
              cursor: pointer; }
              #horde-head #horde-navigation .horde-navipoint:last-child ul.horde-dropdown li ul a:hover, #horde-head #horde-navigation .horde-navipoint:last-child ul.horde-dropdown li ul li:hover {
                color: #212121;
                background: rgba(33, 33, 33, 0.06); }
            #horde-head #horde-navigation .horde-navipoint:last-child ul.horde-dropdown li ul:first-child {
              margin-top: 8px; }
            #horde-head #horde-navigation .horde-navipoint:last-child ul.horde-dropdown li ul:last-child {
              margin-bottom: 8px; }
      #horde-head #horde-navigation .horde-navipoint .horde-point-center, #horde-head #horde-navigation .horde-navipoint .horde-point-center-active, #horde-head #horde-navigation .horde-navipoint .sooma-profile {
        position: relative;
        top: 2px; }
      #horde-head #horde-navigation .horde-navipoint .horde-point-left, #horde-head #horde-navigation .horde-navipoint .horde-point-right, #horde-head #horde-navigation .horde-navipoint .horde-point-left-active, #horde-head #horde-navigation .horde-navipoint .horde-point-right-active {
        display: none; }
      #horde-head #horde-navigation .horde-navipoint ul.horde-dropdown {
        list-style: none;
        padding: 0;
        margin: 0; }
        #horde-head #horde-navigation .horde-navipoint ul.horde-dropdown span.horde-point-arrow, #horde-head #horde-navigation .horde-navipoint ul.horde-dropdown span.horde-point-arrow-active {
          display: none; }
        #horde-head #horde-navigation .horde-navipoint ul.horde-dropdown li .horde-point-center a.horde-mainnavi-active, #horde-head #horde-navigation .horde-navipoint ul.horde-dropdown li .horde-point-center a.horde-mainnavi, #horde-head #horde-navigation .horde-navipoint ul.horde-dropdown li .horde-point-center-active a.horde-mainnavi-active, #horde-head #horde-navigation .horde-navipoint ul.horde-dropdown li .horde-point-center-active a.horde-mainnavi {
          display: block;
          margin-right: 18.4615384615px;
          font-size: 18px;
          color: #212121;
          opacity: .8; }
          #horde-head #horde-navigation .horde-navipoint ul.horde-dropdown li .horde-point-center a.horde-mainnavi-active:hover, #horde-head #horde-navigation .horde-navipoint ul.horde-dropdown li .horde-point-center a.horde-mainnavi:hover, #horde-head #horde-navigation .horde-navipoint ul.horde-dropdown li .horde-point-center-active a.horde-mainnavi-active:hover, #horde-head #horde-navigation .horde-navipoint ul.horde-dropdown li .horde-point-center-active a.horde-mainnavi:hover {
            text-decoration: none;
            opacity: 1; }
        #horde-head #horde-navigation .horde-navipoint ul.horde-dropdown li .horde-point-center a.horde-mainnavi, #horde-head #horde-navigation .horde-navipoint ul.horde-dropdown li .horde-point-center-active a.horde-mainnavi {
          display: block; }
          #horde-head #horde-navigation .horde-navipoint ul.horde-dropdown li .horde-point-center a.horde-mainnavi:hover, #horde-head #horde-navigation .horde-navipoint ul.horde-dropdown li .horde-point-center-active a.horde-mainnavi:hover {
            opacity: 1; }
        #horde-head #horde-navigation .horde-navipoint ul.horde-dropdown li .horde-point-center a.horde-mainnavi-active, #horde-head #horde-navigation .horde-navipoint ul.horde-dropdown li .horde-point-center-active a.horde-mainnavi-active {
          position: relative;
          color: #e60013;
          opacity: 1; }
          #horde-head #horde-navigation .horde-navipoint ul.horde-dropdown li .horde-point-center a.horde-mainnavi-active:before, #horde-head #horde-navigation .horde-navipoint ul.horde-dropdown li .horde-point-center-active a.horde-mainnavi-active:before {
            background-color: #e60013;
            opacity: 1; }
        #horde-head #horde-navigation .horde-navipoint ul.horde-dropdown li .horde-icon-settings a {
          display: block;
          height: 20px;
          width: 20px;
          background-repeat: no-repeat;
          background-position: center center;
          vertical-align: middle;
          opacity: .8; }
          #horde-head #horde-navigation .horde-navipoint ul.horde-dropdown li .horde-icon-settings a:hover {
            opacity: 1; }
        #horde-head #horde-navigation .horde-navipoint ul.horde-dropdown li ul {
          display: none; }

#horde-navigation .horde-navipoint a:before {
  height: 32px;
  width: 32px;
  background-repeat: no-repeat;
  background-position: center center;
  vertical-align: middle;
  opacity: .5;
  content: '';
  background-color: #212121;
  display: inline-block;
  margin-right: 3px;
  border-radius: 50%;
  position: relative;
  bottom: 1px; }

#horde-sub {
  display: none; }

#horde-search {
  position: absolute;
  right: 0;
  top: 74px;
  z-index: 1; }

/* User Profile and Settings */
.sooma-profile .sooma-profile-image {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 2px solid rgba(230, 0, 19, 0.2);
  cursor: pointer;
  position: relative;
  bottom: 1px; }
  .sooma-profile .sooma-profile-image:hover {
    border-color: #e60013; }

#sooma-profile-dialog {
  position: absolute;
  padding: 12px 0;
  font-size: 0.9rem;
  box-sizing: border-box;
  background: white;
  border-radius: 4px;
  -webkit-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.25);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-flow: row wrap;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  visibility: hidden;
  overflow: hidden;
  transition: .2s ease;
  right: 24px;
  padding: 0;
  margin-top: -12.3333333333px;
  z-index: 3;
  min-width: 300px; }
  #sooma-profile-dialog a, #sooma-profile-dialog li {
    display: block;
    color: #212121;
    padding: 5.4545454545px 40px 6.9545454545px 18px;
    cursor: pointer; }
    #sooma-profile-dialog a:hover, #sooma-profile-dialog li:hover {
      color: #212121;
      background: rgba(33, 33, 33, 0.06); }
  #sooma-profile-dialog:first-child {
    margin-top: 8px; }
  #sooma-profile-dialog:last-child {
    margin-bottom: 8px; }
  #sooma-profile-dialog .sooma-profile-dialog-row-1 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    padding: 12px; }
    #sooma-profile-dialog .sooma-profile-dialog-row-1 > img#sooma-profile-dialog-profile-image {
      width: 80px;
      height: 80px;
      border-radius: 50%;
      border: 2px solid #e60013; }
    #sooma-profile-dialog .sooma-profile-dialog-row-1 a#sooma-profile-dialog-profile-link {
      width: 80px;
      height: 80px;
      border-radius: 50%;
      border: 2px solid #e60013;
      position: relative;
      overflow: hidden;
      padding: 0; }
      #sooma-profile-dialog .sooma-profile-dialog-row-1 a#sooma-profile-dialog-profile-link #sooma-profile-dialog-profile-link-label {
        font-size: 0.9rem;
        position: absolute;
        top: 35%;
        left: 0;
        color: #e60013;
        text-align: center;
        background-color: rgba(255, 255, 255, 0.9);
        width: 100%;
        padding: 4px 0 6px;
        box-sizing: border-box;
        opacity: 0; }
      #sooma-profile-dialog .sooma-profile-dialog-row-1 a#sooma-profile-dialog-profile-link:hover #sooma-profile-dialog-profile-link-label {
        opacity: 1; }
  #sooma-profile-dialog .sooma-profile-dialog-profile-details {
    margin-left: 12px; }
    #sooma-profile-dialog .sooma-profile-dialog-profile-details .sooma-profile-dialog-profile-details-name {
      font-size: 1.2rem;
      padding-top: 5.4545454545px; }
    #sooma-profile-dialog .sooma-profile-dialog-profile-details .sooma-profile-dialog-profile-details-email {
      font-size: 0.9rem;
      color: #777;
      padding-bottom: 8px; }
    #sooma-profile-dialog .sooma-profile-dialog-profile-details .sooma-profile-dialog-profile-details-preferences {
      display: inline-block;
      font-size: 15px;
      color: #212121;
      background-color: transparent;
      padding: 6px 18px 8px;
      width: auto;
      height: auto;
      margin-right: 5.4545454545px;
      border: 1px solid rgba(33, 33, 33, 0.3);
      -webkit-border-radius: 2px;
      -moz-border-radius: 2px;
      border-radius: 2px;
      -webkit-background-clip: padding-box;
      -moz-background-clip: padding;
      background-clip: padding-box;
      line-height: initial;
      cursor: pointer;
      opacity: .7;
      margin-top: 8px; }
      #sooma-profile-dialog .sooma-profile-dialog-profile-details .sooma-profile-dialog-profile-details-preferences:hover {
        color: #212121;
        border-color: rgba(33, 33, 33, 0.5);
        opacity: 1; }
  #sooma-profile-dialog .sooma-profile-dialog-row-2 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    background-color: #f6f6f6;
    border-top: 1px solid #DFDFDF;
    margin-top: 12px;
    padding: 12px 12px; }
    #sooma-profile-dialog .sooma-profile-dialog-row-2 #quota-text {
      font-size: 0.9rem;
      color: #777; }
    #sooma-profile-dialog .sooma-profile-dialog-row-2 #horde-logout a {
      display: inline-block;
      font-size: 15px;
      color: #212121;
      background-color: transparent;
      padding: 6px 18px 8px;
      width: auto;
      height: auto;
      margin-right: 5.4545454545px;
      border: 1px solid rgba(33, 33, 33, 0.3);
      -webkit-border-radius: 2px;
      -moz-border-radius: 2px;
      border-radius: 2px;
      -webkit-background-clip: padding-box;
      -moz-background-clip: padding;
      background-clip: padding-box;
      line-height: initial;
      cursor: pointer;
      opacity: .7; }
      #sooma-profile-dialog .sooma-profile-dialog-row-2 #horde-logout a:hover {
        color: #212121;
        border-color: rgba(33, 33, 33, 0.5);
        opacity: 1; }

#services_prefs {
  padding: 0; }

.horde-icon-settings a {
  background-image: url("/themes/sooma/img/general/defs-big.svg"); }

.horde-popdown {
  background-image: url("/themes/sooma/img/general/defs.svg"); }

.GrowlerNoticeExit:before {
  background-image: url("/themes/sooma/img/general/close-small.svg"); }

.context a.contextSubmenu {
  background-image: url("/themes/sooma/img/general/right-arrow.svg"); }

#composeMessageParent .cke_skin_kama .cke_button .cke_icon {
  background-image: url("/themes/sooma/img/general/icons-html.svg") !important; }

input#horde-search-icon {
  background-image: url("/themes/sooma/img/general/search-white.svg"); }

.closeImg {
  background: url("/themes/sooma/img/general/close-white.svg") no-repeat center center; }

.editImg {
  background-image: url("/themes/sooma/img/general/edit.svg"); }

#searchImg {
  background-image: url("/themes/sooma/img/general/search.svg"); }

.searchImg {
  background-image: url("/themes/sooma/img/general/search.svg"); }

.hordeACItemRemove, .searchuiDelete {
  background-image: url("/themes/sooma/img/general/small-cross.svg"); }

.horde-expand:before {
  background-image: url("/themes/sooma/img/general/right-arrow.svg"); }

.horde-collapse:before {
  background-image: url("/themes/sooma/img/general/drop-subtle.svg"); }

select {
  background-image: url("/themes/sooma/img/general/drop-arrow-select.svg"); }

.horde-buttonbar select {
  background-image: url("/themes/sooma/img/general/drop-arrow-select-white.svg"); }

.horde-buttonbar a#button_delete:before,
.horde-buttonbar a.turba-delete:before {
  background-image: url("/themes/sooma/img/general/trash-filled-white.svg"); }

.horde-buttonbar a.turba-edit:before {
  background-image: url("/themes/sooma/img/general/edit-white.svg"); }

.horde-buttonbar a#button_resume:before {
  background-image: url("/themes/sooma/img/general/resume-draft-white.svg"); }

.cke_skin_kama .cke_rcombo .cke_openbutton .cke_icon {
  background-image: url("/themes/sooma/img/general/cke-sprites.svg") !important; }

a.profissional-edit:before {
  background-image: url("/themes/sooma/img/general/edit-white.svg"); }

#compose_upload_add:before {
  background-image: url("/themes/sooma/img/general/attachments.svg"); }

/*Apps*/
#horde-navigation .horde-navipoint:nth-child(1) a:before {
  background-image: url("/themes/sooma/img/modules/email-white.svg"); }

#horde-navigation .horde-navipoint:nth-child(2) a:before {
  background-image: url("/themes/sooma/img/modules/calendar-white.svg"); }

#horde-navigation .horde-navipoint:nth-child(3) a:before {
  background-image: url("/themes/sooma/img/modules/address-book-white.svg"); }

#horde-navigation .horde-navipoint div a[href="/profissional/"]:before {
  background-image: url("/themes/sooma/img/modules/administration-white.svg"); }

#search_close, #search_error_close {
  background-image: url("/themes/sooma/img/general/close.svg"); }

#search_refresh, #viewport_error_refresh {
  background-image: url("/themes/sooma/img/sidebar/refresh.svg"); }

#actionEditsearch {
  background-image: url("/themes/sooma/img/general/edit.svg"); }

.searchAdd:before {
  background-image: url("/themes/sooma/img/general/add.svg"); }

/*Email*/
a#composelink {
  background-image: url("/themes/sooma/img/sidebar/write-white.svg"); }

a#checkmaillink.actionRefresh {
  background: url("/themes/sooma/img/sidebar/refresh-white.svg"); }

.inboxImg {
  background-image: url("/themes/sooma/img/sidebar/inbox.svg"); }

.draftsImg {
  background-image: url("/themes/sooma/img/sidebar/drafts.svg"); }

.sentImg {
  background-image: url("/themes/sooma/img/sidebar/sent.svg"); }

.spamImg {
  background-image: url("/themes/sooma/img/sidebar/spam.svg"); }

.trashImg {
  background-image: url("/themes/sooma/img/sidebar/trash.svg"); }

.folderImg {
  background-image: url("/themes/sooma/img/sidebar/folder.svg"); }

.exp {
  background-image: url("/themes/sooma/img/sidebar/folder-plus.svg"); }

.col {
  background-image: url("/themes/sooma/img/sidebar/folder-minus.svg"); }

.vpScrollDown {
  background-image: url("/themes/sooma/img/general/arrow-down.svg"); }

.vpScrollUp {
  background-image: url("/themes/sooma/img/general/arrow-up.svg"); }

.horde-subnavi-sub .horde-subnavi:before {
  background-image: url("/themes/sooma/img/sidebar/subfolder-arrow.svg"); }

#search_return:before {
  background-image: url("/themes/sooma/img/general/arrow-left.svg"); }

/* Calendar Icons */
a#kronolithNewEvent {
  background-image: url("/themes/sooma/img/sidebar/new-event-white.svg"); }

a#kronolithQuickEvent {
  background-image: url("/themes/sooma/img/sidebar/quick-event-white.svg"); }

a#kronolith-minical-prev:after {
  background-image: url("/themes/sooma/img/general/previous.svg"); }

a#kronolith-minical-next:after {
  background-image: url("/themes/sooma/img/general/next.svg"); }

.horde-add:before {
  background-image: url("/themes/sooma/img/general/add.svg"); }

.horde-resource-on {
  background-image: url("/themes/sooma/img/general/tick.svg"); }

.horde-resource-off {
  background-image: url("/themes/sooma/img/general/tick-off.svg"); }

#kronolithMyCalendars .horde-resource-over .horde-resource-edit-fff, #kronolithMyCalendars .horde-resource-over .horde-resource-edit-000 {
  background-image: url("/themes/sooma/img/general/edit.svg"); }

/* Contacts Icons */
span.horde-new-link a {
  background-image: url("/themes/sooma/img/sidebar/add-contact-white.svg"); }

.horde-new-link .popdownImg {
  background-image: url("/themes/sooma/img/general/drop-arrow-white.svg"); }

.turba-browse {
  background-image: url("/themes/sooma/img/sidebar/browse-contacts.svg"); }

.turba-search {
  background-image: url("/themes/sooma/img/sidebar/search-contacts.svg"); }

.horde-subnavi-icon.horde-data {
  background-image: url("/themes/sooma/img/sidebar/imp-exp-contacts.svg"); }

.horde-resource-edit-000 {
  background-image: url("/themes/sooma/img/general/edit.svg");
  color: #212121; }

.horde-resource-edit-fff {
  background-image: url("/themes/sooma/img/general/edit.svg");
  color: white; }

#quicksearch input {
  background-image: url("/themes/sooma/img/general/search.svg"); }

/* Admin Icons */
.resellerImg {
  background-image: url("/themes/sooma/img/sidebar/resellers.svg"); }

.clientImg {
  background-image: url("/themes/sooma/img/sidebar/clients.svg"); }

.domainImg {
  background-image: url("/themes/sooma/img/sidebar/domains.svg"); }

.groupImg {
  background-image: url("/themes/sooma/img/sidebar/groups.svg"); }

.userImg {
  background-image: url("/themes/sooma/img/sidebar/users.svg"); }

.aliasImg {
  background-image: url("/themes/sooma/img/sidebar/alias.svg"); }

.mailmarketingImg {
  background-image: url("/themes/sooma/img/sidebar/email-marketing.svg"); }

.sortdown {
  background-image: url("/themes/sooma/img/messages/sort-down.svg"); }

.sortup {
  background-image: url("/themes/sooma/img/messages/sort-up.svg"); }

#upload_add:before {
  background-image: url("/themes/sooma/img/general/attachments.svg"); }

#sooma-add-attachment:before {
  background-image: url("/themes/sooma/img/messages/attachments-actionbar-white.svg"); }

#th_expand .iconImg {
  background-image: url("/themes/sooma/img/messages/plus.svg"); }

#th_collapse .iconImg {
  background-image: url("/themes/sooma/img/messages/minus.svg"); }

.downloadAtc {
  background-image: url("/themes/sooma/img/general/download.svg"); }

#msg_print_options .iconImg {
  background-image: url("/themes/sooma/img/messages/print.svg"); }

#msg_newwin_options .iconImg {
  background-image: url("/themes/sooma/img/messages/new-window.svg"); }

#msg_resume_draft .iconImg {
  background-image: url("/themes/sooma/img/messages/draft.svg"); }

.msCheckOn, div.vpRowSelected .msCheck {
  background-image: url("/themes/sooma/img/messages/checkbox-selected.svg"); }

.msCheck:hover {
  background-image: url("/themes/sooma/img/messages/checkbox-selected.svg") !important; }

.msCheck {
  background-image: url("/themes/sooma/img/messages/checkbox.svg"); }

#upload_add .horde-popdown {
  background-image: url("/themes/sooma/img/general/defs.svg"); }

#preview_other_opts .iconImg.actionOther {
  background-image: url("/themes/sooma/img/general/defs-light.svg"); }

.spellcheckIncorrect {
  background-image: url("/themes/sooma/img/messages/squigly-error.svg"); }

.spellcheckCorrected {
  background-image: url("/themes/sooma/img/messages/squigly-correct.svg"); }

.imp-reply_all {
  background-image: url("/themes/sooma/img/messages/reply-all.svg"); }

.vpEmpty:before {
  background-image: url("/themes/sooma/img/notifications/no-messages.svg"); }

#previewPane #previewInfo:before {
  background-image: url("/themes/sooma/img/notifications/no-messages-selected-white.svg"); }

.actionEditsearch {
  background-image: url("/themes/sooma/img/general/edit.svg"); }

#searchbar div:before {
  background-image: url("/themes/sooma/img/notifications/info-blue.svg"); }

#viewport_error div:before {
  background-image: url("/themes/sooma/img/notifications/error-red.svg"); }

#Growler div.horde-error, #GrowlerLog li.horde-error {
  background-image: url("/themes/sooma/img/notifications/error-color.svg"); }

#Growler div.horde-warning, #GrowlerLog li.horde-warning {
  background-image: url("/themes/sooma/img/notifications/warning-color.svg"); }

#Growler div.horde-message, #GrowlerLog li.horde-message {
  background-image: url("/themes/sooma/img/notifications/info-color.svg"); }

#Growler div.horde-success, #GrowlerLog li.horde-success {
  background-image: url("/themes/sooma/img/notifications/success-color.svg"); }

.msgflags.flagPersonal, .context .flagPersonal {
  background-image: url("/themes/sooma/img/flags/personal.svg"); }

.msgflags.flagDeleted, .context .flagDeleted {
  background-image: url("/themes/sooma/img/flags/deleted.svg"); }

.msgflags.flagAnswered, .context .flagAnswered {
  background-image: url("/themes/sooma/img/flags/answered.svg"); }

.msgflags.flagAttachmsg, .context .flagAttachmsg {
  background-image: url("/themes/sooma/img/flags/attachment.svg"); }

.msgflags.flagDraft, .context .flagDraft {
  background-image: url("/themes/sooma/img/flags/draft.svg"); }

.msgflags.flagEncrypted, .context .flagEncrypted {
  background-image: url("/themes/sooma/img/flags/encrypted.svg"); }

.msgflags.flagFlagged, .context .flagFlagged {
  background-image: url("/themes/sooma/img/flags/flagged-followup.svg"); }

.msgflags.flagForwarded, .context .flagForwarded {
  background-image: url("/themes/sooma/img/flags/forwarded.svg"); }

.msgflags.flagGroup, .context .flagGroup {
  background-image: url("/themes/sooma/img/flags/group.svg"); }

.msgflags.flagInnocent, .context .flagInnocent {
  background-image: url("/themes/sooma/img/flags/innocent.svg"); }

.msgflags.flagHighpriority, .context .flagHighpriority {
  background-image: url("/themes/sooma/img/flags/priority_high.svg"); }

.msgflags.flagLowpriority, .context .flagLowpriority {
  background-image: url("/themes/sooma/img/flags/priority_low.svg"); }

.msgflags.flagSeen, .context .flagSeen {
  background-image: url("/themes/sooma/img/flags/seen.svg"); }

.msgflags.flagSigned, .context .flagSigned {
  background-image: url("/themes/sooma/img/flags/signed.svg"); }

.msgflags.flagUnseen, .context .flagUnseen {
  background-image: url("/themes/sooma/img/flags/unseen.svg"); }

.msgflags.flagSpam, .context .flagSpam {
  background-image: url("/themes/sooma/img/flags/spam.svg"); }

.msgflags.flagNotJunk, .context .flagNotJunk {
  background-image: url("/themes/sooma/img/flags/not-junk.svg"); }

.msgflags.flagJunk, .context .flagJunk {
  background-image: url("/themes/sooma/img/flags/junk.svg"); }

.context .iconImg.msCheckOn {
  background-image: url("/themes/sooma/img/general/tick.svg"); }

.context .iconImg.msCheck {
  background-image: url("/themes/sooma/img/general/tick.svg"); }
  .context .iconImg.msCheck:hover {
    background-image: url("/themes/sooma/img/general/tick.svg") !important; }

/*Calendar*/
a.kronolithPrev {
  background-image: url("/themes/sooma/img/calendar/previous-date-white.svg"); }

a.kronolithNext {
  background-image: url("/themes/sooma/img/calendar/next-date-white.svg"); }

a#kronolithEventUrlToggle:before {
  background-image: url("/themes/sooma/img/general/edit-small.svg"); }

#kronolithFBDatePrev {
  background-image: url("/themes/sooma/img/general/big-arrow-left.svg"); }

#kronolithFBDateNext {
  background-image: url("/themes/sooma/img/general/big-arrow-right.svg"); }

/*Address Book*/
#kronolithEventStartPicker:before {
  background-image: url("/themes/sooma/img/calendar/choose-day.svg"); }

.vcardImg {
  background-image: url("/themes/sooma/img/address-book/download-vcard.svg"); }

.groupImg {
  background-image: url("/themes/sooma/img/address-book/group.svg"); }

.kronolithFBUnknown {
  background-image: url("/themes/sooma/img/general/unkown-background.svg"); }

/*Administration*/
.arrow.next a {
  background-image: url("/themes/sooma/img/general/right-arrow.svg"); }

.arrow.previous a {
  background-image: url("/themes/sooma/img/general/left-arrow.svg"); }

.profissional-breadcrumb-link:after {
  background-image: url("/themes/sooma/img/general/right-arrow.svg"); }

.button_back a:before {
  background-image: url("/themes/sooma/img/general/left-arrow-white.svg"); }

.app-sieve a#newButton,
.app-profissional a#newButton {
  background: url("/themes/sooma/img/general/drop-arrow-select-white.svg") no-repeat center right; }

/* Preferences */
#services_prefs #prefs .header a:first-child:before {
  background-image: url("/themes/sooma/img/general/big-arrow-left.svg"); }

#services_prefs #prefs .header a:last-child:after {
  background-image: url("/themes/sooma/img/general/big-arrow-right.svg"); }

input[value="Undo Changes"] {
  background-image: url("/themes/sooma/img/general/undo.svg"); }

#prefs_return {
  background-image: url("/themes/sooma/img/general/home.svg"); }

.horde-buttonbar {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-flow: row wrap;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
  padding-left: 24px;
  height: 52.8571428571px;
  background-color: #212121;
  font-weight: 600;
  /* View Message New Window */ }
  .horde-buttonbar ul.rightFloat, .horde-buttonbar ul {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    margin: 0;
    padding: 0;
    order: 2; }
  .horde-buttonbar ul.rightFloat {
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-pack: flex-end;
    order: 2;
    margin-right: 288px; }
    .horde-buttonbar ul.rightFloat li.horde-nobutton {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      flex-flow: row wrap;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center;
      margin-right: 12px;
      opacity: .8;
      cursor: pointer; }
      .horde-buttonbar ul.rightFloat li.horde-nobutton:last-child {
        margin-right: 24px; }
      .horde-buttonbar ul.rightFloat li.horde-nobutton:hover {
        opacity: 1; }
      .horde-buttonbar ul.rightFloat li.horde-nobutton a {
        opacity: 1;
        margin-right: 2px; }
      .horde-buttonbar ul.rightFloat li.horde-nobutton .horde-popdown {
        display: block;
        width: 12px;
        height: 12px;
        background-image: url("/themes/sooma/img/general/drop-arrow-white.svg");
        background-repeat: no-repeat;
        background-position: center center;
        position: relative;
        top: 1px; }
  .horde-buttonbar ul {
    order: 1; }
    .horde-buttonbar ul li {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      flex-flow: row wrap;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center;
      margin-top: 6px;
      margin-bottom: 8px;
      margin-right: 18px; }
      .horde-buttonbar ul li.disabled a, .horde-buttonbar ul li.disabled:hover a {
        display: none; }
      .horde-buttonbar ul li:first-child {
        padding-left: 0; }
      .horde-buttonbar ul li a {
        text-transform: lowercase;
        opacity: .8;
        color: #FFFFFF; }
        .horde-buttonbar ul li a:hover {
          opacity: 1;
          text-decoration: none; }
    .horde-buttonbar ul li#button_compose {
      display: none; }
    .horde-buttonbar ul li.horde-icon a.actionReply, .horde-buttonbar ul li.horde-icon a.actionForward, .horde-buttonbar ul li.horde-icon a.actionSpellcheck {
      margin-right: 6px; }
      .horde-buttonbar ul li.horde-icon a.actionReply:hover, .horde-buttonbar ul li.horde-icon a.actionForward:hover, .horde-buttonbar ul li.horde-icon a.actionSpellcheck:hover {
        cursor: pointer; }
    .horde-buttonbar ul li.horde-icon .horde-popdown {
      display: block;
      border-radius: 2px;
      width: 14px;
      height: 18px;
      background-image: url("/themes/sooma/img/general/drop-arrow-white.svg");
      background-repeat: no-repeat;
      background-position: center center;
      background-color: rgba(255, 255, 255, 0.2);
      border: 1px solid rgba(255, 255, 255, 0.2);
      opacity: .8;
      cursor: pointer; }
      .horde-buttonbar ul li.horde-icon .horde-popdown:hover {
        background-color: rgba(0, 0, 0, 0.3);
        border-color: rgba(255, 255, 255, 0.2);
        opacity: 1; }
    .horde-buttonbar ul li.horde-icon a#button_delete:before {
      content: '';
      height: 16px;
      width: 16px;
      background-repeat: no-repeat;
      background-position: center center;
      vertical-align: middle;
      display: inline-block;
      margin-right: 3px;
      position: relative;
      top: -2px; }
    .horde-buttonbar ul li.horde-icon a#button_resume:before {
      content: '';
      height: 16px;
      width: 16px;
      background-repeat: no-repeat;
      background-position: center center;
      vertical-align: middle;
      display: inline-block;
      margin-right: 3px;
      position: relative;
      top: -2px; }
    .horde-buttonbar ul li.disabled {
      display: none; }
  .horde-buttonbar select {
    outline: none;
    display: inline-block;
    color: #FFFFFF;
    font-weight: initial;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 15px;
    height: 33.0357142857px;
    max-width: 650px;
    background-repeat: no-repeat;
    background-position: right center;
    background-color: rgba(255, 255, 255, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.2);
    width: initial;
    margin-right: 12px;
    padding-right: 24px;
    padding-left: 12px;
    border-radius: 2px;
    position: relative;
    top: 1px;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    margin-right: 0; }
    .horde-buttonbar select:hover {
      background-color: rgba(0, 0, 0, 0.3);
      border-color: rgba(255, 255, 255, 0.2);
      opacity: 1; }
  .horde-buttonbar .headercloseimg {
    display: none; }
  .horde-buttonbar .closeImg {
    height: 52.8571428571px;
    width: 16px;
    margin-right: 24px;
    opacity: .8;
    cursor: pointer; }
    .horde-buttonbar .closeImg:hover {
      opacity: 1; }
  .horde-buttonbar ul li.horde-icon a#send_button {
    display: block;
    text-align: center;
    font-size: 15px;
    font-weight: 600;
    background-color: #e60013;
    color: #FFFFFF;
    border: 1px solid #e60013;
    padding: 6px 18px 8px;
    text-decoration: none;
    min-width: 70px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    line-height: initial;
    cursor: pointer;
    opacity: 1;
    text-transform: capitalize; }
    .horde-buttonbar ul li.horde-icon a#send_button:hover {
      background-color: #b3000f;
      border-color: #b3000f; }
  .horde-buttonbar ul li.horde-icon #sooma-add-attachment:before {
    content: '';
    height: 16px;
    width: 16px;
    background-repeat: no-repeat;
    background-position: center center;
    vertical-align: middle;
    display: inline-block;
    margin-right: 3px;
    position: relative;
    bottom: 1px; }

.sooma-popup .closeImg {
  right: 24px !important;
  top: 18.4285714286px !important;
  height: 16px;
  width: 16px;
  background-repeat: no-repeat;
  background-position: center center;
  vertical-align: middle;
  opacity: .8; }
  .sooma-popup .closeImg:hover {
    opacity: 1; }

/* Email */
.app-imp .horde-buttonbar {
  padding-left: 24px; }

/* Admin */
.app-sieve .horde-buttonbar li,
.app-profissional .horde-buttonbar li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-flow: row wrap;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin-right: 18px; }
  .app-sieve .horde-buttonbar li a,
  .app-profissional .horde-buttonbar li a {
    color: #FFFFFF;
    text-transform: lowercase;
    opacity: .8; }
    .app-sieve .horde-buttonbar li a:hover,
    .app-profissional .horde-buttonbar li a:hover {
      opacity: 1; }
  .app-sieve .horde-buttonbar li a#createElement,
  .app-profissional .horde-buttonbar li a#createElement {
    display: block;
    text-align: center;
    font-size: 15px;
    font-weight: 600;
    background-color: #e60013;
    color: #FFFFFF;
    border: 1px solid #e60013;
    padding: 6px 18px 8px;
    text-decoration: none;
    min-width: 70px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    line-height: initial;
    cursor: pointer;
    opacity: 1;
    opacity: 1; }
    .app-sieve .horde-buttonbar li a#createElement:hover,
    .app-profissional .horde-buttonbar li a#createElement:hover {
      background-color: #b3000f;
      border-color: #b3000f; }

.app-sieve .horde-buttonbar li.submitButton,
.app-profissional .horde-buttonbar li.submitButton {
  margin-right: 12px; }
  .app-sieve .horde-buttonbar li.submitButton a,
  .app-profissional .horde-buttonbar li.submitButton a {
    display: block;
    text-align: center;
    font-size: 15px;
    font-weight: 600;
    background-color: #e60013;
    color: #FFFFFF;
    border: 1px solid #e60013;
    padding: 6px 18px 8px;
    text-decoration: none;
    min-width: 70px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    line-height: initial;
    cursor: pointer;
    opacity: 1;
    opacity: 1; }
    .app-sieve .horde-buttonbar li.submitButton a:hover,
    .app-profissional .horde-buttonbar li.submitButton a:hover {
      background-color: #b3000f;
      border-color: #b3000f; }

.app-sieve .horde-buttonbar li.button_back,
.app-profissional .horde-buttonbar li.button_back {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-flow: row wrap;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  height: 52.8571428571px;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  padding-right: 16px;
  margin-right: 16px; }
  .app-sieve .horde-buttonbar li.button_back a,
  .app-profissional .horde-buttonbar li.button_back a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    text-transform: initial;
    margin-right: 0; }
    .app-sieve .horde-buttonbar li.button_back a:before,
    .app-profissional .horde-buttonbar li.button_back a:before {
      content: '';
      height: 16px;
      width: 16px;
      background-repeat: no-repeat;
      background-position: center center;
      vertical-align: middle;
      margin-right: 5px; }

.app-sieve .horde-buttonbar a.profissional-edit:before,
.app-profissional .horde-buttonbar a.profissional-edit:before {
  content: '';
  height: 16px;
  width: 16px;
  background-repeat: no-repeat;
  background-position: center center;
  vertical-align: middle;
  display: inline-block;
  margin-right: 3px;
  position: relative;
  top: -2px; }

.app-sieve #horde-sidebar a#newButton,
.app-profissional #horde-sidebar a#newButton {
  outline: none;
  display: inline-block;
  color: #FFFFFF;
  font-weight: initial;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 15px;
  height: 33.0357142857px;
  max-width: 650px;
  background-repeat: no-repeat;
  background-position: right center;
  background-color: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.2);
  width: initial;
  margin-right: 12px;
  padding-right: 24px;
  padding-left: 12px;
  border-radius: 2px;
  position: relative;
  top: 1px;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-top: 7px;
  padding-bottom: 7px; }
  .app-sieve #horde-sidebar a#newButton:hover,
  .app-profissional #horde-sidebar a#newButton:hover {
    background-color: rgba(0, 0, 0, 0.3);
    border-color: rgba(255, 255, 255, 0.2);
    opacity: 1; }

.horde-new {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-flow: row wrap;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
  margin-bottom: 12px;
  height: 52.8571428571px;
  min-width: 200px;
  background-color: #212121; }
  .horde-new span.horde-new-link {
    margin-left: 24px;
    margin-right: 12px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    max-width: 180px; }
    .horde-new span.horde-new-link a {
      display: block;
      text-align: center;
      font-size: 15px;
      font-weight: 600;
      background-color: #e60013;
      color: #FFFFFF;
      border: 1px solid #e60013;
      padding: 6px 18px 8px;
      text-decoration: none;
      min-width: 70px;
      -webkit-border-radius: 2px;
      -moz-border-radius: 2px;
      border-radius: 2px;
      -webkit-background-clip: padding-box;
      -moz-background-clip: padding;
      background-clip: padding-box;
      line-height: initial;
      cursor: pointer;
      opacity: 1;
      background-repeat: no-repeat;
      background-position: left center;
      padding-left: 36px;
      background-position-x: 12px;
      text-overflow: ellipsis;
      overflow: hidden;
      box-sizing: border-box; }
      .horde-new span.horde-new-link a:hover {
        background-color: #b3000f;
        border-color: #b3000f; }
  .horde-new span.horde-checkmail-link a#checkmaillink.actionRefresh {
    height: 32px;
    width: 32px;
    background-repeat: no-repeat;
    background-position: center center;
    vertical-align: middle;
    display: block;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    opacity: .8; }
    .horde-new span.horde-checkmail-link a#checkmaillink.actionRefresh:hover {
      background-color: rgba(0, 0, 0, 0.3);
      border-color: rgba(255, 255, 255, 0.2);
      opacity: 1; }
  .horde-new .horde-new-extra {
    order: 2; }
    .horde-new .horde-new-extra a#kronolithQuickEvent {
      height: 32px;
      width: 32px;
      background-repeat: no-repeat;
      background-position: center center;
      vertical-align: middle;
      margin-right: 5.4545454545px;
      display: block;
      border: 1px solid rgba(255, 255, 255, 0.2);
      background-color: rgba(255, 255, 255, 0.2);
      border-radius: 50%;
      opacity: .8; }
      .horde-new .horde-new-extra a#kronolithQuickEvent:hover {
        background-color: rgba(0, 0, 0, 0.3);
        border-color: rgba(255, 255, 255, 0.2);
        opacity: 1; }
  .horde-new .horde-new-split {
    display: none; }

.app-turba .horde-buttonbar form {
  display: flex !important;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center; }

.app-turba .horde-buttonbar a.turba-delete:before, .app-turba .horde-buttonbar a.turba-edit:before {
  content: '';
  height: 16px;
  width: 16px;
  background-repeat: no-repeat;
  background-position: center center;
  vertical-align: middle;
  display: inline-block;
  margin-right: 2px;
  position: relative;
  top: -2px; }

#kronolithHeader div {
  padding-left: 24px; }
  #kronolithHeader div ul {
    padding-left: 0; }
    #kronolithHeader div ul li:nth-child(1) {
      -webkit-box-ordinal-group: 1;
      -moz-box-ordinal-group: 1;
      -ms-flex-order: 1;
      -webkit-order: 1;
      order: 1; }
    #kronolithHeader div ul li:nth-child(2) {
      -webkit-box-ordinal-group: 2;
      -moz-box-ordinal-group: 2;
      -ms-flex-order: 2;
      -webkit-order: 2;
      order: 2; }
    #kronolithHeader div ul li:nth-child(3) {
      -webkit-box-ordinal-group: 4;
      -moz-box-ordinal-group: 4;
      -ms-flex-order: 4;
      -webkit-order: 4;
      order: 4; }
    #kronolithHeader div ul li:nth-child(4) {
      -webkit-box-ordinal-group: 3;
      -moz-box-ordinal-group: 3;
      -ms-flex-order: 3;
      -webkit-order: 3;
      order: 3; }
    #kronolithHeader div ul li:nth-child(5) {
      -webkit-box-ordinal-group: 5;
      -moz-box-ordinal-group: 5;
      -ms-flex-order: 5;
      -webkit-order: 5;
      order: 5; }
    #kronolithHeader div ul li:nth-child(6) {
      -webkit-box-ordinal-group: 6;
      -moz-box-ordinal-group: 6;
      -ms-flex-order: 6;
      -webkit-order: 6;
      order: 6; }
    #kronolithHeader div ul li:nth-child(7) {
      -webkit-box-ordinal-group: 7;
      -moz-box-ordinal-group: 7;
      -ms-flex-order: 7;
      -webkit-order: 7;
      order: 7; }
    #kronolithHeader div ul li:nth-child(8) {
      -webkit-box-ordinal-group: 8;
      -moz-box-ordinal-group: 8;
      -ms-flex-order: 8;
      -webkit-order: 8;
      order: 8; }
    #kronolithHeader div ul li:nth-child(9) {
      -webkit-box-ordinal-group: 9;
      -moz-box-ordinal-group: 9;
      -ms-flex-order: 9;
      -webkit-order: 9;
      order: 9; }
    #kronolithHeader div ul li:nth-child(10) {
      -webkit-box-ordinal-group: 10;
      -moz-box-ordinal-group: 10;
      -ms-flex-order: 10;
      -webkit-order: 10;
      order: 10; }
    #kronolithHeader div ul li {
      margin-right: 0; }
    #kronolithHeader div ul li #kronolithGotoToday {
      display: block;
      border-radius: 2px;
      padding: 4px 10px 5px;
      background-repeat: no-repeat;
      background-position: center center;
      background-color: rgba(255, 255, 255, 0.2);
      border: 1px solid rgba(255, 255, 255, 0.2);
      opacity: .7;
      cursor: pointer;
      text-transform: capitalize;
      font-weight: initial;
      margin-right: 12px; }
      #kronolithHeader div ul li #kronolithGotoToday:hover {
        background-color: rgba(0, 0, 0, 0.3);
        border-color: rgba(255, 255, 255, 0.2);
        opacity: 1; }
    #kronolithHeader div ul li #kronolithCurrent {
      color: #FFFFFF;
      font-weight: initial;
      margin: 0 24px 0 0; }
    #kronolithHeader div ul li a.kronolithPrev {
      color: transparent;
      display: block;
      border-radius: 2px;
      padding: 4px 10px 5px;
      background-repeat: no-repeat;
      background-position: center center;
      background-color: rgba(255, 255, 255, 0.2);
      border: 1px solid rgba(255, 255, 255, 0.2);
      opacity: .7;
      cursor: pointer;
      border-right: 0;
      border-top-right-radius: 0;
      border-bottom-right-radius: 0; }
      #kronolithHeader div ul li a.kronolithPrev:hover {
        background-color: rgba(0, 0, 0, 0.3);
        border-color: rgba(255, 255, 255, 0.2);
        opacity: 1; }
    #kronolithHeader div ul li a.kronolithNext {
      color: transparent;
      display: block;
      border-radius: 2px;
      padding: 4px 10px 5px;
      background-repeat: no-repeat;
      background-position: center center;
      background-color: rgba(255, 255, 255, 0.2);
      border: 1px solid rgba(255, 255, 255, 0.2);
      opacity: .7;
      cursor: pointer;
      margin-right: 12px;
      border-top-left-radius: 0;
      border-bottom-left-radius: 0; }
      #kronolithHeader div ul li a.kronolithNext:hover {
        background-color: rgba(0, 0, 0, 0.3);
        border-color: rgba(255, 255, 255, 0.2);
        opacity: 1; }
    #kronolithHeader div ul li a#kronolithNavDay,
    #kronolithHeader div ul li a#kronolithNavWorkweek,
    #kronolithHeader div ul li a#kronolithNavWeek,
    #kronolithHeader div ul li a#kronolithNavDay,
    #kronolithHeader div ul li a#kronolithNavMonth,
    #kronolithHeader div ul li a#kronolithNavYear,
    #kronolithHeader div ul li a#kronolithNavAgenda {
      display: block;
      border-radius: 2px;
      padding: 4px 10px 5px;
      background-repeat: no-repeat;
      background-position: center center;
      background-color: rgba(255, 255, 255, 0.2);
      border: 1px solid rgba(255, 255, 255, 0.2);
      opacity: .7;
      cursor: pointer;
      text-transform: capitalize;
      font-weight: initial;
      border-right: 0;
      border-radius: 0; }
      #kronolithHeader div ul li a#kronolithNavDay:hover,
      #kronolithHeader div ul li a#kronolithNavWorkweek:hover,
      #kronolithHeader div ul li a#kronolithNavWeek:hover,
      #kronolithHeader div ul li a#kronolithNavDay:hover,
      #kronolithHeader div ul li a#kronolithNavMonth:hover,
      #kronolithHeader div ul li a#kronolithNavYear:hover,
      #kronolithHeader div ul li a#kronolithNavAgenda:hover {
        background-color: rgba(0, 0, 0, 0.3);
        border-color: rgba(255, 255, 255, 0.2);
        opacity: 1; }
    #kronolithHeader div ul li a#kronolithNavDay {
      border-radius: 2px 0 0 2px; }
    #kronolithHeader div ul li a#kronolithNavYear {
      border-radius: 0 2px 2px 0;
      border-right: 1px solid rgba(255, 255, 255, 0.2);
      margin-right: 12px; }
    #kronolithHeader div ul li a#kronolithNavAgenda {
      border-right: 1px solid rgba(255, 255, 255, 0.2);
      border-radius: 2px; }
      #kronolithHeader div ul li a#kronolithNavAgenda:hover {
        border: 1px solid rgba(255, 255, 255, 0.2); }
    #kronolithHeader div ul .horde-active a#kronolithNavDay,
    #kronolithHeader div ul .horde-active a#kronolithNavWorkweek,
    #kronolithHeader div ul .horde-active a#kronolithNavWeek,
    #kronolithHeader div ul .horde-active a#kronolithNavDay,
    #kronolithHeader div ul .horde-active a#kronolithNavMonth,
    #kronolithHeader div ul .horde-active a#kronolithNavYear,
    #kronolithHeader div ul .horde-active a#kronolithNavAgenda {
      background-color: white;
      border: 1px solid rgba(255, 255, 255, 0.2);
      border-right: 0;
      color: #e60013;
      opacity: 1;
      pointer-events: none; }
    #kronolithHeader div ul .horde-active a#kronolithNavAgenda {
      background-color: white;
      border-right: 1px solid rgba(255, 255, 255, 0.2);
      opacity: 1;
      pointer-events: none; }

#horde-search form {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-flow: row wrap;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  height: 52.8571428571px; }
  #horde-search form .horde-fake-input {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    height: 52.8571428571px; }
    #horde-search form .horde-fake-input span#horde-search-dropdown span.horde-popdown {
      display: block;
      width: 30px;
      height: 36px;
      border: 1px solid rgba(255, 255, 255, 0.2);
      background: url("/themes/sooma/img/general/drop-arrow-white.svg") no-repeat center 50%;
      background-color: rgba(255, 255, 255, 0.2);
      border-right: 0;
      border-radius: 2px 0 0 2px;
      box-sizing: border-box;
      cursor: pointer;
      opacity: .8; }
      #horde-search form .horde-fake-input span#horde-search-dropdown span.horde-popdown:hover {
        opacity: 1;
        background-color: rgba(0, 0, 0, 0.3);
        border-color: rgba(255, 255, 255, 0.2); }
  #horde-search form input#horde-search-icon {
    height: 36px;
    margin-right: 24px;
    width: 36px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background-color: rgba(255, 255, 255, 0.2);
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 0 2px 2px 0;
    padding: 0;
    opacity: .8; }
    #horde-search form input#horde-search-icon:hover {
      opacity: 1;
      background-color: rgba(0, 0, 0, 0.3);
      border-color: rgba(255, 255, 255, 0.2); }

input#horde-search-input {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 15px;
  width: 200px;
  height: 36px;
  background-color: rgba(255, 255, 255, 0.2);
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  border-right: 0;
  color: #FFFFFF;
  padding: 0 8px;
  border-radius: 0;
  opacity: .8; }
  input#horde-search-input:focus {
    opacity: 1;
    background-color: rgba(0, 0, 0, 0.3); }

.app-kronolith input#horde-search-input {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 2px 0 0 2px;
  padding-left: 8px; }

/* Autocomplete */
div#horde-search-autocomplete.autocomplete ul {
  position: absolute;
  padding: 12px 0;
  font-size: 0.9rem;
  box-sizing: border-box;
  background: white;
  border-radius: 4px;
  -webkit-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.25);
  width: 240px !important; }
  div#horde-search-autocomplete.autocomplete ul a, div#horde-search-autocomplete.autocomplete ul li {
    display: block;
    color: #212121;
    padding: 5.4545454545px 40px 6.9545454545px 18px;
    cursor: pointer; }
    div#horde-search-autocomplete.autocomplete ul a:hover, div#horde-search-autocomplete.autocomplete ul li:hover {
      color: #212121;
      background: rgba(33, 33, 33, 0.06); }
  div#horde-search-autocomplete.autocomplete ul:first-child {
    margin-top: 8px; }
  div#horde-search-autocomplete.autocomplete ul:last-child {
    margin-bottom: 8px; }
  div#horde-search-autocomplete.autocomplete ul li {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    -webkit-align-items: baseline;
    -moz-align-items: baseline;
    -ms-align-items: baseline;
    align-items: baseline;
    padding-right: 24px;
    opacity: 1; }
    div#horde-search-autocomplete.autocomplete ul li div.name {
      font-size: 15px;
      max-width: 200px;
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden; }
    div#horde-search-autocomplete.autocomplete ul li div.label {
      font-family: "Source Sans Pro", sans-serif;
      font-size: 12px;
      color: #212121;
      font-weight: 600;
      line-height: 1.3;
      text-transform: uppercase;
      letter-spacing: .5px;
      text-align: left;
      color: #777; }
    div#horde-search-autocomplete.autocomplete ul li div.clear {
      display: none; }

.horde-info {
  padding: 5.4545454545px 24px;
  padding-top: 0;
  font-size: 0.9rem;
  color: #777; }

#imp-specialmboxes .horde-info, #imp-normalmboxes .horde-info {
  display: none; }

.folderoptsImg {
  display: none !important; }

#foldersLoading {
  margin: 0 24px; }

#foldersSidebar .horde-subnavi .horde-popdown {
  display: block;
  width: 16px;
  height: 16px;
  background-image: url("/themes/sooma/img/general/defs.svg");
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  top: 13px;
  opacity: .7; }
  #foldersSidebar .horde-subnavi .horde-popdown:hover {
    opacity: 1; }

#foldersSidebar .horde-subnavi #folderopts_link:hover a {
  color: #212121; }

#foldersSidebar .horde-subnavi #folderopts_link a {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 12px;
  color: #212121;
  font-weight: 600;
  line-height: 1.3;
  text-transform: uppercase;
  letter-spacing: .5px;
  color: #212121;
  display: block;
  padding-top: 12px;
  padding-left: 24px;
  border-top: 1px solid #C7C7C7; }
  #foldersSidebar .horde-subnavi #folderopts_link a:hover {
    color: #212121; }

#foldersSidebar > div:nth-child(3) div:first-child {
  padding-top: 0; }
  #foldersSidebar > div:nth-child(3) div:first-child:hover {
    background: transparent; }
    #foldersSidebar > div:nth-child(3) div:first-child:hover .horde-popdown {
      opacity: 1; }

#foldersSidebar div[title="Lixo"] {
  /*		margin-bottom: $base-padding;
*/ }

#foldersSidebar #imp-normalmboxes {
  position: absolute;
  top: 290px;
  bottom: 0;
  width: 100%;
  overflow-x: hidden;
  overflow-y: auto; }

#foldersSidebar .horde-sidebar-split {
  display: none; }

.horde-sidebar-split {
  border-bottom: 1px solid #C7C7C7;
  margin: 0 24px; }

.horde-subnavi {
  position: relative;
  padding: 7px 24px 9px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: default; }
  .horde-subnavi:hover {
    background-color: rgba(33, 33, 33, 0.06); }
  .horde-subnavi .horde-subnavi-icon {
    height: 16px;
    width: 16px;
    background-repeat: no-repeat;
    background-position: center center;
    vertical-align: middle;
    display: inline-block;
    margin-right: 8px;
    margin-top: -3px;
    cursor: pointer; }
  .horde-subnavi .horde-subnavi-point {
    display: inline; }
    .horde-subnavi .horde-subnavi-point a {
      color: #212121;
      cursor: default; }

.horde-subnavi-sub .horde-subnavi:before {
  content: '';
  height: 16px;
  width: 16px;
  background-repeat: no-repeat;
  background-position: center center;
  vertical-align: middle;
  display: inline-block;
  margin-right: 8px;
  position: relative;
  top: -3px; }

.horde-subnavi-sub .horde-subnavi {
  padding-left: 24px; }

.horde-subnavi-sub .horde-subnavi-sub .horde-subnavi {
  padding-left: 48px; }

.horde-subnavi-sub .horde-subnavi-sub .horde-subnavi-sub .horde-subnavi {
  padding-left: 72px; }

.horde-subnavi-sub .horde-subnavi-sub .horde-subnavi-sub .horde-subnavi-sub .horde-subnavi {
  padding-left: 96px; }

.horde-subnavi-sub .horde-subnavi-sub .horde-subnavi-sub .horde-subnavi-sub .horde-subnavi-sub .horde-subnavi {
  padding-left: 120px; }

.horde-subnavi-sub .horde-subnavi-sub .horde-subnavi-sub .horde-subnavi-sub .horde-subnavi-sub .horde-subnavi-sub .horde-subnavi {
  padding-left: 144px; }

.horde-subnavi-sub .horde-subnavi-sub .horde-subnavi-sub .horde-subnavi-sub .horde-subnavi-sub .horde-subnavi-sub .horde-subnavi-sub .horde-subnavi {
  padding-left: 168px; }

.horde-subnavi-sub .horde-subnavi-sub .horde-subnavi-sub .horde-subnavi-sub .horde-subnavi-sub .horde-subnavi-sub .horde-subnavi-sub .horde-subnavi-sub .horde-subnavi {
  padding-left: 192px; }

.horde-subnavi-active .horde-subnavi-point a {
  color: #e60013;
  font-weight: 600; }

.horde-subnavi-active:after {
  content: '';
  position: absolute;
  left: 11.4285714286px;
  top: 5.4545454545px;
  margin-top: 10px;
  background: #e60013;
  width: 5px;
  height: 5px;
  border-radius: 50%; }

#imp-normalmboxes .horde-subnavi .horde-subnavi-icon {
  height: 16px;
  width: 16px;
  background-repeat: no-repeat;
  background-position: center center;
  vertical-align: middle;
  margin-right: 12px;
  cursor: pointer; }

#imp-specialmboxes .horde-subnavi:last-child {
  margin-bottom: 8px; }

#kronolithMenu {
  position: absolute;
  top: 303px;
  bottom: 0;
  width: 100%;
  overflow-x: hidden;
  overflow-y: auto; }

.app-turba .horde-subnavi, .app-profissional .horde-subnavi, .app-sieve .horde-subnavi {
  padding: 0; }
  .app-turba .horde-subnavi .horde-subnavi-icon, .app-profissional .horde-subnavi .horde-subnavi-icon, .app-sieve .horde-subnavi .horde-subnavi-icon {
    float: left;
    margin-top: 8px;
    margin-left: 24px; }
  .app-turba .horde-subnavi .horde-subnavi-point, .app-profissional .horde-subnavi .horde-subnavi-point, .app-sieve .horde-subnavi .horde-subnavi-point {
    display: block;
    margin: 0 !important; }
    .app-turba .horde-subnavi .horde-subnavi-point a, .app-profissional .horde-subnavi .horde-subnavi-point a, .app-sieve .horde-subnavi .horde-subnavi-point a {
      display: block;
      padding: 7px 24px 9px; }

.app-turba .horde-subnavi-point, .app-profissional .horde-subnavi-point, .app-sieve .horde-subnavi-point {
  display: block; }

#horde-sidebar h3 {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 12px;
  color: #212121;
  font-weight: 600;
  line-height: 1.3;
  text-transform: uppercase;
  letter-spacing: .5px;
  position: relative;
  padding-right: 40px;
  margin: 12px 0 12px 24px; }
  #horde-sidebar h3 a.horde-add {
    float: right;
    width: 0;
    overflow: hidden; }
    #horde-sidebar h3 a.horde-add:before {
      height: 16px;
      width: 16px;
      background-repeat: no-repeat;
      background-position: center center;
      vertical-align: middle;
      content: '';
      position: absolute;
      top: 0;
      opacity: .5; }
    #horde-sidebar h3 a.horde-add:hover:before {
      opacity: 1; }
  #horde-sidebar h3 .horde-expand, #horde-sidebar h3 .horde-collapse {
    display: inline;
    width: 10px;
    height: 22px;
    background-repeat: no-repeat;
    cursor: pointer; }
    #horde-sidebar h3 .horde-expand:before, #horde-sidebar h3 .horde-collapse:before {
      content: '';
      height: 12px;
      width: 12px;
      background-repeat: no-repeat;
      background-position: center center;
      vertical-align: middle;
      position: absolute;
      left: -15px;
      top: 2px; }

.horde-resources div {
  background-color: transparent !important; }
  .horde-resources div > * {
    display: inline-block;
    vertical-align: middle; }
  .horde-resources div .horde-resource-link {
    display: block;
    overflow: hidden;
    margin: 0 24px 0 0;
    padding: 0 0 0 24px;
    cursor: pointer; }
    .horde-resources div .horde-resource-link span, .horde-resources div .horde-resource-link a {
      display: block;
      color: #212121 !important;
      padding: 5.4545454545px 0 5.4545454545px 24px;
      background-repeat: no-repeat;
      background-position: left 8.4545454545px; }
  .horde-resources div .horde-resource-edit-000, .horde-resources div .horde-resource-edit-fff {
    height: 16px;
    width: 16px;
    background-repeat: no-repeat;
    background-position: center center;
    vertical-align: middle;
    display: block;
    float: right;
    position: relative;
    top: 8px;
    right: 24px;
    overflow: hidden;
    cursor: pointer;
    opacity: 0.2;
    color: transparent !important; }
  .horde-resources div:hover .horde-resource-edit-000, .horde-resources div:hover .horde-resource-edit-fff {
    opacity: .5; }
    .horde-resources div:hover .horde-resource-edit-000:hover, .horde-resources div:hover .horde-resource-edit-fff:hover {
      opacity: 1; }
  .horde-resources div .horde-resource-refresh-000, .horde-resources div .horde-resource-refresh-fff {
    display: none; }

.app-turba .horde-resources div {
  background-color: transparent !important; }
  .app-turba .horde-resources div .horde-resource-link a {
    display: block;
    overflow-x: hidden;
    word-break: break-word;
    position: relative;
    padding: 5.4545454545px 0 5.4545454545px 24px;
    margin-right: 24px; }
    .app-turba .horde-resources div .horde-resource-link a:hover {
      color: #e60013; }
    .app-turba .horde-resources div .horde-resource-link a:before, .app-turba .horde-resources div .horde-resource-link a:after {
      width: 15px;
      height: 15px;
      content: '';
      position: absolute;
      top: 7px;
      left: 0;
      border-radius: 50%; }
    .app-turba .horde-resources div .horde-resource-link a:before {
      border-radius: 50%;
      border: 1px solid #C3C3C3; }
    .app-turba .horde-resources div .horde-resource-link a:hover:before {
      border-color: #777777; }
    .app-turba .horde-resources div .horde-resource-link a:after {
      background-color: 0.2;
      margin: 1px;
      box-sizing: border-box;
      border: 5px solid white; }
    .app-turba .horde-resources div .horde-resource-link a:hover:after {
      background-color: #777777; }
  .app-turba .horde-resources div .horde-resource-link .horde-resource-on {
    color: #e60013; }
    .app-turba .horde-resources div .horde-resource-link .horde-resource-on:after {
      background-color: #e60013;
      margin: 1px;
      box-sizing: border-box;
      border: 5px solid white; }
    .app-turba .horde-resources div .horde-resource-link .horde-resource-on:before {
      border-color: #e60013; }
    .app-turba .horde-resources div .horde-resource-link .horde-resource-on:hover:after {
      background-color: #e60013; }
    .app-turba .horde-resources div .horde-resource-link .horde-resource-on:hover:before {
      border-color: #e60013; }
  .app-turba .horde-resources div .horde-resource-link a {
    background-image: none; }

.app-turba #horde-sidebar > div:nth-child(2) div:last-child {
  margin-bottom: 12px; }

div#kronolithMenuCalendars {
  margin-bottom: 24px; }
  div#kronolithMenuCalendars .horde-info {
    margin-bottom: 12px; }

#kronolithMyCalendars div {
  position: relative;
  margin: 0 24px; }
  #kronolithMyCalendars div .horde-resource-link {
    display: inline-block;
    margin: 0;
    padding-right: 0;
    padding-left: 0; }
    #kronolithMyCalendars div .horde-resource-link .horde-resource-on, #kronolithMyCalendars div .horde-resource-link .horde-resource-off, #kronolithMyCalendars div .horde-resource-link .horde-resource-none {
      padding-left: 37.4545454545px;
      max-width: 120px; }
      #kronolithMyCalendars div .horde-resource-link .horde-resource-on img, #kronolithMyCalendars div .horde-resource-link .horde-resource-off img, #kronolithMyCalendars div .horde-resource-link .horde-resource-none img {
        width: 12px;
        height: 12px;
        margin-left: 3px; }
  #kronolithMyCalendars div .horde-resource-refresh-000, #kronolithMyCalendars div .horde-resource-refresh-fff {
    display: inline-block;
    position: absolute;
    left: 24px;
    top: 12.4545454545px;
    color: transparent !important;
    width: 8px;
    height: 8px;
    border-radius: 50%; }
  #kronolithMyCalendars div .horde-resource-edit-000, #kronolithMyCalendars div .horde-resource-edit-fff {
    right: 0;
    background-color: transparent !important; }

#kronolithMyCalendars .horde-resource-over .horde-resource-edit-fff, #kronolithMyCalendars .horde-resource-over .horde-resource-edit-000 {
  opacity: .5; }
  #kronolithMyCalendars .horde-resource-over .horde-resource-edit-fff:hover, #kronolithMyCalendars .horde-resource-over .horde-resource-edit-000:hover {
    opacity: 1; }

.horde-resources div:last-child .horde-resource-link,
#kronolithMyCalendars div:last-child .horde-resource-link {
  margin-bottom: 12px; }

/* Form Styles */
.horde-form {
  margin-bottom: 48px; }
  .horde-form table {
    width: 100%;
    max-width: 650px;
    padding: 2px;
    border-collapse: collapse;
    border-spacing: 0; }
    .horde-form table tr {
      vertical-align: top; }
      .horde-form table tr td {
        padding: 0;
        display: block;
        width: 100%; }
        .horde-form table tr td.horde-form-label {
          color: #777;
          font-size: 12px;
          font-weight: 600;
          line-height: 1.3;
          text-transform: uppercase;
          letter-spacing: .5px;
          padding-top: 24px;
          padding-bottom: 8px;
          padding-top: 24px;
          text-align: left; }

.horde-form-buttons {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-flow: row wrap;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin: 24px 0; }
  .horde-form-buttons > * {
    margin-right: 8px; }
    .horde-form-buttons > *:last-child {
      margin-right: 0; }

.horde-form-error {
  color: #212121;
  margin-left: -9px; }
  .horde-form-error .horde-form-error {
    color: #EB3830;
    margin-left: 0; }

.horde-form-field-description {
  color: #777;
  font-size: 0.8rem; }

/* General */
input, textarea {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 15px;
  color: #212121;
  font-weight: initial;
  background-color: #f2f2f2;
  border: 1px solid transparent;
  border-bottom: 1px solid #C3C3C3;
  padding: 0 12px;
  border-radius: 2px;
  box-sizing: border-box;
  outline: none; }
  input:hover, textarea:hover {
    border-bottom-color: #777777; }
  input:focus, textarea:focus {
    border-bottom-color: #e60013;
    background-color: transparent; }

input {
  height: 36px;
  width: 100%;
  max-width: 650px;
  font-size: 15px; }
  input#object_name_ {
    background: #f2f2f2;
    font-size: 1.2rem;
    opacity: 1;
    border-bottom: 2px dotted #C3C3C3; }
  input#object_namePrefix_ {
    width: 225px; }
  input#object_nameSuffix_ {
    width: 225px; }
  input#object_photo_new_, input#object_logo_new_ {
    width: 70%; }
  input#do_object_photo_, input#do_object_logo_ {
    display: inline-block;
    font-size: 15px;
    color: #212121;
    background-color: transparent;
    padding: 6px 18px 8px;
    width: auto;
    height: auto;
    margin-right: 5.4545454545px;
    border: 1px solid rgba(33, 33, 33, 0.3);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    line-height: initial;
    cursor: pointer;
    opacity: .7;
    display: inline-block;
    float: right;
    height: 36px; }
    input#do_object_photo_:hover, input#do_object_logo_:hover {
      color: #212121;
      border-color: rgba(33, 33, 33, 0.5);
      opacity: 1; }
  input#save-vbook {
    width: 16px;
    height: 16px;
    margin-right: 5.4545454545px;
    font-family: "Source Sans Pro", sans-serif; }

textarea {
  margin-left: 204px; }

input:-webkit-autofill {
  background-color: #f2f2f2 !important;
  background-clip: content-box; }

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset; }

.horde-button {
  display: inline-block;
  font-size: 15px;
  color: #212121;
  background-color: transparent;
  padding: 6px 18px 8px;
  width: auto;
  height: auto;
  margin-right: 5.4545454545px;
  border: 1px solid rgba(33, 33, 33, 0.3);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  line-height: initial;
  cursor: pointer;
  opacity: .7; }
  .horde-button:hover {
    color: #212121;
    border-color: rgba(33, 33, 33, 0.5);
    opacity: 1; }

input[type="submit"] {
  display: inline-block;
  font-family: "Source Sans Pro", sans-serif;
  background-color: #e60013;
  color: #FFFFFF;
  border: 1px solid #e60013;
  width: auto;
  height: auto;
  min-width: 80px;
  margin-right: 8px;
  text-align: center;
  font-size: 15px;
  font-weight: 600;
  padding: 6px 18px 8px;
  text-decoration: none;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  line-height: initial;
  cursor: pointer;
  opacity: 1; }
  input[type="submit"]:hover {
    background-color: #b3000f;
    border-color: #b3000f; }

input[type="button"], input[type="reset"] {
  display: inline-block;
  font-size: 15px;
  color: #212121;
  background-color: transparent;
  padding: 6px 18px 8px;
  width: auto;
  height: auto;
  margin-right: 5.4545454545px;
  border: 1px solid rgba(33, 33, 33, 0.3);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  line-height: initial;
  cursor: pointer;
  opacity: .7; }
  input[type="button"]:hover, input[type="reset"]:hover {
    color: #212121;
    border-color: rgba(33, 33, 33, 0.5);
    opacity: 1; }

input[type="button"].horde-delete, input[type="button"].kronolithCalendarDelete, a.horde-delete, a.kronolithCalendarDelete, input[type="submit"].horde-delete, input[type="submit"].kronolithCalendarDelete {
  color: #EB3830;
  font-weight: initial;
  background-color: transparent;
  border: 1px solid rgba(235, 56, 48, 0.3);
  color: rgba(235, 56, 48, 0.9);
  opacity: 1; }
  input[type="button"].horde-delete:hover, input[type="button"].kronolithCalendarDelete:hover, a.horde-delete:hover, a.kronolithCalendarDelete:hover, input[type="submit"].horde-delete:hover, input[type="submit"].kronolithCalendarDelete:hover {
    color: #EB3830;
    border-color: #EB3830;
    border: 1px solid rgba(235, 56, 48, 0.7); }

input[type="button"].horde-cancel, a.horde-cancel, input[type="submit"].horde-cancel {
  background-color: transparent;
  border-color: transparent;
  color: #212121;
  padding-left: 5.4545454545px;
  padding-right: 5.4545454545px;
  min-width: auto;
  margin: 0 1px;
  opacity: .7; }
  input[type="button"].horde-cancel:hover, a.horde-cancel:hover, input[type="submit"].horde-cancel:hover {
    border-color: transparent;
    color: #212121;
    opacity: 1; }

input[type="reset"] {
  display: inline-block;
  font-size: 15px;
  color: #212121;
  background-color: transparent;
  padding: 6px 18px 8px;
  width: auto;
  height: auto;
  margin-right: 5.4545454545px;
  border: 1px solid rgba(33, 33, 33, 0.3);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  line-height: initial;
  cursor: pointer;
  opacity: .7; }
  input[type="reset"]:hover {
    color: #212121;
    border-color: rgba(33, 33, 33, 0.5);
    opacity: 1; }

input[type="file"] {
  padding-top: 12px;
  padding-left: 0;
  border: 0;
  background: transparent; }

input[disabled], input[disabled]:hover, textarea[disabled], option[disabled] {
  opacity: 0.2;
  pointer-events: none; }

textarea {
  width: 100%;
  padding: 12px; }
  textarea#object_homeAddress_, textarea#object_otherAddress_, textarea#object_workAddress_ {
    font-size: 15px;
    opacity: 1;
    border-bottom: 2px dotted #C3C3C3; }

select {
  outline: none;
  display: inline-block;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 15px;
  height: 36px;
  max-width: 650px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: right center;
  border: 1px solid #C3C3C3;
  width: initial;
  margin-right: 12px;
  padding-right: 24px;
  padding-left: 12px;
  border-radius: 2px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none; }
  select:hover {
    border-color: #777777; }
  select option {
    font-size: 0.9rem;
    padding: 5.4545454545px 12px; }
  select#source, select#name {
    font-family: "Source Sans Pro", sans-serif;
    width: 100%; }
  select.form-input-multiselect-leftselect, select.form-input-multiselect-rightselect {
    height: 300px; }

.checkbox, .radio, input[type="checkbox"], input[type="radio"] {
  width: auto;
  height: auto;
  margin-right: 5.4545454545px;
  vertical-align: middle;
  margin-top: -3px !important; }

pre, code, .fixed, table.lineNumbered * {
  font-family: "Source Sans Pro", sans-serif; }

label {
  color: #777;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.3;
  text-transform: uppercase;
  letter-spacing: .5px;
  padding-top: 24px;
  padding-bottom: 8px;
  text-align: left;
  display: inline-block; }

#kronolithEventTitle,
#kronolithQuickinsertQ,
#kronolithCalendarinternalName,
#kronolithCalendarresourceName,
#kronolithCalendarremoteUrl {
  background-color: transparent;
  padding-left: 0;
  padding-right: 0; }

.hordeACBox {
  margin-top: 12px;
  border-bottom: 1px solid #C3C3C3;
  padding-bottom: 1px; }
  .hordeACBox:hover {
    border-color: #777777; }
  .hordeACBox.impACBoxFocus {
    border-color: #e60013; }
  .hordeACBox ul.hordeACList {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .hordeACBox ul.hordeACList li:last-child {
      -webkit-flex-grow: 1;
      -moz-flex-grow: 1;
      -ms-flex-grow: 1;
      flex-grow: 1; }
    .hordeACBox ul.hordeACList li.hordeACListItem {
      -webkit-border-radius: 20px;
      -moz-border-radius: 20px;
      border-radius: 20px;
      padding: 2px 7px 4px 13px !important;
      margin: 2.7272727273px 2.7272727273px 1px 0 !important;
      margin-top: 2.7272727273px;
      font-size: 0.9rem;
      background-color: rgba(230, 0, 19, 0.2);
      color: #212121; }
      .hordeACBox ul.hordeACList li.hordeACListItem .hordeACItemRemove {
        height: 12px;
        width: 12px;
        background-repeat: no-repeat;
        background-position: center center;
        vertical-align: middle;
        margin-left: 5.4545454545px;
        padding-left: 12px;
        box-sizing: border-box;
        margin-bottom: 2px;
        cursor: pointer;
        opacity: .7; }
        .hordeACBox ul.hordeACList li.hordeACListItem .hordeACItemRemove:hover {
          opacity: 1; }
    .hordeACBox ul.hordeACList li .hordeACTrigger {
      background-color: transparent;
      border: 0;
      width: 100% !important;
      box-sizing: border-box;
      max-width: 100%; }

/* Address Book */
form[name="directory_search"] {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-flow: row wrap;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 50%; }
  form[name="directory_search"] strong {
    max-width: 650px; }
    form[name="directory_search"] strong label {
      padding-top: 0; }
  form[name="directory_search"] select {
    margin-bottom: 24px;
    margin-right: 0; }
  form[name="directory_search"] input.horde-default {
    width: 100px;
    margin: 24px 0; }
  form[name="directory_search"] #vbook-form label[for="save-vbook"] {
    font-size: 15px;
    font-weight: initial;
    color: #212121;
    text-transform: initial;
    letter-spacing: initial; }
  form[name="directory_search"] #vbook-form label[for="vbook_name"] {
    color: #777;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.3;
    text-transform: uppercase;
    letter-spacing: .5px;
    padding-top: 24px;
    padding-bottom: 8px;
    padding-top: 12px;
    display: block; }

.app-turba .leftAlign {
  width: 70%; }
  .app-turba .leftAlign #source {
    margin-bottom: 0; }

.app-turba .rightAlign {
  width: 30% !important; }

label[for="purge"] {
  font-size: 15px;
  font-weight: initial;
  color: #212121;
  text-transform: initial;
  letter-spacing: initial; }

/* Calendar */
.app-kronolith {
  /* Attendees */ }
  .app-kronolith #RB_window input, .app-kronolith #RB_window select {
    height: 30px;
    font-size: 0.9rem; }
  .app-kronolith #RB_window #kronolithEventForm div {
    margin-bottom: 0; }
  .app-kronolith #RB_window #kronolithEventForm #kronolithEventDiv > div {
    margin-top: 0;
    margin-bottom: 12px; }
  .app-kronolith #RB_window #kronolithEventForm #kronolithEventDiv div p {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    -webkit-align-items: baseline;
    -moz-align-items: baseline;
    -ms-align-items: baseline;
    align-items: baseline; }
  .app-kronolith #RB_window #kronolithEventForm #kronolithEventDiv #kronolithEventTabReminder p,
  .app-kronolith #RB_window #kronolithEventForm #kronolithEventDiv #kronolithEventTabReminder #kronolithEventRepeatType,
  .app-kronolith #RB_window #kronolithEventForm #kronolithEventDiv #kronolithEventTabReminder #kronolithEventRepeatDaily,
  .app-kronolith #RB_window #kronolithEventForm #kronolithEventDiv #kronolithEventTabReminder #kronolithEventRepeatWeekly,
  .app-kronolith #RB_window #kronolithEventForm #kronolithEventDiv #kronolithEventTabReminder #kronolithEventRepeatMonthly,
  .app-kronolith #RB_window #kronolithEventForm #kronolithEventDiv #kronolithEventTabReminder #kronolithEventRepeatYearly,
  .app-kronolith #RB_window #kronolithEventForm #kronolithEventDiv #kronolithEventTabReminder #kronolithEventRepeatLength,
  .app-kronolith #RB_window #kronolithEventForm #kronolithEventDiv #kronolithEventTabReminder #kronolithEventRepeatException,
  .app-kronolith #RB_window #kronolithEventForm #kronolithEventDiv #kronolithEventTabRecur p,
  .app-kronolith #RB_window #kronolithEventForm #kronolithEventDiv #kronolithEventTabRecur #kronolithEventRepeatType,
  .app-kronolith #RB_window #kronolithEventForm #kronolithEventDiv #kronolithEventTabRecur #kronolithEventRepeatDaily,
  .app-kronolith #RB_window #kronolithEventForm #kronolithEventDiv #kronolithEventTabRecur #kronolithEventRepeatWeekly,
  .app-kronolith #RB_window #kronolithEventForm #kronolithEventDiv #kronolithEventTabRecur #kronolithEventRepeatMonthly,
  .app-kronolith #RB_window #kronolithEventForm #kronolithEventDiv #kronolithEventTabRecur #kronolithEventRepeatYearly,
  .app-kronolith #RB_window #kronolithEventForm #kronolithEventDiv #kronolithEventTabRecur #kronolithEventRepeatLength,
  .app-kronolith #RB_window #kronolithEventForm #kronolithEventDiv #kronolithEventTabRecur #kronolithEventRepeatException {
    display: block;
    line-height: 3.3em; }
    .app-kronolith #RB_window #kronolithEventForm #kronolithEventDiv #kronolithEventTabReminder p > *,
    .app-kronolith #RB_window #kronolithEventForm #kronolithEventDiv #kronolithEventTabReminder #kronolithEventRepeatType > *,
    .app-kronolith #RB_window #kronolithEventForm #kronolithEventDiv #kronolithEventTabReminder #kronolithEventRepeatDaily > *,
    .app-kronolith #RB_window #kronolithEventForm #kronolithEventDiv #kronolithEventTabReminder #kronolithEventRepeatWeekly > *,
    .app-kronolith #RB_window #kronolithEventForm #kronolithEventDiv #kronolithEventTabReminder #kronolithEventRepeatMonthly > *,
    .app-kronolith #RB_window #kronolithEventForm #kronolithEventDiv #kronolithEventTabReminder #kronolithEventRepeatYearly > *,
    .app-kronolith #RB_window #kronolithEventForm #kronolithEventDiv #kronolithEventTabReminder #kronolithEventRepeatLength > *,
    .app-kronolith #RB_window #kronolithEventForm #kronolithEventDiv #kronolithEventTabReminder #kronolithEventRepeatException > *,
    .app-kronolith #RB_window #kronolithEventForm #kronolithEventDiv #kronolithEventTabRecur p > *,
    .app-kronolith #RB_window #kronolithEventForm #kronolithEventDiv #kronolithEventTabRecur #kronolithEventRepeatType > *,
    .app-kronolith #RB_window #kronolithEventForm #kronolithEventDiv #kronolithEventTabRecur #kronolithEventRepeatDaily > *,
    .app-kronolith #RB_window #kronolithEventForm #kronolithEventDiv #kronolithEventTabRecur #kronolithEventRepeatWeekly > *,
    .app-kronolith #RB_window #kronolithEventForm #kronolithEventDiv #kronolithEventTabRecur #kronolithEventRepeatMonthly > *,
    .app-kronolith #RB_window #kronolithEventForm #kronolithEventDiv #kronolithEventTabRecur #kronolithEventRepeatYearly > *,
    .app-kronolith #RB_window #kronolithEventForm #kronolithEventDiv #kronolithEventTabRecur #kronolithEventRepeatLength > *,
    .app-kronolith #RB_window #kronolithEventForm #kronolithEventDiv #kronolithEventTabRecur #kronolithEventRepeatException > * {
      margin: 0;
      padding-top: 0;
      padding-bottom: 0; }
      .app-kronolith #RB_window #kronolithEventForm #kronolithEventDiv #kronolithEventTabReminder p > * input[type="text"],
      .app-kronolith #RB_window #kronolithEventForm #kronolithEventDiv #kronolithEventTabReminder #kronolithEventRepeatType > * input[type="text"],
      .app-kronolith #RB_window #kronolithEventForm #kronolithEventDiv #kronolithEventTabReminder #kronolithEventRepeatDaily > * input[type="text"],
      .app-kronolith #RB_window #kronolithEventForm #kronolithEventDiv #kronolithEventTabReminder #kronolithEventRepeatWeekly > * input[type="text"],
      .app-kronolith #RB_window #kronolithEventForm #kronolithEventDiv #kronolithEventTabReminder #kronolithEventRepeatMonthly > * input[type="text"],
      .app-kronolith #RB_window #kronolithEventForm #kronolithEventDiv #kronolithEventTabReminder #kronolithEventRepeatYearly > * input[type="text"],
      .app-kronolith #RB_window #kronolithEventForm #kronolithEventDiv #kronolithEventTabReminder #kronolithEventRepeatLength > * input[type="text"],
      .app-kronolith #RB_window #kronolithEventForm #kronolithEventDiv #kronolithEventTabReminder #kronolithEventRepeatException > * input[type="text"],
      .app-kronolith #RB_window #kronolithEventForm #kronolithEventDiv #kronolithEventTabRecur p > * input[type="text"],
      .app-kronolith #RB_window #kronolithEventForm #kronolithEventDiv #kronolithEventTabRecur #kronolithEventRepeatType > * input[type="text"],
      .app-kronolith #RB_window #kronolithEventForm #kronolithEventDiv #kronolithEventTabRecur #kronolithEventRepeatDaily > * input[type="text"],
      .app-kronolith #RB_window #kronolithEventForm #kronolithEventDiv #kronolithEventTabRecur #kronolithEventRepeatWeekly > * input[type="text"],
      .app-kronolith #RB_window #kronolithEventForm #kronolithEventDiv #kronolithEventTabRecur #kronolithEventRepeatMonthly > * input[type="text"],
      .app-kronolith #RB_window #kronolithEventForm #kronolithEventDiv #kronolithEventTabRecur #kronolithEventRepeatYearly > * input[type="text"],
      .app-kronolith #RB_window #kronolithEventForm #kronolithEventDiv #kronolithEventTabRecur #kronolithEventRepeatLength > * input[type="text"],
      .app-kronolith #RB_window #kronolithEventForm #kronolithEventDiv #kronolithEventTabRecur #kronolithEventRepeatException > * input[type="text"] {
        margin: 0; }
  .app-kronolith #RB_window #kronolithEventForm #kronolithEventDiv #kronolithEventTabReminder #kronolithEventRepeatType,
  .app-kronolith #RB_window #kronolithEventForm #kronolithEventDiv #kronolithEventTabRecur #kronolithEventRepeatType {
    line-height: initial;
    border-bottom: 1px solid #DFDFDF;
    padding: 0;
    margin-bottom: 12px; }
  .app-kronolith #RB_window #kronolithEventForm #kronolithEventDiv label {
    position: relative;
    padding-top: 0;
    padding-bottom: 0; }
    .app-kronolith #RB_window #kronolithEventForm #kronolithEventDiv label[for="kronolithEventTitle"] {
      width: 100%;
      padding: 0; }
    .app-kronolith #RB_window #kronolithEventForm #kronolithEventDiv label input {
      margin-top: 5.4545454545px;
      text-align: left; }
    .app-kronolith #RB_window #kronolithEventForm #kronolithEventDiv label img.kronolithDatePicker {
      position: absolute;
      width: 16px;
      right: 5.4545454545px;
      bottom: 9px;
      width: 16px;
      height: 16px; }
  .app-kronolith #RB_window #kronolithEventForm #kronolithEventDiv #kronolithEventDates p {
    -webkit-align-items: inherit;
    -moz-align-items: inherit;
    -ms-align-items: inherit;
    align-items: inherit; }
    .app-kronolith #RB_window #kronolithEventForm #kronolithEventDiv #kronolithEventDates p label#kronolithEventStartTimeLabel, .app-kronolith #RB_window #kronolithEventForm #kronolithEventDiv #kronolithEventDates p label#kronolithEventEndTimeLabel {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      flex-flow: row wrap;
      -webkit-align-items: baseline;
      -moz-align-items: baseline;
      -ms-align-items: baseline;
      align-items: baseline;
      font-weight: initial;
      letter-spacing: initial;
      text-transform: lowercase;
      font-size: 15px;
      position: relative;
      top: 15px; }
  .app-kronolith #RB_window #kronolithEventForm #kronolithEventDiv #kronolithEventDates2 label[for="kronolithEventAllday"] {
    margin-right: 24px;
    font-weight: initial;
    letter-spacing: initial;
    text-transform: capitalize;
    font-size: 15px;
    color: #212121; }
    .app-kronolith #RB_window #kronolithEventForm #kronolithEventDiv #kronolithEventDates2 label[for="kronolithEventAllday"] input {
      margin-top: 0; }
  .app-kronolith #RB_window #kronolithEventForm #kronolithEventEditRecur {
    background-color: #e8f3ff;
    padding: 12px 24px; }
    .app-kronolith #RB_window #kronolithEventForm #kronolithEventEditRecur p.kronolithDialogWarning {
      font-size: 1.2rem;
      font-weight: 600;
      margin-bottom: 8px;
      color: #212121; }
    .app-kronolith #RB_window #kronolithEventForm #kronolithEventEditRecur p {
      color: #777;
      margin-bottom: 8px; }
      .app-kronolith #RB_window #kronolithEventForm #kronolithEventEditRecur p label {
        font-weight: initial;
        letter-spacing: initial;
        text-transform: initial;
        font-size: 15px;
        color: #212121; }
  .app-kronolith #RB_window #kronolithEventForm .hordeACBox {
    margin-bottom: 12px; }
  .app-kronolith #kronolithEventTarget {
    min-width: 128px;
    margin-right: 24px; }
  .app-kronolith input#kronolithEventPrivate {
    position: relative;
    top: 10px;
    margin-right: 8px;
    margin-left: 24px; }
  .app-kronolith label[for="kronolithEventPrivate"] {
    margin-right: 0;
    font-weight: initial;
    letter-spacing: initial;
    text-transform: capitalize;
    font-size: 15px;
    color: #212121; }
  .app-kronolith #kronolithCalendarForminternal .kronolithCalendarDiv {
    margin-bottom: 0; }
  .app-kronolith #kronolithEventTabAttendees table,
  .app-kronolith #kronolithEventTabResources table {
    border-collapse: collapse;
    table-layout: fixed;
    width: 100%; }
  .app-kronolith #kronolithEventTabAttendees th:first-child,
  .app-kronolith #kronolithEventTabResources th:first-child {
    text-align: left; }
  .app-kronolith #kronolithEventTabAttendees #kronolithFBDatePrev,
  .app-kronolith #kronolithEventTabAttendees #kronolithFBDateNext {
    height: 16px;
    width: 16px;
    background-repeat: no-repeat;
    background-position: center center;
    vertical-align: middle;
    display: inline-block;
    margin-right: 5.4545454545px;
    margin-top: 3px;
    float: left;
    opacity: .7; }
    .app-kronolith #kronolithEventTabAttendees #kronolithFBDatePrev:hover,
    .app-kronolith #kronolithEventTabAttendees #kronolithFBDateNext:hover {
      opacity: 1; }
  .app-kronolith #kronolithEventTabAttendees #kronolithFBDate {
    font-weight: 600; }
  .app-kronolith #kronolithEventTabAttendees > table {
    margin-top: 24px; }
  .app-kronolith #kronolithEventTabAttendees td:first-child,
  .app-kronolith #kronolithEventTabAttendees th:first-child,
  .app-kronolith #kronolithEventTabResources td:first-child,
  .app-kronolith #kronolithEventTabResources th:first-child {
    width: auto;
    text-align: left;
    overflow: hidden; }
  .app-kronolith #kronolithEventTabAttendees th:first-child,
  .app-kronolith #kronolithEventTabResources th:first-child {
    text-align: left; }
  .app-kronolith #kronolithEventTabAttendees td,
  .app-kronolith #kronolithEventTabAttendees th,
  .app-kronolith #kronolithEventTabResources td,
  .app-kronolith #kronolithEventTabResources th {
    border: 1px solid rgba(33, 33, 33, 0.1);
    padding: 0;
    width: 26px;
    height: 25px;
    text-align: center; }
  .app-kronolith #kronolithEventTabAttendees th {
    border: 1px solid #C7C7C7;
    border-bottom: 0;
    font-size: 0.75rem;
    letter-spacing: 0;
    text-transform: capitalize; }
    .app-kronolith #kronolithEventTabAttendees th.night {
      background-color: #e6e6e6;
      color: #777; }
  .app-kronolith #kronolithEventTabAttendees th:first-child {
    font-size: 12px;
    color: #777;
    letter-spacing: .5px;
    line-height: 1.3;
    text-transform: uppercase;
    color: #212121;
    border: 0; }
  .app-kronolith td.kronolithAttendeeOrganizer {
    color: #777; }
  .app-kronolith #kronolithEventAttendeesList td:first-child {
    border-left: 0;
    border-top: 1px solid #C7C7C7;
    border-bottom: 1px solid #C7C7C7;
    text-overflow: ellipsis;
    padding-right: 5.4545454545px;
    height: 36px; }
  .app-kronolith #kronolithEventAttendeesList td:last-child {
    border-right: 1px solid #C7C7C7; }
  .app-kronolith #kronolithEventAttendeesList tr:last-child td {
    border-bottom: 1px solid #C7C7C7; }
  .app-kronolith #kronolithEventAttendeesList .kronolithFBFree {
    background: #35BF2E;
    height: 36px; }
    .app-kronolith #kronolithEventAttendeesList .kronolithFBFree div .kronolithFBBusy {
      position: absolute;
      background: #EB3830;
      height: 37px; }
  .app-kronolith #kronolithEventAttendeesList .kronolithFBUnknown {
    background-color: #e6e6e6; }
  .app-kronolith #kronolithEventAttendeesList .kronolithFBLoading {
    background: yellow; }

#kronolithEventAttendeesList, #kronolithEventResourcesList {
  max-height: 150px;
  overflow-y: auto; }

.horde-tags li.kronolithCalendarTag, .horde-tags li.kronolithEventTag {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  display: inline-block;
  padding: 4px 15px 6px 15px;
  margin-right: 2.7272727273px;
  font-size: 0.9rem;
  cursor: pointer;
  background-color: rgba(33, 33, 33, 0.1);
  color: rgba(33, 33, 33, 0.7); }
  .horde-tags li.kronolithCalendarTag:hover, .horde-tags li.kronolithEventTag:hover {
    color: #212121;
    background-color: rgba(33, 33, 33, 0.2); }

label[for="kronolithEventStatus"],
label[for="kronolithEventLocation"],
label[for="kronolithEditRecurCurrent"],
label[for="kronolithEventStartDate"],
input[name="recur_daily_interval"],
input[name="recur_weekly_interval"],
input[name="recur_monthly_interval"],
input[name="recur_yearly_interval"],
#kronolithEventAlarmUnit,
#kronolithEventValue,
#kronolithEventRecurCount {
  margin-right: 4px !important;
  margin-left: 0 !important; }

#kronolithEditRecurAll,
#kronolithEditRecurCurrent,
#kronolithEditRecurFuture,
#kronolithEventEndTime,
#kronolithEventTarget,
#kronolithEventTimezone,
#kronolithCalendarSystem {
  margin-left: 4px !important;
  margin-right: 0 !important; }

#kronolithEventStartTime,
#kronolithEventAlarmValue,
label[for="kronolithEventEndDate"] {
  margin-left: 4px !important;
  margin-right: 4px !important; }

label[for="kronolithEventTopTags"] {
  margin-top: 8px;
  margin-bottom: 8px; }

/* Dialog Tabs */
.kronolithTabsOption p {
  color: #777; }
  .kronolithTabsOption p > * {
    margin-top: 0;
    margin-bottom: 0;
    line-height: 3.3em;
    width: auto; }
    .kronolithTabsOption p > *:last-child {
      margin-right: 0; }
  .kronolithTabsOption p label {
    display: inline-block;
    font-weight: initial;
    letter-spacing: initial;
    text-transform: lowercase;
    color: #212121;
    font-size: 15px;
    margin-right: 3px;
    margin-left: 0; }
  .kronolithTabsOption p select {
    line-height: initial; }
  .kronolithTabsOption p input[type="text"] {
    margin-top: 5.4545454545px; }
  .kronolithTabsOption p .checkbox, .kronolithTabsOption p .radio, .kronolithTabsOption p input[type="checkbox"], .kronolithTabsOption p input[type="radio"] {
    margin-left: 2px !important;
    margin-right: 2px !important; }

.kronolithTabsOption#kronolithEventTabOther p strong {
  color: #777;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.3;
  text-transform: uppercase;
  letter-spacing: .5px;
  padding-top: 24px;
  padding-bottom: 8px;
  margin: 0 3px 0 0; }

.kronolithTabsOption#kronolithEventTabOther p #kronolithEventOtherCreated {
  color: #212121; }

.kronolithTabsOption#kronolithCalendarresourceTabPerms #kronolithCresourcePBasic p label {
  width: auto; }

.kronolithTabsOption #kronolithEventRepeatDaily > *:nth-child(3),
.kronolithTabsOption #kronolithEventRepeatLength > *:nth-child(6),
.kronolithTabsOption #kronolithEventRepeatWeekly > *:nth-child(3),
.kronolithTabsOption #kronolithEventRepeatMonthly > *:nth-child(3),
.kronolithTabsOption #kronolithEventRepeatYearly > *:nth-child(3) {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: baseline;
  -moz-align-items: baseline;
  -ms-align-items: baseline;
  align-items: baseline; }

.kronolithTabsOption label[for="kronolithEventTopTags"] {
  margin-top: 12px; }

.kronolithTabsOption label[for="kronolithEventAttendees"], .kronolithTabsOption label[for="kronolithEventUsers"] {
  margin-bottom: 5.4545454545px; }

.kronolithTabsOption #kronolithCresourcePUList {
  margin: 5.4545454545px 0; }

.kronolithTabsOption #kronolithEventAlarmmailParams {
  margin-top: 12px; }

.kronolithTabsOption#kronolithCalendarresourceTabExport p:first-child {
  line-height: initial; }
  .kronolithTabsOption#kronolithCalendarresourceTabExport p:first-child label {
    line-height: initial;
    margin: 0;
    padding: 0; }

/* Remove break */
.kronolithDialog br.clear {
  display: none; }

/* Remove aplication sound */
#kronolithQuickinsert label {
  display: block; }

#kronolithQuickinsert select#kronolithQuickinsertCalendars {
  width: 100%; }

#kronolithQuickinsert input#kronolithQuickinsertSave {
  display: inline-block;
  text-align: center;
  font-size: 15px;
  font-weight: 600;
  background-color: #e60013;
  color: #FFFFFF;
  border: 1px solid #e60013;
  padding: 9px 16px 11px;
  text-decoration: none;
  min-width: 80px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  line-height: initial;
  cursor: pointer;
  opacity: 1;
  display: inline-block;
  margin-top: 24px;
  margin-right: 12px; }
  #kronolithQuickinsert input#kronolithQuickinsertSave:hover {
    background-color: #b3000f;
    border-color: #b3000f; }

#kronolithQuickinsert a#kronolithQuickinsertCancel {
  background-color: transparent;
  border-color: transparent;
  color: #212121;
  padding-left: 5.4545454545px;
  padding-right: 5.4545454545px;
  min-width: auto;
  margin: 0 1px;
  opacity: .7; }
  #kronolithQuickinsert a#kronolithQuickinsertCancel:hover {
    border-color: transparent;
    color: #212121;
    opacity: 1; }

#kronolithQuickinsert .kronolithDialogInfo {
  font-size: 0.9rem;
  color: #777;
  margin-top: 5.4545454545px;
  margin-bottom: 0; }

#kronolithCalendarDialog div:first-child label {
  padding: 0;
  width: 100%; }

#kronolithCalendarDialog div:nth-child(2) label {
  font-weight: initial;
  letter-spacing: initial;
  text-transform: initial;
  font-size: 15px;
  color: #212121;
  padding: 12px 0; }
  #kronolithCalendarDialog div:nth-child(2) label:first-child {
    margin-right: 12px; }

#kronolithCalendarDialog #kronolithCalendarFormresource #kronolithCalendarresource1 div:nth-child(2) p label {
  color: #777;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.3;
  text-transform: uppercase;
  letter-spacing: .5px;
  padding-top: 24px;
  padding-bottom: 8px;
  width: 100%; }
  #kronolithCalendarDialog #kronolithCalendarFormresource #kronolithCalendarresource1 div:nth-child(2) p label #kronolithCalendarresourceResponseType {
    margin-top: 5.4545454545px;
    min-width: 225px; }

#kronolithCalendarDialog input#kronolithCalendarinternalColor {
  width: 32px !important;
  height: 32px;
  border-radius: 50% !important;
  padding: 0;
  color: transparent !important;
  border: 2px solid #C7C7C7 !important; }

#kronolithCalendarDialog .kronolithCalendarSave {
  display: inline-block;
  font-family: "Source Sans Pro", sans-serif;
  background-color: #e60013;
  color: #FFFFFF;
  border: 1px solid #e60013;
  width: auto;
  height: auto;
  min-width: 80px;
  margin-right: 8px;
  text-align: center;
  font-size: 15px;
  font-weight: 600;
  padding: 6px 18px 8px;
  text-decoration: none;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  line-height: initial;
  cursor: pointer;
  opacity: 1; }
  #kronolithCalendarDialog .kronolithCalendarSave:hover {
    background-color: #b3000f;
    border-color: #b3000f; }

#kronolithCalendarDialog p.kronolithDialogInfo {
  margin-bottom: 8px; }

#kronolithCalendarDialog #kronolithCinternalPBasic p {
  display: block; }
  #kronolithCalendarDialog #kronolithCinternalPBasic p label {
    width: auto; }

#kronolithCalendarDialog #kronolithCinternalPUList {
  margin: 12px 0; }

#kronolithCalendarinternalTabUrls #kronolithCalendarinternalUrlCaldav,
#kronolithCalendarinternalTabUrls #kronolithCalendarinternalUrlAccount {
  width: 100%; }

#kronolithCalendarinternalTabUrls label[for="kronolithCalendarinternalUrlCaldav"],
#kronolithCalendarinternalTabUrls label[for="kronolithCalendarinternalUrlWebdav"] {
  color: #777;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.3;
  text-transform: uppercase;
  letter-spacing: .5px;
  padding-top: 24px;
  padding-bottom: 8px;
  margin: 0;
  padding: 0; }

#kronolithCalendarinternalTabUrls label[for="kronolithCalendarinternalUrlAccount"],
#kronolithCalendarinternalTabUrls label[for="kronolithCalendarinternalUrlFeed"],
#kronolithCalendarinternalTabUrls label[for="kronolithCalendarinternalEmbedUrl"] {
  color: #777;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.3;
  text-transform: uppercase;
  letter-spacing: .5px;
  padding-top: 24px;
  padding-bottom: 8px;
  margin-top: 24px;
  margin-bottom: 0;
  padding: 0; }

#kronolithCalendarinternalTabUrls br {
  display: none; }

#kronolithCalendarinternalTabUrls #kronolithCalendarinternalUrls p:nth-child(3), #kronolithCalendarinternalTabUrls #kronolithCalendarinternalUrls p:nth-child(8) {
  font-size: 0.9rem;
  color: #212121;
  margin-top: 8px; }

#kronolithCalendarinternalTabUrls #kronolithCalendarinternalUrls hr {
  margin: 24px 0; }

#kronolithEventUrlDisplay {
  color: transparent; }
  #kronolithEventUrlDisplay span {
    margin-right: 5.4545454545px; }
    #kronolithEventUrlDisplay span a {
      color: #e60013;
      font-size: 1.2rem; }
  #kronolithEventUrlDisplay a#kronolithEventUrlToggle {
    font-size: 0.9rem;
    color: #212121;
    opacity: .7; }
    #kronolithEventUrlDisplay a#kronolithEventUrlToggle:hover {
      opacity: 1; }
    #kronolithEventUrlDisplay a#kronolithEventUrlToggle:before {
      height: 16px;
      width: 16px;
      background-repeat: no-repeat;
      background-position: center center;
      vertical-align: middle;
      content: '';
      display: inline-block;
      position: relative;
      bottom: 2px;
      margin-right: 2px; }

#kronolithCalendarinternalTabImport label[for="kronolithCalendarinternalImport"] {
  color: #777;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.3;
  text-transform: uppercase;
  letter-spacing: .5px;
  padding-top: 24px;
  padding-bottom: 8px;
  display: block;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0; }

#kronolithCalendarinternalTabImport label[for="kronolithCalendarinternalImportURL"] {
  color: #777;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.3;
  text-transform: uppercase;
  letter-spacing: .5px;
  padding-top: 24px;
  padding-bottom: 8px;
  display: block;
  margin-top: 24px;
  margin-bottom: 0;
  padding: 0; }

#kronolithCalendarinternalTabImport label[for="kronolithCalendarinternalImportOver"] {
  margin: 0;
  line-height: initial; }

#kronolithCalendarinternalTabImport #kronolithCalendarinternalImportUrl {
  width: 100%;
  max-width: initial; }

#kronolithCalendarinternalTabImport .kronolithDialogWarning {
  font-size: 0.9rem;
  color: #212121;
  margin: 0 0 24px;
  display: block;
  line-height: initial; }
  #kronolithCalendarinternalTabImport .kronolithDialogWarning strong:first-child {
    color: #F7931E; }

#hordeCalendar {
  -webkit-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.25);
  border-radius: 4px;
  background: #fff;
  padding: 12px; }
  #hordeCalendar .hordeCalendarPopup a {
    color: #212121;
    opacity: .7; }
    #hordeCalendar .hordeCalendarPopup a:hover {
      opacity: 1;
      color: #b3000f; }
  #hordeCalendar .hordeCalendarPopup thead td {
    padding: 3px 4px;
    text-align: center;
    font-size: 15px; }
    #hordeCalendar .hordeCalendarPopup thead td.hordeCalendarYear {
      padding-top: 0;
      padding-bottom: 0; }
    #hordeCalendar .hordeCalendarPopup thead td.hordeCalendarMonth {
      padding-bottom: 12px; }
    #hordeCalendar .hordeCalendarPopup thead td .hordeCalendarNextYear, #hordeCalendar .hordeCalendarPopup thead td .hordeCalendarPrevYear {
      position: relative;
      bottom: 2px; }
    #hordeCalendar .hordeCalendarPopup thead td .hordeCalendarNextMonth, #hordeCalendar .hordeCalendarPopup thead td .hordeCalendarPrevMonth {
      position: relative;
      bottom: 6px; }
  #hordeCalendar .hordeCalendarPopup thead th {
    padding: 3px 4px;
    text-align: center;
    font-size: 0.8rem; }
  #hordeCalendar .hordeCalendarPopup tbody td {
    padding: 3px 4px;
    text-align: center;
    font-size: 0.8rem; }

.kronolithLongField {
  width: 100% !important;
  max-width: initial; }

#kronolithEventStartDateinput, #kronolithEventStartTimeinput, #kronolithEventEndDateinput, #kronolithEventEndTimeinput, #kronolithTaskDueDateinput, #kronolithTaskDueTimeinput, .kronolithEventValueinput {
  text-align: left; }

input#kronolithEventSave,
input.kronolithCalendarContinue,
input[type="submit"] {
  display: inline-block;
  text-align: center;
  font-size: 15px;
  font-weight: 600;
  background-color: #e60013;
  color: #FFFFFF;
  border: 1px solid #e60013;
  padding: 9px 16px 11px;
  text-decoration: none;
  min-width: 80px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  line-height: initial;
  cursor: pointer;
  opacity: 1; }
  input#kronolithEventSave:hover,
  input.kronolithCalendarContinue:hover,
  input[type="submit"]:hover {
    background-color: #b3000f;
    border-color: #b3000f; }

.kronolithSeparator {
  display: none; }

p.kronolithDialogInfo {
  display: block !important;
  padding: 12px 24px 14px;
  background-color: #e8f3ff;
  border-radius: 4px;
  margin-top: 12px;
  color: #212121;
  font-size: 0.9rem;
  text-align: center;
  line-height: initial !important;
  max-width: 650px;
  margin: 0 auto; }
  p.kronolithDialogInfo > * {
    margin: initial;
    line-height: initial; }

#kronolithUpdateDiv p {
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 8px; }

/* Admin */
.profissional_forms_inputs {
  margin-top: 26.4px; }
  .profissional_forms_inputs td {
    padding-top: 0;
    padding-bottom: 0; }
    .profissional_forms_inputs td label {
      width: 100%; }
    .profissional_forms_inputs td:first-child {
      padding-right: 24px; }
    .profissional_forms_inputs td:last-child {
      padding-left: 24px; }

#form_editUser {
  max-width: 980px; }
  #form_editUser td.title {
    font-size: 2rem;
    font-weight: 600;
    line-height: 1em;
    letter-spacing: -.5px;
    margin-bottom: 8px; }
  #form_editUser td .list {
    padding: 0; }
    #form_editUser td .list .checkbox, #form_editUser td .list .radio {
      width: 100%;
      display: block;
      clear: left;
      padding: 0;
      margin-top: 24px;
      margin-right: 0;
      font-size: 15px;
      letter-spacing: initial;
      text-transform: initial;
      color: #212121;
      font-weight: initial;
      height: auto; }
      #form_editUser td .list .checkbox input, #form_editUser td .list .radio input {
        height: auto;
        width: auto;
        margin-right: 8px; }
    #form_editUser td .list .hint {
      padding-left: 24px;
      font-size: 0.9rem;
      color: #777; }
  #form_editUser td input {
    max-width: unset; }
  #form_editUser #userDomain {
    margin-left: 5.4545454545px; }
    #form_editUser #userDomain[disabled=""] {
      opacity: 0.2;
      pointer-events: none; }
      #form_editUser #userDomain[disabled=""]:hover {
        border-color: #C3C3C3; }
  #form_editUser .list {
    overflow: hidden; }

#block-contents, #activate-services {
  padding-top: 24px;
  vertical-align: top; }
  #block-contents label.form-subtitle, #activate-services label.form-subtitle {
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 8px;
    letter-spacing: initial;
    text-transform: initial;
    color: #212121; }

/* Prefs */
#services_prefs .horde-form-buttons {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-flow: row wrap;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
  position: static;
  box-shadow: none;
  margin: 24px 0; }
  #services_prefs .horde-form-buttons > * {
    margin-right: 8px; }
    #services_prefs .horde-form-buttons > *:last-child {
      margin-right: 0; }

.horde-form-buttons input[value="Undo Changes"] {
  text-transform: lowercase;
  font-weight: bold;
  background-repeat: no-repeat;
  background-position: left center;
  border-color: transparent;
  padding-left: 20px;
  margin-left: 8px;
  opacity: .7;
  color: #212121; }
  .horde-form-buttons input[value="Undo Changes"]:hover {
    opacity: 1; }

.horde-form-buttons #prefs_return {
  padding: 0 0 0 24px;
  color: #e60013;
  text-transform: initial;
  background-color: transparent;
  border: 0;
  background-repeat: no-repeat;
  background-position: left center; }
  .horde-form-buttons #prefs_return:hover {
    color: #b3000f; }

/* Login */
.app-login.modal-form, .app-sieve.modal-form, .app-profissional.modal-form {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-flow: row wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: absolute; }
  .app-login.modal-form .modal-form, .app-sieve.modal-form .modal-form, .app-profissional.modal-form .modal-form {
    -webkit-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.25);
    max-width: 320px;
    min-width: 200px;
    width: 100%;
    border-radius: 4px;
    padding: 36px;
    margin-bottom: 5vh; }
    .app-login.modal-form .modal-form ul.notices li, .app-sieve.modal-form .modal-form ul.notices li, .app-profissional.modal-form .modal-form ul.notices li {
      padding: 12px 12px 14px 12px;
      margin-bottom: 24px;
      white-space: initial; }

#horde_password_recover label[for="horde_user"],
#horde_login label[for="horde_user"] {
  padding-top: 0; }

#horde_password_recover input#horde_user, #horde_password_recover input#horde_pass,
#horde_login input#horde_user,
#horde_login input#horde_pass {
  width: 100%;
  height: 43.2px;
  font-size: 1.2rem; }

#horde_password_recover #recover-button,
#horde_password_recover #login-button,
#horde_login #recover-button,
#horde_login #login-button {
  display: inline-block;
  text-align: center;
  font-size: 15px;
  font-weight: 600;
  background-color: #e60013;
  color: #FFFFFF;
  border: 1px solid #e60013;
  padding: 9px 16px 11px;
  text-decoration: none;
  min-width: 80px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  line-height: initial;
  cursor: pointer;
  opacity: 1;
  font-size: 1.2rem;
  margin-top: 36px;
  margin-right: 0;
  width: 100%; }
  #horde_password_recover #recover-button:hover,
  #horde_password_recover #login-button:hover,
  #horde_login #recover-button:hover,
  #horde_login #login-button:hover {
    background-color: #b3000f;
    border-color: #b3000f; }

#horde_password_recover .extras,
#horde_login .extras {
  padding-top: 12px;
  text-align: center; }
  #horde_password_recover .extras a,
  #horde_login .extras a {
    font-size: 0.9rem;
    color: #212121;
    opacity: .7; }
    #horde_password_recover .extras a:hover,
    #horde_login .extras a:hover {
      opacity: 1; }

#horde_password_recover .label-wrapper,
#horde_login .label-wrapper {
  position: relative; }
  #horde_password_recover .label-wrapper label.inside,
  #horde_login .label-wrapper label.inside {
    position: absolute;
    color: #777;
    font-size: 1.2rem;
    font-weight: initial;
    text-transform: initial;
    letter-spacing: initial;
    padding: 0 12px;
    top: -2px;
    opacity: .7; }

#horde_password_recover input#email_address, #horde_password_recover .label-wrapper,
#horde_login input#email_address,
#horde_login .label-wrapper {
  height: 43.2px; }

#horde_password_recover input#email_address,
#horde_login input#email_address {
  font-size: 1.2rem; }

.modal-form #horde_login_header .header {
  margin-bottom: 24px; }
  .modal-form #horde_login_header .header .title {
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 8px; }

.modal-form #sendcode-button {
  display: inline-block;
  text-align: center;
  font-size: 15px;
  font-weight: 600;
  background-color: #e60013;
  color: #FFFFFF;
  border: 1px solid #e60013;
  padding: 9px 16px 11px;
  text-decoration: none;
  min-width: 80px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  line-height: initial;
  cursor: pointer;
  opacity: 1;
  margin-top: 24px; }
  .modal-form #sendcode-button:hover {
    background-color: #b3000f;
    border-color: #b3000f; }

.modal-form #copyright {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  margin-bottom: 24px; }

.vpRow {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-flow: row wrap;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  border-bottom: 1px solid #DFDFDF;
  background-color: transparent !important;
  overflow: hidden; }
  .vpRow:hover {
    cursor: default;
    background-color: rgba(33, 33, 33, 0.06) !important; }
  .vpRow div {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    color: rgba(33, 33, 33, 0.8) !important; }
    .vpRow div a {
      color: #212121;
      color: rgba(33, 33, 33, 0.8) !important; }
      .vpRow div a.msgFromLink {
        pointer-events: none; }

.msgStatus {
  margin-left: 12px; }
  .msgStatus .msCheck {
    height: 40px;
    margin-right: 5.4545454545px;
    opacity: .3; }
    .msgStatus .msCheck:hover {
      opacity: 1; }
    .msgStatus .msCheck .msgFrom a {
      color: #212121; }
  .msgStatus .msgflags {
    margin: 0 2px; }
    .msgStatus .msgflags.flagUnseen {
      display: none; }
    .msgStatus .msgflags.flagHighpriority, .msgStatus .msgflags.flagLowpriority {
      position: absolute;
      right: 24px;
      top: 0;
      height: 100%;
      margin: 0; }

div.vpRow .msgStatus div.iconImg.msCheck {
  height: 16px;
  width: 16px;
  background-repeat: no-repeat;
  background-position: center center;
  vertical-align: middle;
  display: inline-block;
  margin-right: 12px; }

div.vpRow div.iconImg {
  height: 12px;
  width: 12px;
  background-repeat: no-repeat;
  background-position: center center;
  vertical-align: middle;
  display: inline-block; }

.flagUnseen {
  font-weight: 600; }
  .flagUnseen:before {
    content: '';
    width: 2px;
    background-color: #e60013;
    height: 100%;
    position: absolute;
    left: 1px;
    top: 0; }
  .flagUnseen div, .flagUnseen div a {
    color: #212121 !important; }

.msglist .vpEmpty {
  display: block;
  margin: 24px;
  padding-left: 44px;
  position: relative; }
  .msglist .vpEmpty:before {
    content: '';
    width: 32px;
    height: 32px;
    background-color: white;
    background-repeat: no-repeat;
    background-position: center center;
    display: inline-block;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: -7.2727272727px;
    border: 1px solid rgba(20, 114, 226, 0.3); }

.flagUser {
  font-weight: 600;
  padding: 0px 6px 1px;
  margin-right: 5.4545454545px;
  font-size: .7rem;
  text-transform: uppercase;
  letter-spacing: .02rem;
  border-radius: 50px;
  vertical-align: top;
  margin-bottom: auto; }

.vpRowHoriz {
  height: 40px;
  padding-right: 24px;
  position: relative; }
  .vpRowHoriz .msgStatus {
    -webkit-box-flex: 0 0 88px;
    -moz-box-flex: 0 0 88px;
    -webkit-flex: 0 0 88px;
    -ms-flex: 0 0 88px;
    flex: 0 0 88px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center; }
  .vpRowHoriz .msgFrom {
    -webkit-box-flex: 2;
    -moz-box-flex: 2;
    -webkit-flex: 2;
    -ms-flex: 2;
    flex: 2; }
    .vpRowHoriz .msgFrom a {
      text-decoration: none; }
  .vpRowHoriz .msgSubject {
    -webkit-box-flex: 5;
    -moz-box-flex: 5;
    -webkit-flex: 5;
    -ms-flex: 5;
    flex: 5; }
  .vpRowHoriz .msgDate {
    -webkit-box-flex: 0 0 100px;
    -moz-box-flex: 0 0 100px;
    -webkit-flex: 0 0 100px;
    -ms-flex: 0 0 100px;
    flex: 0 0 100px; }
  .vpRowHoriz .msgSize {
    -webkit-box-flex: 0 0 100px;
    -moz-box-flex: 0 0 100px;
    -webkit-flex: 0 0 100px;
    -ms-flex: 0 0 100px;
    flex: 0 0 100px; }
  .vpRowHoriz div.sep {
    padding-left: 8px;
    margin-left: 8px; }

div.vpRowVert {
  display: block;
  position: relative;
  height: 70px;
  padding: 12.7272727273px 12px 0 0;
  box-sizing: border-box; }
  div.vpRowVert div.iconImg.msgStatus {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: flex-start;
    margin: 0 12px 0 24px;
    float: left;
    width: auto;
    height: auto;
    min-height: 56px; }
    div.vpRowVert div.iconImg.msgStatus div.iconImg.msCheck {
      margin-bottom: 3.8961038961px;
      margin-top: 2.7272727273px; }
      div.vpRowVert div.iconImg.msgStatus div.iconImg.msCheck:hover {
        opacity: 1; }
  div.vpRowVert div.iconImg {
    margin: 2px 0 2px; }
  div.vpRowVert div {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    -webkit-align-items: baseline;
    -moz-align-items: baseline;
    -ms-align-items: baseline;
    align-items: baseline;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between; }
    div.vpRowVert div.msgDate {
      font-size: 0.8rem; }
    div.vpRowVert div.msgFrom {
      font-size: 15px;
      margin-bottom: 3.0303030303px; }
  div.vpRowVert div:last-child {
    display: block; }
    div.vpRowVert div:last-child.msgSubject {
      font-size: 0.9rem; }
  div.vpRowVert .msgflags.flagHighpriority, div.vpRowVert .msgflags.flagLowpriority {
    height: 12px;
    right: 8px;
    top: 5.4545454545px; }

.vpRowSelected {
  background-color: rgba(230, 0, 19, 0.15) !important;
  border-bottom: 1px solid rgba(230, 0, 19, 0.15) !important; }
  .vpRowSelected:before {
    content: '';
    width: 2px;
    background-color: #e60013;
    height: 100%;
    position: absolute;
    left: 1px;
    top: 0; }
  .vpRowSelected:hover {
    background-color: rgba(230, 0, 19, 0.15) !important; }
  .vpRowSelected div, .vpRowSelected div a {
    color: #212121 !important; }
  .vpRowSelected .msgStatus .msCheck {
    opacity: 1; }
  .vpRowSelected .msgFrom a {
    color: #212121 !important;
    pointer-events: none; }

#msglistHeaderContainer .horde-table-header {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-flow: row wrap;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  font-size: 12px;
  color: #777;
  letter-spacing: .5px;
  line-height: 1.3;
  text-transform: uppercase;
  padding: 10px 24px 6px 0;
  border-bottom: 1px solid #C7C7C7;
  height: 33.0357142857px;
  box-sizing: border-box;
  cursor: initial; }
  #msglistHeaderContainer .horde-table-header:hover {
    background-color: transparent !important; }
  #msglistHeaderContainer .horde-table-header div a {
    color: #212121 !important;
    opacity: .7; }
    #msglistHeaderContainer .horde-table-header div a:hover {
      opacity: 1; }
  #msglistHeaderContainer .horde-table-header .sortup, #msglistHeaderContainer .horde-table-header .sortdown {
    height: 16px;
    width: 16px;
    background-repeat: no-repeat;
    background-position: center center;
    vertical-align: middle;
    background-position-x: 8px;
    text-indent: 17.4545454545px;
    cursor: pointer; }
    #msglistHeaderContainer .horde-table-header .sortup a, #msglistHeaderContainer .horde-table-header .sortdown a {
      color: #e60013 !important;
      opacity: 1; }

#msglistHeaderHoriz .sep {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  padding-left: 8px;
  margin-left: 8px;
  border-left: 1px solid #C7C7C7;
  height: 16px;
  overflow: visible; }

#msglistHeaderHoriz .msgStatus #horiz_opts {
  height: 34px; }
  #msglistHeaderHoriz .msgStatus #horiz_opts.msCheckAll {
    height: 16px;
    width: 16px;
    opacity: .3;
    cursor: pointer; }
    #msglistHeaderHoriz .msgStatus #horiz_opts.msCheckAll:hover {
      opacity: 1; }
  #msglistHeaderHoriz .msgStatus #horiz_opts.msCheckOn {
    opacity: 1; }

#msglistHeaderHoriz .msgFrom {
  -webkit-box-flex: 2;
  -moz-box-flex: 2;
  -webkit-flex: 2;
  -ms-flex: 2;
  flex: 2; }

#msglistHeaderHoriz .msgSubject {
  -webkit-box-flex: 5;
  -moz-box-flex: 5;
  -webkit-flex: 5;
  -ms-flex: 5;
  flex: 5;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-flow: row wrap; }
  #msglistHeaderHoriz .msgSubject .horde-popdown {
    display: block;
    border-radius: 2px;
    width: 12px;
    height: 16px;
    margin-left: 5.4545454545px;
    border: 1px solid #C3C3C3;
    background-color: transparent;
    background-image: url("/themes/sooma/img/general/drop-subtle.svg");
    background-repeat: no-repeat;
    background-position: center center;
    opacity: .7;
    cursor: pointer;
    margin-left: 5.4545454545px;
    opacity: 0; }
    #msglistHeaderHoriz .msgSubject .horde-popdown:hover {
      background-color: white;
      opacity: 1; }
  #msglistHeaderHoriz .msgSubject:hover .horde-popdown {
    opacity: .7;
    cursor: pointer; }
    #msglistHeaderHoriz .msgSubject:hover .horde-popdown:hover {
      opacity: 1; }

#msglistHeaderHoriz .msgDate {
  -webkit-box-flex: 0 0 100px;
  -moz-box-flex: 0 0 100px;
  -webkit-flex: 0 0 100px;
  -ms-flex: 0 0 100px;
  flex: 0 0 100px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-flow: row wrap; }
  #msglistHeaderHoriz .msgDate .horde-popdown {
    display: block;
    border-radius: 2px;
    width: 12px;
    height: 16px;
    margin-left: 5.4545454545px;
    border: 1px solid #C3C3C3;
    background-color: transparent;
    background-image: url("/themes/sooma/img/general/drop-subtle.svg");
    background-repeat: no-repeat;
    background-position: center center;
    opacity: .7;
    cursor: pointer;
    margin-left: 5.4545454545px;
    opacity: 0; }
    #msglistHeaderHoriz .msgDate .horde-popdown:hover {
      background-color: white;
      opacity: 1; }
  #msglistHeaderHoriz .msgDate:hover .horde-popdown {
    opacity: .7;
    cursor: pointer; }
    #msglistHeaderHoriz .msgDate:hover .horde-popdown:hover {
      opacity: 1; }

#msglistHeaderHoriz .msgSize {
  -webkit-box-flex: 0 0 100px;
  -moz-box-flex: 0 0 100px;
  -webkit-flex: 0 0 100px;
  -ms-flex: 0 0 100px;
  flex: 0 0 100px; }

#msglistHeaderVert {
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse; }
  #msglistHeaderVert .msgStatus {
    -webkit-box-flex: 0 0 68.7272727273px px;
    -moz-box-flex: 0 0 68.7272727273px px;
    -webkit-flex: 0 0 68.7272727273px px;
    -ms-flex: 0 0 68.7272727273px px;
    flex: 0 0 68.7272727273px px; }
    #msglistHeaderVert .msgStatus .msCheckAll {
      height: 16px;
      width: 16px;
      background-repeat: no-repeat;
      background-position: center center;
      vertical-align: middle;
      opacity: .3;
      cursor: pointer; }
      #msglistHeaderVert .msgStatus .msCheckAll:hover {
        opacity: 1; }
    #msglistHeaderVert .msgStatus .msCheckOn {
      opacity: 1; }
  #msglistHeaderVert .msgSort {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    opacity: .7;
    cursor: pointer; }
    #msglistHeaderVert .msgSort:hover {
      opacity: 1; }
    #msglistHeaderVert .msgSort a#vertical_sort {
      color: #212121;
      opacity: 1; }
    #msglistHeaderVert .msgSort span.horde-popdown {
      display: inline-block;
      width: 12px;
      height: 12px;
      background-image: url("/themes/sooma/img/general/drop-subtle.svg");
      background-repeat: no-repeat;
      background-position: center center;
      margin-left: 1px;
      margin-left: 3px;
      margin-top: 1px; }
    #msglistHeaderVert .msgSort:hover span.horde-popdown {
      opacity: 1; }

#previewPane {
  overflow: auto;
  position: relative; }
  #previewPane #previewInfo {
    position: absolute;
    text-align: center;
    top: 40%;
    font-size: 1.2rem;
    color: #777;
    width: 100%;
    background-color: transparent !important;
    z-index: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center; }
    #previewPane #previewInfo:before {
      content: '';
      width: 64px;
      height: 64px;
      background-repeat: no-repeat;
      margin: 0 auto 12px;
      background-color: rgba(33, 33, 33, 0.15);
      background-position: center center;
      border-radius: 50%; }

.msgHeaders {
  max-height: 220px;
  padding: 12px 24px 12px 0;
  background-color: transparent;
  border-bottom: 1px solid #DFDFDF;
  overflow-x: hidden;
  overflow-y: auto;
  position: relative; }
  .msgHeaders a {
    color: #212121; }
  .msgHeaders #msgHeadersColl ul {
    list-style: none;
    overflow: hidden;
    white-space: nowrap;
    margin-top: 0;
    margin-bottom: 0; }
    .msgHeaders #msgHeadersColl ul li {
      float: left;
      color: #777; }
      .msgHeaders #msgHeadersColl ul li span#th_expand .iconImg {
        height: 16px;
        width: 16px;
        background-repeat: no-repeat;
        background-position: center center;
        vertical-align: middle;
        position: absolute;
        left: 24px;
        top: 17px;
        cursor: pointer;
        opacity: .7; }
        .msgHeaders #msgHeadersColl ul li span#th_expand .iconImg:hover {
          opacity: 1; }
      .msgHeaders #msgHeadersColl ul li span#th_expand .subject {
        cursor: pointer;
        font-size: 1.2rem;
        color: #212121;
        font-weight: 600;
        margin-left: 48px; }
      .msgHeaders #msgHeadersColl ul li a.horde-button {
        border: 0;
        text-decoration: none;
        position: relative;
        padding: 0 12px 0 0;
        color: #212121;
        opacity: 1; }
        .msgHeaders #msgHeadersColl ul li a.horde-button:after {
          display: inline-block;
          width: 12px;
          height: 12px;
          background-image: url("/themes/sooma/img/general/drop-subtle.svg");
          background-repeat: no-repeat;
          background-position: center center;
          margin-left: 1px;
          content: ''; }
  .msgHeaders #msgHeadersColl ul.rightFloat {
    float: right;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    height: 1.68rem; }
    .msgHeaders #msgHeadersColl ul.rightFloat li {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      flex-flow: row wrap;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center;
      z-index: 1; }
      .msgHeaders #msgHeadersColl ul.rightFloat li a#preview_other {
        opacity: .7; }
        .msgHeaders #msgHeadersColl ul.rightFloat li a#preview_other span.iconImg {
          display: block;
          width: 16px;
          height: 16px;
          background-image: url("/themes/sooma/img/general/defs.svg");
          background-repeat: no-repeat;
          background-position: center center;
          pointer-events: initial; }
        .msgHeaders #msgHeadersColl ul.rightFloat li a#preview_other:hover {
          opacity: 1; }
      .msgHeaders #msgHeadersColl ul.rightFloat li .date {
        pointer-events: none;
        color: #212121;
        margin-right: 8px;
        padding-left: 20px;
        background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 10%, white 100%);
        /* FF3.6-15 */
        background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 10%, white 100%);
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 10%, white 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 );
        /* IE6-9 */ }
  .msgHeaders .optionsContainer {
    float: right;
    font-size: 0.9rem; }
    .msgHeaders .optionsContainer div {
      padding-top: 8px; }
      .msgHeaders .optionsContainer div span#msg_newwin_options {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex-flow: row wrap;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        align-items: center; }
        .msgHeaders .optionsContainer div span#msg_newwin_options .iconImg {
          height: 16px;
          width: 16px;
          background-repeat: no-repeat;
          background-position: center center;
          vertical-align: middle;
          margin-right: 8px; }
      .msgHeaders .optionsContainer div span#msg_print_options {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex-flow: row wrap;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        align-items: center; }
        .msgHeaders .optionsContainer div span#msg_print_options .iconImg {
          height: 16px;
          width: 16px;
          background-repeat: no-repeat;
          background-position: center center;
          vertical-align: middle;
          margin-right: 8px; }
      .msgHeaders .optionsContainer div span#preview_other_opts {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex-flow: row wrap;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        align-items: center; }
        .msgHeaders .optionsContainer div span#preview_other_opts .iconImg {
          height: 16px;
          width: 16px;
          background-repeat: no-repeat;
          background-position: center center;
          vertical-align: middle;
          margin-right: 8px; }
        .msgHeaders .optionsContainer div span#preview_other_opts .horde-popdown {
          display: inline-block;
          width: 12px;
          height: 12px;
          background-image: url("/themes/sooma/img/general/drop-subtle.svg");
          background-repeat: no-repeat;
          background-position: center center;
          margin-left: 1px;
          position: relative;
          left: 1px; }
      .msgHeaders .optionsContainer div span#msg_resume_draft {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex-flow: row wrap;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        align-items: center; }
        .msgHeaders .optionsContainer div span#msg_resume_draft .iconImg {
          height: 16px;
          width: 16px;
          background-repeat: no-repeat;
          background-position: center center;
          vertical-align: middle;
          margin-right: 8px; }
  .msgHeaders div #th_collapse .iconImg {
    height: 16px;
    width: 16px;
    background-repeat: no-repeat;
    background-position: center center;
    vertical-align: middle;
    position: absolute;
    left: 24px;
    top: 17px;
    cursor: pointer;
    opacity: .7; }
    .msgHeaders div #th_collapse .iconImg:hover {
      opacity: 1; }
  .msgHeaders div #th_collapse .subject {
    display: block;
    cursor: pointer;
    font-size: 1.2rem;
    color: #212121;
    font-weight: 600;
    margin-left: 48px;
    margin-right: 24px; }
  .msgHeaders #msgHeadersTable {
    font-size: 0.9rem;
    width: auto;
    margin-left: 48px;
    margin-bottom: 8px; }
    .msgHeaders #msgHeadersTable tbody tr td {
      padding: 5.4545454545px 0 0 8px; }
      .msgHeaders #msgHeadersTable tbody tr td.label {
        color: #777; }
      .msgHeaders #msgHeadersTable tbody tr td:first-child {
        vertical-align: top;
        padding-left: 0; }
    .msgHeaders #msgHeadersTable tbody tr:first-child td {
      padding-top: 18px;
      padding-bottom: 2.7272727273px; }
    .msgHeaders #msgHeadersTable tbody tr#msgHeaderDate {
      margin-left: 8px; }
    .msgHeaders #msgHeadersTable tbody tr a.horde-button {
      border: 0;
      text-decoration: none;
      position: relative;
      padding: 0 12px 2.7272727273px 0;
      color: #212121;
      opacity: 1; }
      .msgHeaders #msgHeadersTable tbody tr a.horde-button:after {
        display: inline-block;
        width: 12px;
        height: 12px;
        background-image: url("/themes/sooma/img/general/drop-subtle.svg");
        background-repeat: no-repeat;
        background-position: center center;
        margin-left: 1px;
        content: ''; }
    .msgHeaders #msgHeadersTable td.from a.address, .msgHeaders #msgHeadersTable td.to a.address, .msgHeaders #msgHeadersTable td.cc a.address, .msgHeaders #msgHeadersTable td.bcc a.address {
      font-size: 0.9rem;
      margin-right: 12px;
      padding-right: 0; }
      .msgHeaders #msgHeadersTable td.from a.address:after, .msgHeaders #msgHeadersTable td.to a.address:after, .msgHeaders #msgHeadersTable td.cc a.address:after, .msgHeaders #msgHeadersTable td.bcc a.address:after {
        content: '';
        display: inline-block;
        width: 12px;
        height: 12px;
        background-image: url("/themes/sooma/img/general/drop-subtle.svg");
        background-repeat: no-repeat;
        background-position: center center;
        margin-left: 1px;
        position: relative;
        top: 1px;
        left: 1px; }
  .msgHeaders #partlist {
    margin-left: 48px;
    margin-top: 12px; }
    .msgHeaders #partlist .partlistDownloadAll a {
      display: inline-block;
      font-size: 15px;
      color: #212121;
      background-color: transparent;
      padding: 6px 18px 8px;
      width: auto;
      height: auto;
      margin-right: 5.4545454545px;
      border: 1px solid rgba(33, 33, 33, 0.3);
      -webkit-border-radius: 2px;
      -moz-border-radius: 2px;
      border-radius: 2px;
      -webkit-background-clip: padding-box;
      -moz-background-clip: padding;
      background-clip: padding-box;
      line-height: initial;
      cursor: pointer;
      opacity: .7; }
      .msgHeaders #partlist .partlistDownloadAll a:hover {
        color: #212121;
        border-color: rgba(33, 33, 33, 0.5);
        opacity: 1; }
    .msgHeaders #partlist ul {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      flex-flow: row wrap;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin-top: 5.4545454545px; }
      .msgHeaders #partlist ul li {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex-flow: row wrap;
        -webkit-align-items: baseline;
        -moz-align-items: baseline;
        -ms-align-items: baseline;
        align-items: baseline;
        font-size: 0.8rem;
        font-weight: 600;
        padding: 8px 40px 8px 12px;
        margin: 2.7272727273px;
        background-color: #f6f6f6;
        border-radius: 2px;
        position: relative;
        left: -2.7272727273px; }
        .msgHeaders #partlist ul li a {
          font-size: 0.9rem;
          font-weight: initial;
          margin-right: 5.4545454545px; }
          .msgHeaders #partlist ul li a.iconImg {
            height: 16px;
            width: 16px;
            background-repeat: no-repeat;
            background-position: center center;
            vertical-align: middle;
            width: 32px;
            position: absolute;
            height: 100%;
            margin-right: 0;
            right: 0;
            top: 0;
            border-radius: 0 2px 2px 0;
            background-color: rgba(33, 33, 33, 0.1);
            border: 1px solid transparent;
            box-sizing: border-box;
            opacity: .7; }
            .msgHeaders #partlist ul li a.iconImg:hover {
              background-color: white;
              border: 1px solid rgba(33, 33, 33, 0.2);
              opacity: 1; }
        .msgHeaders #partlist ul li img {
          -webkit-align-self: center;
          -moz-align-self: center;
          -ms-align-self: center;
          align-self: center;
          margin-right: 5.4545454545px; }
  .msgHeaders #msgloglist {
    margin-left: 48px; }
    .msgHeaders #msgloglist a {
      display: inline-block;
      margin: 8px 0 5.4545454545px; }
      .msgHeaders #msgloglist a li {
        font-size: 0.9rem;
        background-color: #e8f3ff;
        padding: 7px 24px 8px 12px;
        border-radius: 2px; }
        .msgHeaders #msgloglist a li span {
          height: 16px;
          width: 16px;
          background-repeat: no-repeat;
          background-position: center center;
          vertical-align: middle;
          display: inline-block;
          margin-right: 5.4545454545px;
          position: relative;
          bottom: 2px; }
  .msgHeaders #partlist div.partlistAllParts {
    margin-bottom: 5.4545454545px; }
    .msgHeaders #partlist div.partlistAllParts div.partsTreeDiv {
      display: inline-block;
      border-left: 1px solid #C7C7C7; }
      .msgHeaders #partlist div.partlistAllParts div.partsTreeDiv > span {
        padding: 0 12px; }
        .msgHeaders #partlist div.partlistAllParts div.partsTreeDiv > span img {
          position: relative;
          bottom: 1px; }
        .msgHeaders #partlist div.partlistAllParts div.partsTreeDiv > span span {
          margin-left: 5.4545454545px;
          font-size: 0.8rem;
          color: #777; }
          .msgHeaders #partlist div.partlistAllParts div.partsTreeDiv > span span a {
            font-size: 0.9rem;
            color: #212121; }
      .msgHeaders #partlist div.partlistAllParts div.partsTreeDiv:last-child {
        border-right: 1px solid #C7C7C7; }

.messageBody {
  padding: 26.4px 24px 0 48px; }

iframe.htmlMsgData {
  width: 100%; }
  iframe.htmlMsgData body {
    margin: 0 !important; }

#previewPane #messageBody {
  padding-bottom: 24px; }

.msgfullread div.subject {
  cursor: pointer;
  font-size: 1.2rem;
  font-weight: 600; }

.msgfullread .msgHeaders {
  padding-left: 24px; }

.msgfullread .messageBody {
  padding: 24px;
  overflow: auto; }

.msgfullread .resentFrom {
  display: none; }

.msgfullread .msgHeaders #msgHeadersTable {
  margin-left: 0; }

.msgwrite {
  display: block;
  overflow: auto;
  max-height: 400px; }
  .msgwrite .optionsContainer {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-box-flex: 0 1 100%;
    -moz-box-flex: 0 1 100%;
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    height: 35.2380952381px;
    padding: 0 24px;
    border-bottom: 1px solid #C7C7C7;
    font-size: 0.9rem; }
    .msgwrite .optionsContainer div {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      flex-flow: row wrap;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center;
      padding: 0 12px;
      border-left: 1px solid #C7C7C7;
      color: #777; }
      .msgwrite .optionsContainer div:first-child {
        padding-left: 0;
        border-left: 0; }
        .msgwrite .optionsContainer div:first-child label {
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          flex-flow: row wrap;
          -webkit-align-items: center;
          -moz-align-items: center;
          -ms-align-items: center;
          align-items: center;
          color: #212121;
          cursor: pointer;
          font-family: "Source Sans Pro", sans-serif;
          letter-spacing: initial;
          font-size: 0.9rem;
          text-transform: initial;
          font-weight: normal;
          margin-bottom: 0;
          padding-top: 0;
          padding-bottom: 0; }
        .msgwrite .optionsContainer div:first-child input#htmlcheckbox {
          margin-right: 5.4545454545px;
          margin-top: 0 !important; }
      .msgwrite .optionsContainer div #priority_label {
        color: #212121;
        padding-left: 5.4545454545px; }
      .msgwrite .optionsContainer div #encrypt_label {
        color: #212121; }
      .msgwrite .optionsContainer div .horde-popdown {
        display: block;
        border-radius: 2px;
        width: 12px;
        height: 16px;
        margin-left: 5.4545454545px;
        border: 1px solid #C3C3C3;
        background-color: transparent;
        background-image: url("/themes/sooma/img/general/drop-subtle.svg");
        background-repeat: no-repeat;
        background-position: center center;
        opacity: .7;
        cursor: pointer; }
        .msgwrite .optionsContainer div .horde-popdown:hover {
          background-color: white;
          opacity: 1; }
      .msgwrite .optionsContainer div #other_options {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex-flow: row wrap;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        align-items: center;
        cursor: pointer;
        opacity: .7; }
        .msgwrite .optionsContainer div #other_options:hover {
          opacity: 1; }
        .msgwrite .optionsContainer div #other_options a {
          color: #212121; }
        .msgwrite .optionsContainer div #other_options .horde-popdown {
          display: inline-block;
          width: 12px;
          height: 12px;
          background-image: url("/themes/sooma/img/general/drop-subtle.svg");
          background-repeat: no-repeat;
          background-position: center center;
          margin-left: 1px;
          background-color: transparent;
          border: 0;
          opacity: 1; }
      .msgwrite .optionsContainer div:nth-child(2) {
        border-right: 1px solid #C7C7C7; }
      .msgwrite .optionsContainer div:nth-child(3) {
        border-left: 0;
        margin-left: 8px;
        padding-left: 0; }
  .msgwrite table {
    padding: 24px;
    display: block;
    float: left;
    width: 70%;
    box-sizing: border-box; }
    .msgwrite table tbody input {
      background-color: transparent; }
    .msgwrite table tbody tr#sendto td:first-child, .msgwrite table tbody tr#sendcc td:first-child, .msgwrite table tbody tr#sendbcc td:first-child {
      padding-left: 21.4545454545px;
      padding-top: 22.9090909091px; }
    .msgwrite table tbody tr#sendto td.label {
      padding-top: 10.9090909091px; }
      .msgwrite table tbody tr#sendto td.label span:before {
        top: 10.9090909091px; }
    .msgwrite table tbody tr#sendto td div.hordeACBox {
      margin-top: 0; }
    .msgwrite table tbody tr td {
      white-space: nowrap;
      padding: 0; }
      .msgwrite table tbody tr td.label {
        width: 1%;
        vertical-align: top;
        font-size: 0.9rem;
        font-weight: 600;
        text-align: right;
        padding-right: 12px;
        padding-top: 10.9090909091px;
        position: relative; }
        .msgwrite table tbody tr td.label .composeAddrbook {
          cursor: pointer;
          border-bottom: 1px solid #C3C3C3; }
          .msgwrite table tbody tr td.label .composeAddrbook:hover {
            border-color: #777777; }
          .msgwrite table tbody tr td.label .composeAddrbook:before {
            height: 16px;
            width: 16px;
            background-repeat: no-repeat;
            background-position: center center;
            vertical-align: middle;
            background-image: url("/themes/sooma/img/general/contacts.svg");
            content: '';
            display: inline-block;
            margin-right: 5.4545454545px;
            position: absolute;
            top: 22.9090909091px;
            left: 0; }
    .msgwrite table tbody tr #identity {
      margin-bottom: 12px; }
    .msgwrite table tbody tr td input {
      width: 100% !important;
      box-sizing: border-box;
      font-size: 15px;
      padding: 0 8px;
      border-bottom: 0; }
    .msgwrite table tbody tr td #togglecc, .msgwrite table tbody tr td #togglebcc {
      display: inline-block;
      font-size: 0.9rem;
      margin-top: 5.4545454545px;
      cursor: pointer;
      opacity: .7; }
      .msgwrite table tbody tr td #togglecc:hover, .msgwrite table tbody tr td #togglebcc:hover {
        opacity: 1; }
    .msgwrite table tbody tr td #togglecc:after {
      content: '';
      display: inline-block;
      width: 1px;
      height: 1em;
      background-color: #7b7b7b;
      margin: 0 12px;
      position: relative;
      top: 2px;
      opacity: 1; }
    .msgwrite table tbody tr td #togglecc:hover:after {
      opacity: .7;
      background-color: #7b7b7b; }
    .msgwrite table tbody tr .subject input {
      border: 0;
      border-bottom: 1px solid #C3C3C3;
      border-radius: 0;
      max-width: initial; }
      .msgwrite table tbody tr .subject input:hover {
        border-color: #777777; }
        .msgwrite table tbody tr .subject input:hover:focus {
          border-color: #e60013; }
    .msgwrite table tbody tr:last-child .label {
      padding-top: 22.9090909091px; }
    .msgwrite table tbody tr:last-child .subject {
      padding-top: 12px; }
  .msgwrite #atcdiv {
    display: block;
    float: left;
    width: 30%;
    padding: 24px 0 0;
    background-color: #f6f6f6;
    box-sizing: border-box;
    min-height: 137px;
    border-left: 1px solid #DFDFDF;
    border-bottom: 1px solid #DFDFDF;
    margin-bottom: 24px;
    position: relative; }
    .msgwrite #atcdiv:after {
      content: '';
      height: 16px;
      width: calc(100% - 24px);
      position: absolute;
      bottom: 0;
      background: #f6f6f6;
      /* Old browsers */
      background: -moz-linear-gradient(top, rgba(246, 246, 246, 0) 0%, #f6f6f6 100%);
      /* FF3.6+ */
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(246, 246, 246, 0)), color-stop(100%, #f6f6f6));
      /* Chrome,Safari4+ */
      background: -webkit-linear-gradient(top, rgba(246, 246, 246, 0) 0%, #f6f6f6 100%);
      /* Chrome10+,Safari5.1+ */
      background: -o-linear-gradient(top, rgba(246, 246, 246, 0) 0%, #f6f6f6 100%);
      /* Opera 11.10+ */
      background: -ms-linear-gradient(top, rgba(246, 246, 246, 0) 0%, #f6f6f6 100%);
      /* IE10+ */
      background: linear-gradient(to bottom, rgba(246, 246, 246, 0) 0%, #f6f6f6 100%);
      /* W3C */ }
    .msgwrite #atcdiv #upload_add {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      flex-flow: row wrap;
      -webkit-align-items: stretch;
      -moz-align-items: stretch;
      -ms-align-items: stretch;
      align-items: stretch;
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      -ms-justify-content: space-between;
      justify-content: space-between;
      -ms-flex-pack: space-between;
      margin: 0 24px; }
      .msgwrite #atcdiv #upload_add label#compose_upload_add {
        font-size: 15px;
        color: #212121;
        font-weight: initial;
        text-transform: initial;
        letter-spacing: initial;
        margin: 0 8px 0 0;
        width: auto;
        border-radius: 2px;
        border: 1px solid rgba(33, 33, 33, 0.2);
        background-color: white;
        padding: 9px 16px 11px;
        padding-left: 37.4545454545px;
        position: relative;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        cursor: pointer;
        opacity: .7; }
        .msgwrite #atcdiv #upload_add label#compose_upload_add:before {
          height: 20px;
          width: 20px;
          background-repeat: no-repeat;
          background-position: center center;
          vertical-align: middle;
          content: '';
          display: block;
          position: absolute;
          left: 8px; }
        .msgwrite #atcdiv #upload_add label#compose_upload_add:hover {
          border-color: rgba(33, 33, 33, 0.3);
          color: #212121;
          opacity: 1; }
      .msgwrite #atcdiv #upload_add input#upload {
        display: none; }
      .msgwrite #atcdiv #upload_add .horde-popdown {
        border-radius: 2px;
        border: 1px solid rgba(33, 33, 33, 0.2);
        width: 48px;
        background-repeat: no-repeat;
        background-position: center center;
        background-color: white;
        display: block;
        cursor: pointer;
        opacity: .7; }
        .msgwrite #atcdiv #upload_add .horde-popdown:hover {
          opacity: 1;
          border-color: rgba(33, 33, 33, 0.3); }

@media (max-height: 1200px) {
  .msgwrite {
    max-height: 200px !important; } }

ul#attach_list {
  display: block;
  margin: 18px 0 0;
  padding: 8px 24px 0;
  border-top: 1px solid #DFDFDF;
  background-color: #f6f6f6;
  overflow: auto;
  max-height: 140px; }
  ul#attach_list li.attach_file {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    -webkit-align-items: baseline;
    -moz-align-items: baseline;
    -ms-align-items: baseline;
    align-items: baseline;
    padding: 5.4545454545px 0; }
    ul#attach_list li.attach_file span {
      font-size: 0.9rem; }
    ul#attach_list li.attach_file canvas {
      margin-right: 8px;
      -webkit-align-self: center;
      -moz-align-self: center;
      -ms-align-self: center;
      align-self: center; }
    ul#attach_list li.attach_file .attachName, ul#attach_list li.attach_file .attachNameNoview {
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden;
      margin-right: 5.4545454545px;
      max-width: 180px; }
    ul#attach_list li.attach_file .attachSize {
      color: #777; }
    ul#attach_list li.attach_file .horde-popdown {
      display: inline-block;
      width: 12px;
      height: 12px;
      background-image: url("/themes/sooma/img/general/drop-subtle.svg");
      background-repeat: no-repeat;
      background-position: center center;
      margin-left: 1px;
      cursor: pointer; }
  ul#attach_list li:last-child {
    margin-bottom: 20px; }

.attachmentImg {
  display: none; }

body.app-imp.page-contacts {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-flow: row wrap;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  height: 100vh; }
  body.app-imp.page-contacts #contacts {
    margin: 24px 24px 10vh 24px;
    width: 100%;
    max-width: 850px; }
    body.app-imp.page-contacts #contacts h1.header {
      font-size: 2rem;
      font-weight: 600;
      line-height: 1em;
      letter-spacing: -.5px;
      margin-bottom: 8px; }
  body.app-imp.page-contacts .headerbox .control {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    -webkit-align-items: baseline;
    -moz-align-items: baseline;
    -ms-align-items: baseline;
    align-items: baseline;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #e6e6e6;
    padding: 12px;
    margin: 24px 0; }
    body.app-imp.page-contacts .headerbox .control label {
      padding: 0 8px; }
    body.app-imp.page-contacts .headerbox .control #btn_search_all {
      display: none; }
    body.app-imp.page-contacts .headerbox .control #btn_search {
      display: inline-block;
      font-size: 15px;
      color: #212121;
      background-color: transparent;
      padding: 6px 18px 8px;
      width: auto;
      height: auto;
      margin-right: 5.4545454545px;
      border: 1px solid rgba(33, 33, 33, 0.3);
      -webkit-border-radius: 2px;
      -moz-border-radius: 2px;
      border-radius: 2px;
      -webkit-background-clip: padding-box;
      -moz-background-clip: padding;
      background-clip: padding-box;
      line-height: initial;
      cursor: pointer;
      opacity: .7; }
      body.app-imp.page-contacts .headerbox .control #btn_search:hover {
        color: #212121;
        border-color: rgba(33, 33, 33, 0.5);
        opacity: 1; }
    body.app-imp.page-contacts .headerbox .control input#search, body.app-imp.page-contacts .headerbox .control select#source {
      background-color: white; }
    body.app-imp.page-contacts .headerbox .control input#search, body.app-imp.page-contacts .headerbox .control select#source {
      background-color: white;
      color: #777; }
      body.app-imp.page-contacts .headerbox .control input#search:focus, body.app-imp.page-contacts .headerbox .control select#source:focus {
        color: #212121; }
  body.app-imp.page-contacts .headerbox table {
    max-height: 30vh; }
    body.app-imp.page-contacts .headerbox table td {
      width: 40%;
      padding: 0;
      vertical-align: top;
      border: 1px solid #C7C7C7; }
      body.app-imp.page-contacts .headerbox table td.contactsButtons {
        width: 20%;
        border: 0; }
        body.app-imp.page-contacts .headerbox table td.contactsButtons input {
          width: 100%;
          height: 33%;
          border: 0;
          border-top: 1px solid #C7C7C7;
          border-radius: 0;
          padding: 10%;
          margin-bottom: -1px; }
          body.app-imp.page-contacts .headerbox table td.contactsButtons input:hover {
            background-color: rgba(230, 0, 19, 0.15);
            border-top: 1px solid #C7C7C7; }
          body.app-imp.page-contacts .headerbox table td.contactsButtons input#btn_add_bcc {
            border-bottom: 1px solid #C7C7C7; }
      body.app-imp.page-contacts .headerbox table td select {
        padding: 8px;
        background-color: transparent;
        background-image: none;
        border: 0;
        width: 100%;
        height: 100%;
        margin: 0; }
      body.app-imp.page-contacts .headerbox table td #btn_delete {
        margin: 12px 0; }
      body.app-imp.page-contacts .headerbox table td #search_results option, body.app-imp.page-contacts .headerbox table td #selected_addresses option {
        text-overflow: ellipsis;
        overflow-x: hidden;
        font-size: 15px; }
        body.app-imp.page-contacts .headerbox table td #search_results option:hover, body.app-imp.page-contacts .headerbox table td #selected_addresses option:hover {
          background-color: rgba(33, 33, 33, 0.06); }
        body.app-imp.page-contacts .headerbox table td #search_results option em, body.app-imp.page-contacts .headerbox table td #selected_addresses option em {
          font-size: 0.9rem;
          color: #777; }
      body.app-imp.page-contacts .headerbox table td #search_results option[disabled], body.app-imp.page-contacts .headerbox table td #selected_addresses option[disabled] {
        opacity: 1;
        font-size: 0.9rem; }
    body.app-imp.page-contacts .headerbox table tr:last-child td {
      border: 0; }
  body.app-imp.page-contacts form div:last-child {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    -webkit-align-items: baseline;
    -moz-align-items: baseline;
    -ms-align-items: baseline;
    align-items: baseline;
    padding: 24px 0;
    overflow: auto; }
  body.app-imp.page-contacts form #btn_update {
    display: block;
    text-align: center;
    font-size: 15px;
    font-weight: 600;
    background-color: #e60013;
    color: #FFFFFF;
    border: 1px solid #e60013;
    padding: 6px 18px 8px;
    text-decoration: none;
    min-width: 70px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    line-height: initial;
    cursor: pointer;
    opacity: 1;
    min-width: 100px;
    margin-right: 12px; }
    body.app-imp.page-contacts form #btn_update:hover {
      background-color: #b3000f;
      border-color: #b3000f; }
  body.app-imp.page-contacts form #btn_cancel {
    background-color: transparent;
    border-color: transparent;
    color: #212121;
    padding-left: 5.4545454545px;
    padding-right: 5.4545454545px;
    min-width: auto;
    margin: 0 1px;
    opacity: .7; }
    body.app-imp.page-contacts form #btn_cancel:hover {
      border-color: transparent;
      color: #212121;
      opacity: 1; }
  body.app-imp.page-contacts form input {
    display: inline-block;
    float: left; }

body.cke_show_borders {
  margin: 30px; }

table.cke_editor td#cke_top_composeMessage {
  border-bottom: 1px solid #DFDFDF;
  border-top: 1px solid #DFDFDF;
  position: relative;
  background: white; }

#composeMessageParent {
  outline: none;
  margin-top: 12px; }
  #composeMessageParent #composeMessage {
    width: 100%;
    padding: 24px;
    font-size: 0.9rem; }
  #composeMessageParent textarea {
    background-color: white;
    border-top: 1px solid #DFDFDF;
    border-bottom: 0;
    margin-left: 0; }
  #composeMessageParent #cke_composeMessage {
    padding: 0;
    border: 0; }
    #composeMessageParent #cke_composeMessage iframe {
      padding: 24px 24px 36px 24px;
      box-sizing: border-box; }
    #composeMessageParent #cke_composeMessage .cke_browser_gecko .cke_wrapper {
      border-radius: 0;
      padding: 0;
      background: white !important;
      background-image: none; }
  #composeMessageParent .spellcheck {
    padding: 24px;
    border-top: 1px solid #DFDFDF; }
  #composeMessageParent .cke_skin_kama *,
  #composeMessageParent .cke_skin_kama a:hover,
  #composeMessageParent .cke_skin_kama a:link,
  #composeMessageParent .cke_skin_kama a:visited,
  #composeMessageParent .cke_skin_kama a:active {
    outline: none;
    font-size: 0.9rem;
    color: #212121;
    font-family: "Source Sans Pro", sans-serif;
    font-style: normal;
    padding: 0; }
  #composeMessageParent .cke_skin_kama .cke_rcombo a,
  #composeMessageParent .cke_skin_kama .cke_rcombo a:active,
  #composeMessageParent .cke_skin_kama .cke_rcombo a:hover {
    border-radius: 2px;
    border-bottom: 0;
    float: left;
    padding: 0;
    margin-right: 0;
    margin-bottom: 0;
    border: 0;
    border-radius: 0; }
  #composeMessageParent .cke_skin_kama .cke_rcombo .cke_off a:hover .cke_openbutton,
  #composeMessageParent .cke_skin_kama .cke_rcombo .cke_off a:focus .cke_openbutton,
  #composeMessageParent .cke_skin_kama .cke_rcombo .cke_off a:active .cke_openbutton,
  #composeMessageParent .cke_skin_kama .cke_rcombo .cke_on .cke_openbutton {
    border-color: #777777;
    background-color: rgba(33, 33, 33, 0.06); }
  #composeMessageParent .cke_skin_kama .cke_button a.cke_on:hover,
  #composeMessageParent .cke_skin_kama .cke_button a.cke_on:focus,
  #composeMessageParent .cke_skin_kama .cke_button a.cke_on:active {
    background-color: #e6e6e6; }
  #composeMessageParent .cke_skin_kama .cke_button a,
  #composeMessageParent .cke_skin_kama .cke_button a:hover,
  #composeMessageParent .cke_skin_kama .cke_button a:focus,
  #composeMessageParent .cke_skin_kama .cke_button a:active,
  #composeMessageParent .cke_skin_kama .cke_button a.cke_off {
    border-radius: 0; }
  #composeMessageParent .cke_skin_kama .cke_button a:hover,
  #composeMessageParent .cke_skin_kama .cke_button a:focus,
  #composeMessageParent .cke_skin_kama .cke_button a:active {
    background-color: rgba(33, 33, 33, 0.06); }
  #composeMessageParent .cke_skin_kama .cke_button a,
  #composeMessageParent .cke_skin_kama .cke_button a:hover,
  #composeMessageParent .cke_skin_kama .cke_button a:focus,
  #composeMessageParent .cke_skin_kama .cke_button a:active,
  #composeMessageParent .cke_skin_kama .cke_button a.cke_off {
    padding: 11px 8px; }
  #composeMessageParent .cke_skin_kama .cke_button a.cke_on:hover,
  #composeMessageParent .cke_skin_kama .cke_button a.cke_on:focus,
  #composeMessageParent .cke_skin_kama .cke_button a.cke_on:active {
    background-color: rgba(33, 33, 33, 0.06); }
  #composeMessageParent #composeMessageParent .cke_skin_kama .cke_rcombo .cke_off a:hover .cke_openbutton {
    background: white !important; }
  #composeMessageParent .cke_openbutton {
    opacity: .7; }
  #composeMessageParent .cke_openbutton:hover {
    opacity: 1; }
    #composeMessageParent .cke_openbutton:hover a {
      background-color: transparent; }
  #composeMessageParent .cke_skin_kama .cke_button a.cke_on {
    background-color: transparent;
    background-color: rgba(230, 0, 19, 0.15); }
  #composeMessageParent .cke_skin_kama .cke_toolbox {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    padding-bottom: 0;
    float: left; }
    #composeMessageParent .cke_skin_kama .cke_toolbox .cke_toolbar {
      height: 39px;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      flex-flow: row wrap;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center; }
      #composeMessageParent .cke_skin_kama .cke_toolbox .cke_toolbar a[title="Font Name"], #composeMessageParent .cke_skin_kama .cke_toolbox .cke_toolbar .cke_button_source {
        height: 39px;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex-flow: row wrap;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        align-items: center;
        height: 100%; }
        #composeMessageParent .cke_skin_kama .cke_toolbox .cke_toolbar a[title="Font Name"] .cke_label, #composeMessageParent .cke_skin_kama .cke_toolbox .cke_toolbar .cke_button_source .cke_label {
          margin-left: 3px; }
  #composeMessageParent .cke_skin_kama .cke_toolbox_collapser {
    float: right;
    margin: 12px 24px 12px 0;
    background-color: rgba(33, 33, 33, 0.3);
    border-radius: 50%;
    border: 0;
    opacity: .7; }
    #composeMessageParent .cke_skin_kama .cke_toolbox_collapser:hover {
      opacity: 1; }
    #composeMessageParent .cke_skin_kama .cke_toolbox_collapser.cke_toolbox_collapser_min {
      position: relative;
      margin: 2px 24px 2px 0; }
  #composeMessageParent .cke_skin_kama .cke_toolgroup {
    border-radius: 2px;
    margin-right: 0;
    margin-bottom: 0;
    padding: 0;
    background: none; }
  #composeMessageParent .cke_font a {
    margin-right: 8px !important; }
    #composeMessageParent .cke_font a .cke_openbutton:hover {
      background-color: transparent !important; }
    #composeMessageParent .cke_font a:hover .cke_openbutton {
      background-color: transparent !important; }
    #composeMessageParent .cke_font a .cke_text {
      padding-left: 24px;
      width: auto; }
  #composeMessageParent .cke_button_smiley {
    display: none; }
  #composeMessageParent .cke_skin_kama .cke_fontSize .cke_text {
    width: 30px; }

.cke_skin_kama .cke_wrapper,
.cke_skin_kama a.cke_toolbox_collapser,
.cke_skin_kama a.cke_toolbox_collapser:hover,
.cke_skin_kama .cke_rcombo .cke_openbutton .cke_icon {
  margin: 0; }

.cke_skin_kama .cke_rcombopanel {
  border: 0 !important;
  color: #212121 !important;
  -webkit-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.25);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px; }

body.cke_show_borders {
  font-size: 15px !important;
  margin: 0 !important; }

/* Threads */
.app-imp.page-thread {
  padding: 36px; }

/* Check Spelling */
.spellcheckIncorrect, .spellcheckCorrected {
  background-repeat: repeat-x;
  background-position: bottom; }

/* General */
.searchAdd, .searchElement {
  display: inline-block; }

#impbase_iframe iframe {
  width: 100%;
  border: 0; }

.app-imp.page-search {
  padding-left: 48px;
  position: relative;
  padding-top: 79.2571428571px;
  padding-right: 24px;
  padding-bottom: 24px; }
  .app-imp.page-search:before {
    content: '';
    height: 52.8571428571px;
    background-color: #212121;
    display: block;
    position: fixed;
    width: 100%;
    left: 0;
    top: 0; }

/* Form */
#search_form {
  max-width: 650px; }
  #search_form h1 {
    font-size: 2rem;
    font-weight: 600;
    line-height: 1em;
    letter-spacing: -.5px;
    margin-bottom: 8px;
    padding-bottom: 24px;
    margin-bottom: 24px;
    float: left; }
  #search_form .smallheader {
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 8px;
    margin-top: 36px;
    padding-top: 12px;
    margin-bottom: 12px;
    border-top: 1px dashed #C7C7C7;
    clear: left; }
  #search_form #recent_searches_div {
    float: right; }
    #search_form #recent_searches_div select#recent_searches {
      margin-right: 0;
      max-width: 225px; }
  #search_form .checkbox {
    position: relative;
    top: 2px; }
  #search_form #search_criteria .searchId {
    overflow: auto; }
    #search_form #search_criteria .searchId .searchElement {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      flex-flow: row wrap;
      margin-top: 0; }
      #search_form #search_criteria .searchId .searchElement:first-child {
        margin-top: 12px; }
      #search_form #search_criteria .searchId .searchElement .searchuiDelete {
        height: 16px;
        width: 16px;
        background-repeat: no-repeat;
        background-position: center center;
        vertical-align: middle;
        margin-left: auto; }
      #search_form #search_criteria .searchId .searchElement .notMatch {
        text-transform: capitalize; }
    #search_form #search_criteria .searchId:first-child {
      margin-top: 12px; }
    #search_form #search_criteria .searchId em {
      font-weight: initial;
      letter-spacing: initial;
      text-transform: initial;
      font-size: 15px;
      color: #212121;
      font-weight: initial; }
    #search_form #search_criteria .searchId em.join {
      color: #777; }
  #search_form #search_mboxes {
    overflow: auto; }
    #search_form #search_mboxes .searchElement {
      display: inline-block;
      float: left;
      min-height: 36px;
      padding: 8px 16px 10px 22px;
      border-radius: 50px;
      background-color: #e6e6e6;
      margin: 0 5.4545454545px 5.4545454545px 0; }
      #search_form #search_mboxes .searchElement em {
        font-weight: initial;
        letter-spacing: initial;
        text-transform: initial;
        font-size: 15px;
        color: #212121;
        font-weight: initial;
        margin: 0 12px 0 0; }
      #search_form #search_mboxes .searchElement a.searchuiDelete {
        display: inline-block;
        margin: 0; }
    #search_form #search_mboxes em.join {
      display: none; }
    #search_form #search_mboxes span.subfolders {
      margin-right: 12px;
      margin-left: 0;
      font-size: 0.9rem;
      -webkit-align-items: baseline;
      -moz-align-items: baseline;
      -ms-align-items: baseline;
      align-items: baseline; }
  #search_form .item div {
    margin: 5.4545454545px 0; }
  #search_form .item .searchElement {
    display: inline-flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: #f6f6f6;
    padding: 8px 12px;
    margin-left: 0;
    min-height: 52.8571428571px;
    box-sizing: border-box; }
    #search_form .item .searchElement > * {
      margin: 0 8px;
      width: initial; }
    #search_form .item .searchElement em {
      color: #777;
      font-size: 12px;
      font-weight: 600;
      line-height: 1.3;
      text-transform: uppercase;
      letter-spacing: .5px;
      padding-top: 24px;
      padding-bottom: 8px;
      color: #212121;
      font-style: normal;
      padding: 0; }
    #search_form .item .searchElement input {
      background-color: white; }
    #search_form .item .searchElement .searchuiDelete {
      height: 16px;
      width: 16px;
      background-repeat: no-repeat;
      background-position: center center;
      vertical-align: middle;
      margin: 0;
      opacity: .7; }
      #search_form .item .searchElement .searchuiDelete:hover {
        opacity: 1; }
    #search_form .item .searchElement span {
      display: inline-flex;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center; }
    #search_form .item .searchElement select {
      background-color: white;
      margin-left: 12px; }
  #search_form .item .searchAdd {
    position: relative;
    margin-top: 12px;
    opacity: .7; }
    #search_form .item .searchAdd:before {
      content: '';
      height: 16px;
      width: 16px;
      background-repeat: no-repeat;
      background-position: center center;
      vertical-align: middle;
      display: inline-block;
      position: absolute;
      left: 12px;
      top: 14px; }
    #search_form .item .searchAdd:hover {
      opacity: 1; }
    #search_form .item .searchAdd select {
      padding-left: 34px; }
  #search_form .join {
    font-style: normal;
    color: #777;
    margin-bottom: 12px;
    display: block;
    text-align: center; }
  #search_form #search_criteria_add, #search_form #search_mboxes_add {
    background-color: white;
    border-radius: 2px;
    height: 43.2px;
    border: 1px solid #C3C3C3; }
    #search_form #search_criteria_add:hover, #search_form #search_mboxes_add:hover {
      border-color: #777777; }
  #search_form label[for="search_label"], #search_form label[for="search_type"] {
    display: block; }
  #search_form .horde-form-buttons {
    margin-top: 36px;
    padding-top: 24px;
    border-top: 1px dashed #C7C7C7; }
    #search_form .horde-form-buttons #search_return {
      margin-left: auto; }
  #search_form #search_submit {
    display: inline-block;
    text-align: center;
    font-size: 15px;
    font-weight: 600;
    background-color: #e60013;
    color: #FFFFFF;
    border: 1px solid #e60013;
    padding: 9px 16px 11px;
    text-decoration: none;
    min-width: 80px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    line-height: initial;
    cursor: pointer;
    opacity: 1;
    margin-right: 8px; }
    #search_form #search_submit:hover {
      background-color: #b3000f;
      border-color: #b3000f; }

/* Mini Calendar */
#kronolith-minical {
  margin: 24px 24px 12px 24px;
  position: relative; }
  #kronolith-minical table {
    table-layout: fixed;
    text-align: center;
    width: 100%;
    vertical-align: middle; }
    #kronolith-minical table thead tr.kronolith-minical-nav {
      height: 32px; }
      #kronolith-minical table thead tr.kronolith-minical-nav th {
        padding-top: 0;
        border: 0; }
        #kronolith-minical table thead tr.kronolith-minical-nav th a#kronolith-minical-prev {
          width: 16px;
          height: 16px;
          display: block;
          color: transparent;
          padding-top: 0;
          position: absolute;
          right: 21.4545454545px;
          top: 3px; }
          #kronolith-minical table thead tr.kronolith-minical-nav th a#kronolith-minical-prev:after {
            content: '';
            height: 16px;
            width: 16px;
            background-repeat: no-repeat;
            background-position: center center;
            vertical-align: middle;
            display: block;
            position: absolute;
            top: 0;
            right: 0;
            opacity: .5; }
          #kronolith-minical table thead tr.kronolith-minical-nav th a#kronolith-minical-prev:hover:after {
            opacity: 1; }
      #kronolith-minical table thead tr.kronolith-minical-nav #kronolithMinicalDate {
        font-size: 1.2rem;
        text-align: left;
        width: 70%;
        border: 0;
        text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        line-height: 1.1em;
        font-weight: normal;
        text-transform: initial;
        padding: 0;
        position: absolute;
        left: 0; }
      #kronolith-minical table thead tr.kronolith-minical-nav th a#kronolith-minical-next {
        width: 16px;
        height: 16px;
        display: block;
        color: transparent;
        padding-top: 0;
        position: absolute;
        right: 0;
        top: 3px; }
        #kronolith-minical table thead tr.kronolith-minical-nav th a#kronolith-minical-next:after {
          content: '';
          height: 16px;
          width: 16px;
          background-repeat: no-repeat;
          background-position: center center;
          vertical-align: middle;
          display: block;
          position: absolute;
          top: 0;
          right: 0;
          opacity: .5; }
        #kronolith-minical table thead tr.kronolith-minical-nav th a#kronolith-minical-next:hover:after {
          opacity: 1; }
    #kronolith-minical table thead tr th {
      font-size: 12px;
      color: #777;
      letter-spacing: .5px;
      line-height: 1.3;
      text-transform: uppercase;
      color: #212121;
      padding: 5.4545454545px 0;
      border-bottom: 1px solid #DFDFDF;
      border-top: 1px solid #DFDFDF;
      text-align: center; }
    #kronolith-minical table thead tr th.kronolith-minical-empty {
      display: none; }
    #kronolith-minical table tbody tr td.kronolith-minical-week {
      display: none; }
    #kronolith-minical table tbody tr th.kronolith-minical-empty {
      display: none; }
    #kronolith-minical table tbody tr .kronolith-selected {
      background-color: rgba(230, 0, 19, 0.15); }
      #kronolith-minical table tbody tr .kronolith-selected.kronolith-today {
        background-color: rgba(230, 0, 19, 0.15); }
    #kronolith-minical table tbody tr .kronolith-today {
      background: transparent; }
      #kronolith-minical table tbody tr .kronolith-today a {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex-flow: row wrap;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        align-items: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        justify-content: center;
        -ms-flex-pack: center;
        background-color: #e60013;
        color: white;
        opacity: 1;
        border-radius: 50%;
        width: 22px;
        height: 22px;
        margin: 2px;
        padding-bottom: 2px;
        box-sizing: border-box; }
        #kronolith-minical table tbody tr .kronolith-today a:hover {
          color: white; }
    #kronolith-minical table tbody tr td {
      font-size: 0.8rem;
      border: 0;
      padding: 0;
      height: 26px;
      line-height: 1.2em; }
      #kronolith-minical table tbody tr td a {
        color: #212121; }
        #kronolith-minical table tbody tr td a:hover {
          color: #e60013; }

.kronolith-other-month a {
  opacity: 0.2; }
  .kronolith-other-month a:hover {
    opacity: 1; }

.kronolith-other-month .kronolith-day {
  opacity: 0.2; }

.kronolith-event-tentative img {
  display: none; }

/* General */
#kronolithMain {
  clear: both;
  height: 100%; }

#kronolithBody {
  position: absolute;
  top: 52.8571428571px;
  left: 0;
  right: 0;
  bottom: 0;
  overflow-x: hidden;
  overflow-y: auto; }
  #kronolithBody img {
    margin-right: 2px;
    width: 12px;
    height: 12px; }

td.kronolith-first-col, th.kronolith-first-col {
  font-size: 0.9rem;
  color: #777;
  position: relative;
  width: 48px;
  border-right: 1px solid #C7C7C7;
  border-top: 1px solid #DFDFDF; }

th.kronolith-first-col {
  border: 0; }

table.kronolith-view {
  width: 100%;
  height: 100%;
  table-layout: fixed; }
  table.kronolith-view td, table.kronolith-view th {
    overflow: hidden;
    vertical-align: top;
    padding: 0; }

.kronolith-all-day td {
  height: 80px;
  border-bottom: 1px solid #C7C7C7; }

#kronolithTimeMarker {
  width: 100%;
  height: 1px;
  background-color: #e60013; }

tr.kronolithNight {
  background-color: #f6f6f6; }

.kronolithAllDayContainer {
  height: 100%;
  overflow: hidden;
  border-right: 1px solid #DFDFDF;
  padding: 12px;
  box-sizing: border-box; }

#kronolithEventsDay {
  position: absolute;
  top: 1px;
  right: 1px;
  bottom: 1px;
  left: 48px; }

#kronolithEventsWeek, #kronolithEventsWorkweek {
  position: absolute;
  top: 1px;
  right: 1px;
  bottom: 1px;
  left: 48px; }

.kronolith-today, .kronolithViewBody .kronolithViewBodyContainer .kronolithViewDay .kronolith-today {
  background-color: rgba(230, 0, 19, 0.15);
  border-top: 1px solid rgba(230, 0, 19, 0.15); }

.kronolith-view-head tbody td.kronolith-today {
  border-bottom: 1px solid rgba(230, 0, 19, 0.15); }

.kronolith-view-head table td, table.kronolith-view-head td, .kronolith-view-head th, table .kronolith-view-head th {
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  vertical-align: middle; }

.kronolithLoading {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1; }

/* Header Head */
.kronolith-view-head {
  position: relative;
  overflow-y: scroll;
  z-index: 1;
  /* Header Body */ }
  .kronolith-view-head thead td {
    height: 36px;
    font-weight: 600;
    padding-bottom: 8px;
    box-sizing: border-box;
    vertical-align: bottom; }
  .kronolith-view-head thead td.kronolithWeekDay {
    text-align: center; }
  .kronolith-view-head thead td.kronolith-first-col {
    border-top: none;
    border-right-color: transparent;
    width: 48px; }
  .kronolith-view-head .kronolithViewDay td {
    text-align: left;
    font-size: 15px; }
  .kronolith-view-head tbody td.kronolith-first-col {
    vertical-align: middle; }
    .kronolith-view-head tbody td.kronolith-first-col span {
      display: block;
      white-space: nowrap;
      text-align: center;
      transform: rotate(-90deg);
      -webkit-transform: rotate(-90deg);
      -moz-transform: rotate(-90deg);
      position: relative;
      left: 8px; }
  .kronolith-view-head tbody td {
    border-top: 1px solid #C7C7C7; }

/* Body View */
.kronolithViewBody {
  position: absolute;
  top: 120px;
  right: 0;
  bottom: 0;
  left: 0;
  overflow-x: hidden;
  overflow-y: scroll;
  border-bottom: 1px solid #C7C7C7; }
  .kronolithViewBody .kronolithViewBodyContainer {
    position: relative; }
    .kronolithViewBody .kronolithViewBodyContainer td {
      border-top: 1px solid #DFDFDF;
      border-right: 1px solid #DFDFDF;
      height: 40px; }
    .kronolithViewBody .kronolithViewBodyContainer td.kronolith-first-col {
      text-align: right;
      vertical-align: middle;
      border-right: 1px solid #C7C7C7; }
      .kronolithViewBody .kronolithViewBodyContainer td.kronolith-first-col span {
        padding-right: 5.4545454545px; }

/* Day View */
#kronolithViewDay .kronolithAllDayContainer td {
  height: 30px; }

/*Work Week*/
.kronolithEventsWorkweek {
  width: 20%; }

/*Week*/
.kronolithEventsWeek {
  width: 14.2857142857%; }

/*Work Week View & Week View*/
.kronolithEventsWeek, .kronolithEventsWorkweek {
  position: relative;
  float: left;
  height: 100%; }

/* Month View */
#kronolithViewMonth #kronolithViewMonthHead td.kronolith-first-col {
  cursor: pointer;
  border-right-color: transparent;
  border-top: none;
  border-bottom: 1px solid #DFDFDF; }

#kronolithViewMonth #kronolithViewMonthHead td {
  border-top: none;
  height: 36px;
  border-bottom: 1px solid #C7C7C7;
  text-align: center;
  font-weight: 600;
  padding-bottom: 8px;
  vertical-align: bottom;
  box-sizing: border-box; }

#kronolithViewMonth .kronolith-event .kronolith-time {
  position: static; }

#kronolithViewMonthContainer {
  position: absolute;
  top: 36px;
  right: 0;
  bottom: 0;
  left: 0; }
  #kronolithViewMonthContainer #kronolith-month-body td.kronolith-first-col {
    text-align: right;
    vertical-align: middle;
    padding-right: 8px;
    box-sizing: border-box;
    position: relative;
    right: 0;
    border-right: 1px solid #C7C7C7;
    border-top: 1px solid #DFDFDF; }
  #kronolithViewMonthContainer #kronolith-month-body td {
    border-top: 1px solid #DFDFDF;
    border-right: 1px solid #DFDFDF; }
  #kronolithViewMonthContainer #kronolith-month-body tr:nth-child(2) td {
    border-top: 0; }
  #kronolithViewMonthContainer #kronolith-month-body .kronolithMonthDay.kronolith-today {
    background-color: rgba(230, 0, 19, 0.15); }
    #kronolithViewMonthContainer #kronolith-month-body .kronolithMonthDay.kronolith-today .kronolith-day {
      background-color: #e60013;
      color: white;
      display: inline-block;
      height: 26px;
      width: 26px;
      border-radius: 50%;
      opacity: 1;
      padding: 6px 3px 0px;
      position: relative;
      left: 3px;
      top: 3px;
      text-align: center;
      z-index: 2; }

/*** Events ***/
.kronolith-event {
  cursor: pointer;
  position: absolute;
  font-size: 0.9rem;
  font-weight: 600; }

.kronolith-event-info {
  padding: 2px 14px 3px; }

#kronolithViewDay .kronolith-event,
#kronolithViewWeek .kronolith-event,
#kronolithViewWorkweek .kronolith-event {
  position: absolute; }

#kronolithViewDay .kronolithAllDayContainer .kronolith-event,
#kronolithViewWeek .kronolithAllDayContainer .kronolith-event,
#kronolithViewWorkweek .kronolithAllDayContainer .kronolith-event {
  display: inline;
  margin: 0px 1px;
  position: relative;
  left: -10px;
  border-radius: 50px; }
  #kronolithViewDay .kronolithAllDayContainer .kronolith-event span,
  #kronolithViewWeek .kronolithAllDayContainer .kronolith-event span,
  #kronolithViewWorkweek .kronolithAllDayContainer .kronolith-event span {
    margin-left: 3px; }

.kronolith-day {
  font-size: 0.9rem;
  cursor: pointer;
  display: inline-block;
  padding: 8px 10px 6px; }

#kronolith-month-body td {
  padding-bottom: 26px;
  position: relative; }

.kronolithViewDay .kronolith-all-day .kronolith-event {
  padding: 1px 10px 4px; }

#kronolithViewMonth .kronolith-event,
#kronolithViewDay .kronolith-view-head .kronolith-event,
#kronolithViewWeek .kronolith-view-head .kronolith-event,
#kronolithViewWorkweek .kronolith-view-head .kronolith-event {
  position: relative;
  width: auto; }

#kronolithViewMonth .kronolith-event {
  padding: 3px 30px 5px 10px;
  max-height: 3.5em;
  margin-bottom: 1px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden; }
  #kronolithViewMonth .kronolith-event span {
    position: absolute;
    top: 7px;
    right: 2px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap; }

#kronolithViewMonth .kronolith-event:hover {
  max-height: 3.5em; }

#kronolithViewDay .kronolith-view-head .kronolith-event,
#kronolithViewWeek .kronolith-view-head .kronolith-event,
#kronolithViewWorkweek .kronolith-view-head .kronolith-event {
  white-space: nowrap;
  margin-right: 10px; }

.kronolith-event .kronolithDragger {
  position: absolute;
  visibility: hidden;
  left: 0;
  right: 0;
  height: 8px; }

.kronolith-event.kronolithEditable {
  cursor: move; }

.kronolith-event.kronolithEditable:hover .kronolithDragger,
.kronolith-event.kronolithEditable.kronolith-selected .kronolithDragger,
.kronolithDragger.drag {
  background-color: #212121 !important;
  opacity: .5; }

.kronolith-event .kronolithDragger.kronolithDraggerTop,
.kronolithDraggerTop.drag {
  top: 0; }

.kronolith-event .kronolithDragger.kronolithDraggerBottom,
.kronolithDraggerBottom.drag {
  bottom: 0; }

.kronolith-event.kronolithEditable .kronolithDragger.kronolithDraggerTop {
  cursor: ns-resize; }

.kronolith-event.kronolithEditable .kronolithDragger.kronolithDraggerBottom {
  cursor: ns-resize; }

.kronolith-event .kronolith-event-info {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0; }

div.kronolithEditable.kronolithFirst:hover .kronolith-event-info,
.kronolith-event.kronolithFirst.kronolith-selected .kronolith-event-info {
  top: 0; }

div.kronolithEditable.kronolithLast:hover .kronolith-event-info,
.kronolith-event.kronolithLast.kronolith-selected .kronolith-event-info {
  bottom: 0; }

div.kronolithEditable:hover .kronolithDragger,
.kronolith-event.kronolith-selected .kronolithDragger {
  visibility: inherit; }

#kronolithViewDay .kronolith-all-day .kronolith-event {
  float: left; }

.kronolith-event .kronolith-time {
  margin-right: 2px;
  white-space: nowrap;
  font-size: 0.8rem; }

.kronolithMore {
  position: absolute;
  width: 100%;
  text-align: center;
  font-size: 0.9rem;
  color: #e60013;
  padding: 3px 0 4px;
  cursor: pointer; }
  .kronolithMore:hover {
    visibility: visible;
    color: #b3000f; }

.kronolith-other-month .kronolith-day {
  color: 0.2; }

.kronolith-weekend, .kronolithViewDay .kronolith-weekend {
  background: #f6f6f6; }

.kronolith-today .kronolith-day, .kronolith-today .kronolith-day a {
  color: #e60013; }

#kronolithViewAgenda .kronolith-event {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  display: inline-block;
  padding: 4px 15px 6px 15px;
  margin-right: 2.7272727273px;
  font-size: 0.9rem;
  cursor: pointer;
  position: initial;
  margin-bottom: 5.4545454545px; }

#kronolithViewAgenda .tabset {
  margin-bottom: 24px; }

/* Year View */
#kronolithViewYear {
  padding: 24px 0 24px 48px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-flow: row wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  #kronolithViewYear .kronolith-minical {
    margin-right: 24px;
    margin-bottom: 24px;
    padding: 12px;
    border: 1px solid #DFDFDF; }
    #kronolithViewYear .kronolith-minical table {
      table-layout: fixed;
      text-align: center;
      width: auto; }
      #kronolithViewYear .kronolith-minical table thead tr.kronolith-minical-nav th.kronolithMinicalDate {
        font-size: 1.2rem;
        font-weight: initial;
        padding-top: 0;
        margin-bottom: 12px;
        text-transform: capitalize;
        letter-spacing: 0; }
      #kronolithViewYear .kronolith-minical table thead tr th {
        font-size: 0.8rem;
        padding: 5.4545454545px; }
      #kronolithViewYear .kronolith-minical table tbody tr td {
        font-size: 0.8rem;
        padding: 5.4545454545px 0; }
        #kronolithViewYear .kronolith-minical table tbody tr td a {
          color: #212121; }
          #kronolithViewYear .kronolith-minical table tbody tr td a:hover {
            color: #e60013; }
      #kronolithViewYear .kronolith-minical table tbody tr td.kronolith-minical-week {
        background-color: #f6f6f6;
        color: rgba(33, 33, 33, 0.7);
        padding-left: 8px;
        padding-right: 8px;
        width: 14px;
        cursor: pointer; }
        #kronolithViewYear .kronolith-minical table tbody tr td.kronolith-minical-week:hover {
          color: #e60013; }
      #kronolithViewYear .kronolith-minical table tbody tr td.kronolith-today {
        color: transparent; }
        #kronolithViewYear .kronolith-minical table tbody tr td.kronolith-today a {
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          flex-flow: row wrap;
          -webkit-align-items: center;
          -moz-align-items: center;
          -ms-align-items: center;
          align-items: center;
          -webkit-justify-content: center;
          -moz-justify-content: center;
          -ms-justify-content: center;
          justify-content: center;
          -ms-flex-pack: center;
          background-color: #e60013;
          color: white;
          opacity: 1;
          border-radius: 50%;
          width: 22px;
          height: 22px;
          margin: 2px;
          padding-bottom: 2px;
          box-sizing: border-box; }
          #kronolithViewYear .kronolith-minical table tbody tr td.kronolith-today a:hover {
            color: white; }

/* Agenda View */
#kronolithViewAgenda {
  margin: 26.4px 24px 24px 48px; }
  #kronolithViewAgenda table {
    border-collapse: separate;
    border-spacing: 1px;
    background-color: #DFDFDF; }
    #kronolithViewAgenda table #kronolithViewAgendaBody tr#kronolithAgendaNoItems td {
      color: #777;
      font-size: 1.2rem; }
    #kronolithViewAgenda table td {
      padding: 24px;
      background-color: white;
      border: 0; }
    #kronolithViewAgenda table td.kronolith-first-col {
      background-color: #f6f6f6;
      font-size: 15px;
      color: #212121;
      width: 120px; }
  #kronolithViewAgenda .kronolith-view {
    table-layout: auto;
    position: relative;
    top: 24px; }

/* Color Picker */
#color-picker {
  color: #999;
  background: #000;
  padding-bottom: 8px;
  border: 1px solid #111;
  width: 148px;
  height: 155px;
  z-index: 200; }
  #color-picker .north {
    background: #111;
    border-bottom: 1px solid #171717;
    font-size: 90%; }
    #color-picker .north div {
      color: #999;
      float: right;
      padding: 5px 7px;
      cursor: pointer;
      -moz-user-select: none;
      -ms-user-select: none;
      -webkit-user-select: none; }
  #color-picker .south {
    margin: 32px 0 0 10px;
    cursor: crosshair;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none; }
    #color-picker .south img {
      height: 100%;
      width: 100%;
      position: relative;
      top: -8px;
      left: -1px; }
  #color-picker #color-picker-hex {
    padding: 5px 0 4px 7px;
    cursor: text;
    float: left; }
  #color-picker #color-picker-hex-edit {
    float: left; }
  #color-picker #color-picker-sphere {
    height: 128px;
    width: 128px; }
  #color-picker #color-picker-cursor {
    background: url(graphics/color-picker-cursor.gif) no-repeat;
    position: absolute;
    height: 9px;
    width: 9px;
    z-index: 101; }
  #color-picker #color-picker #color-picker-resize {
    float: right;
    top: -14px;
    left: 7px;
    height: 14px;
    width: 14px;
    cursor: se-resize; }

body.app-turba #horde-body #horde-contentwrapper #horde-content {
  overflow: auto; }
  body.app-turba #horde-body #horde-contentwrapper #horde-content > * {
    padding-left: 48px !important;
    box-sizing: border-box; }
  body.app-turba #horde-body #horde-contentwrapper #horde-content .horde-buttonbar {
    padding-left: 24px !important;
    margin-bottom: 26.4px; }
  body.app-turba #horde-body #horde-contentwrapper #horde-content .header {
    font-size: 2rem;
    font-weight: 600;
    line-height: 1em;
    letter-spacing: -.5px;
    margin-bottom: 8px;
    min-height: 54px; }
    body.app-turba #horde-body #horde-contentwrapper #horde-content .header #quicksearchL {
      margin-left: 12px;
      opacity: .5; }
      body.app-turba #horde-body #horde-contentwrapper #horde-content .header #quicksearchL .iconImg {
        height: 20px;
        width: 20px;
        background-repeat: no-repeat;
        background-position: center center;
        vertical-align: middle;
        display: inline-block; }
      body.app-turba #horde-body #horde-contentwrapper #horde-content .header #quicksearchL:hover {
        opacity: 1; }
    body.app-turba #horde-body #horde-contentwrapper #horde-content .header #quicksearch {
      display: inline; }
      body.app-turba #horde-body #horde-contentwrapper #horde-content .header #quicksearch input#quicksearchT {
        background-repeat: no-repeat;
        background-position: 12px center;
        vertical-align: middle;
        padding-left: 48px;
        background-color: white;
        font-size: 1.2rem; }
      body.app-turba #horde-body #horde-contentwrapper #horde-content .header #quicksearch small {
        font-size: 0.9rem;
        font-weight: normal; }
        body.app-turba #horde-body #horde-contentwrapper #horde-content .header #quicksearch small a:first-child {
          color: #212121;
          margin-right: 5.4545454545px;
          opacity: .7; }
          body.app-turba #horde-body #horde-contentwrapper #horde-content .header #quicksearch small a:first-child:hover {
            opacity: 1; }
    body.app-turba #horde-body #horde-contentwrapper #horde-content .header .rightFloat {
      float: right; }
    body.app-turba #horde-body #horde-contentwrapper #horde-content .header .smallheader a {
      display: inline-block;
      font-size: 15px;
      color: #212121;
      background-color: transparent;
      padding: 6px 18px 8px;
      width: auto;
      height: auto;
      margin-right: 5.4545454545px;
      border: 1px solid rgba(33, 33, 33, 0.3);
      -webkit-border-radius: 2px;
      -moz-border-radius: 2px;
      border-radius: 2px;
      -webkit-background-clip: padding-box;
      -moz-background-clip: padding;
      background-clip: padding-box;
      line-height: initial;
      cursor: pointer;
      opacity: .7;
      font-size: 15px;
      font-weight: initial;
      letter-spacing: initial; }
      body.app-turba #horde-body #horde-contentwrapper #horde-content .header .smallheader a:hover {
        color: #212121;
        border-color: rgba(33, 33, 33, 0.5);
        opacity: 1; }

body.app-turba #Contact table td {
  text-align: left !important; }
  body.app-turba #Contact table td:first-child {
    color: #777;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.3;
    text-transform: uppercase;
    letter-spacing: .5px;
    padding-top: 24px;
    padding-bottom: 8px; }

body.app-turba #DeleteContact .headerbox input {
  margin-top: 24px; }

body.app-turba #object_name_, body.app-turba #object_homeAddress_, body.app-turba #object_otherAddress_, body.app-turba #object_workAddress_ {
  background-color: transparent;
  padding-left: 0;
  padding-right: 0;
  font-size: 1.2rem;
  opacity: 1;
  border-bottom: 2px dotted #C3C3C3; }

body.app-turba input#object_name_ {
  height: 43.2px; }

/* Address Book */
body.page-contacts {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-flow: row wrap;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  height: 100vh; }
  body.page-contacts #contacts {
    margin: 24px 24px 10vh 24px;
    width: 100%;
    max-width: 850px; }

/* Edit Permissions Redbox */
body.app-services {
  padding: 36px 36px 72px 36px; }
  body.app-services form table {
    margin-bottom: 24px; }
    body.app-services form table tr:first-child td:first-child.header {
      font-size: 1.6rem !important;
      padding-top: 0;
      border-top: 0; }
    body.app-services form table tr td {
      padding: 0; }
      body.app-services form table tr td:first-child.header {
        font-size: 1.2rem !important;
        text-transform: initial !important;
        letter-spacing: initial !important;
        color: #212121 !important; }
      body.app-services form table tr td.header {
        color: #777;
        font-size: 12px;
        font-weight: 600;
        line-height: 1.3;
        text-transform: uppercase;
        letter-spacing: .5px;
        padding-top: 24px;
        padding-bottom: 8px;
        border-top: 1px solid #DFDFDF;
        padding-top: 12px; }
      body.app-services form table tr td input[type="checkbox"] {
        margin: 0; }
      body.app-services form table tr td span.rightFloat, body.app-services form table tr td img {
        display: none; }
  body.app-services form p.horde-form-buttons {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.25);
    position: fixed;
    bottom: 0;
    left: 36px;
    right: 36px;
    height: 72px;
    margin-bottom: 0;
    border-radius: 4px 4px 0 0;
    z-index: 1;
    background-color: white; }
  body.app-services form input[type="submit"] {
    display: inline-block;
    font-size: 15px;
    color: #212121;
    background-color: transparent;
    padding: 6px 18px 8px;
    width: auto;
    height: auto;
    margin-right: 5.4545454545px;
    border: 1px solid rgba(33, 33, 33, 0.3);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    line-height: initial;
    cursor: pointer;
    opacity: .7;
    font-weight: initial;
    margin-right: 12px; }
    body.app-services form input[type="submit"]:hover {
      color: #212121;
      border-color: rgba(33, 33, 33, 0.5);
      opacity: 1; }
  body.app-services form input.horde-default {
    display: inline-block;
    text-align: center;
    font-size: 15px;
    font-weight: 600;
    background-color: #e60013;
    color: #FFFFFF;
    border: 1px solid #e60013;
    padding: 9px 16px 11px;
    text-decoration: none;
    min-width: 80px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    line-height: initial;
    cursor: pointer;
    opacity: 1; }
    body.app-services form input.horde-default:hover {
      background-color: #b3000f;
      border-color: #b3000f; }
    body.app-services form input.horde-default:hover {
      color: white; }

.app-profissional,
.app-sieve {
  /* Table */
  /* Tabs */ }
  .app-profissional p,
  .app-sieve p {
    margin-top: 1em;
    margin-bottom: 1em; }
  .app-profissional #horde-content #horde-page #horde-page-content,
  .app-sieve #horde-content #horde-page #horde-page-content {
    padding-top: 0; }
    .app-profissional #horde-content #horde-page #horde-page-content .header,
    .app-sieve #horde-content #horde-page #horde-page-content .header {
      max-width: 980px;
      padding: 26.4px 0 24px 0; }
      .app-profissional #horde-content #horde-page #horde-page-content .header .logo,
      .app-sieve #horde-content #horde-page #horde-page-content .header .logo {
        width: 180px;
        height: 50px;
        float: right;
        margin-left: 24px; }
      .app-profissional #horde-content #horde-page #horde-page-content .header .title,
      .app-sieve #horde-content #horde-page #horde-page-content .header .title {
        float: left; }
      .app-profissional #horde-content #horde-page #horde-page-content .header h1,
      .app-sieve #horde-content #horde-page #horde-page-content .header h1 {
        padding-top: 0; }
    .app-profissional #horde-content #horde-page #horde-page-content h1,
    .app-sieve #horde-content #horde-page #horde-page-content h1 {
      padding-top: 26.4px; }
    .app-profissional #horde-content #horde-page #horde-page-content .elementsList,
    .app-sieve #horde-content #horde-page #horde-page-content .elementsList {
      max-width: 980px;
      max-width: 980px;
      padding-top: 1px;
      margin-bottom: 48px;
      padding-bottom: 1px;
      margin-top: -1px; }
      .app-profissional #horde-content #horde-page #horde-page-content .elementsList .pagination,
      .app-sieve #horde-content #horde-page #horde-page-content .elementsList .pagination {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex-flow: row wrap;
        -webkit-flex-direction: row-reverse;
        -moz-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        align-items: center;
        margin: 12px 0; }
        .app-profissional #horde-content #horde-page #horde-page-content .elementsList .pagination .arrow.next, .app-profissional #horde-content #horde-page #horde-page-content .elementsList .pagination .arrow.previous,
        .app-sieve #horde-content #horde-page #horde-page-content .elementsList .pagination .arrow.next,
        .app-sieve #horde-content #horde-page #horde-page-content .elementsList .pagination .arrow.previous {
          margin-left: 5.4545454545px; }
          .app-profissional #horde-content #horde-page #horde-page-content .elementsList .pagination .arrow.next a, .app-profissional #horde-content #horde-page #horde-page-content .elementsList .pagination .arrow.previous a,
          .app-sieve #horde-content #horde-page #horde-page-content .elementsList .pagination .arrow.next a,
          .app-sieve #horde-content #horde-page #horde-page-content .elementsList .pagination .arrow.previous a {
            display: inline-block;
            font-size: 15px;
            color: #212121;
            background-color: transparent;
            padding: 6px 18px 8px;
            width: auto;
            height: auto;
            margin-right: 5.4545454545px;
            border: 1px solid rgba(33, 33, 33, 0.3);
            -webkit-border-radius: 2px;
            -moz-border-radius: 2px;
            border-radius: 2px;
            -webkit-background-clip: padding-box;
            -moz-background-clip: padding;
            background-clip: padding-box;
            line-height: initial;
            cursor: pointer;
            opacity: .7;
            background-repeat: no-repeat;
            background-position: center center;
            width: 12px;
            height: 16px; }
            .app-profissional #horde-content #horde-page #horde-page-content .elementsList .pagination .arrow.next a:hover, .app-profissional #horde-content #horde-page #horde-page-content .elementsList .pagination .arrow.previous a:hover,
            .app-sieve #horde-content #horde-page #horde-page-content .elementsList .pagination .arrow.next a:hover,
            .app-sieve #horde-content #horde-page #horde-page-content .elementsList .pagination .arrow.previous a:hover {
              color: #212121;
              border-color: rgba(33, 33, 33, 0.5);
              opacity: 1; }
        .app-profissional #horde-content #horde-page #horde-page-content .elementsList .pagination .disable,
        .app-sieve #horde-content #horde-page #horde-page-content .elementsList .pagination .disable {
          opacity: 0.2;
          pointer-events: none; }
        .app-profissional #horde-content #horde-page #horde-page-content .elementsList .pagination .info,
        .app-sieve #horde-content #horde-page #horde-page-content .elementsList .pagination .info {
          font-size: 0.9rem;
          margin-right: 12px;
          color: #777; }
          .app-profissional #horde-content #horde-page #horde-page-content .elementsList .pagination .info strong,
          .app-sieve #horde-content #horde-page #horde-page-content .elementsList .pagination .info strong {
            font-weight: 600;
            color: #212121; }
      .app-profissional #horde-content #horde-page #horde-page-content .elementsList form,
      .app-sieve #horde-content #horde-page #horde-page-content .elementsList form {
        padding: 12px 0; }
  .app-profissional .emptyList,
  .app-sieve .emptyList {
    background-color: transparent;
    color: #777; }
  .app-profissional #uploadLogoSource,
  .app-sieve #uploadLogoSource {
    height: auto !important; }
  .app-profissional #profissional-content,
  .app-sieve #profissional-content {
    padding: 26.4px 24px 48px 48px;
    max-width: 980px; }
    .app-profissional #profissional-content .header,
    .app-sieve #profissional-content .header {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      flex-flow: row wrap;
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      -ms-justify-content: space-between;
      justify-content: space-between;
      -ms-flex-pack: space-between;
      margin-bottom: 48px;
      margin-right: 48px; }
      .app-profissional #profissional-content .header h1,
      .app-sieve #profissional-content .header h1 {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex-flow: row wrap;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-right: 24px; }
        .app-profissional #profissional-content .header h1 .header-single-type,
        .app-sieve #profissional-content .header h1 .header-single-type {
          font-family: "Source Sans Pro", sans-serif;
          font-size: 12px;
          color: #212121;
          font-weight: 600;
          line-height: 1.3;
          text-transform: uppercase;
          letter-spacing: .5px;
          color: #777; }
      .app-profissional #profissional-content .header.with-logo img.logo,
      .app-sieve #profissional-content .header.with-logo img.logo {
        margin-top: auto;
        margin-bottom: auto; }
    .app-profissional #profissional-content > div h2,
    .app-sieve #profissional-content > div h2 {
      font-size: 1.2rem;
      font-weight: 600;
      margin-bottom: 8px;
      padding-top: 12px;
      border-top: 1px solid #DFDFDF;
      margin-right: 48px; }
    .app-profissional #profissional-content > div dl,
    .app-sieve #profissional-content > div dl {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      flex-flow: row wrap;
      -webkit-align-items: baseline;
      -moz-align-items: baseline;
      -ms-align-items: baseline;
      align-items: baseline;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .app-profissional #profissional-content > div dl dt,
      .app-sieve #profissional-content > div dl dt {
        color: #777;
        font-size: 12px;
        font-weight: 600;
        line-height: 1.3;
        text-transform: uppercase;
        letter-spacing: .5px;
        padding-top: 24px;
        padding-bottom: 8px;
        -webkit-box-flex: 30%;
        -moz-box-flex: 30%;
        -webkit-flex: 30%;
        -ms-flex: 30%;
        flex: 30%;
        padding-top: 12px;
        padding-right: 24px;
        box-sizing: border-box; }
      .app-profissional #profissional-content > div dl dd,
      .app-sieve #profissional-content > div dl dd {
        -webkit-box-flex: 70%;
        -moz-box-flex: 70%;
        -webkit-flex: 70%;
        -ms-flex: 70%;
        flex: 70%;
        padding-right: 48px;
        box-sizing: border-box; }
        .app-profissional #profissional-content > div dl dd a,
        .app-sieve #profissional-content > div dl dd a {
          font-weight: normal; }
    .app-profissional #profissional-content .attributes,
    .app-sieve #profissional-content .attributes {
      float: left;
      width: 100%; }
      .app-profissional #profissional-content .attributes > dt,
      .app-sieve #profissional-content .attributes > dt {
        -webkit-box-flex: 0 1 25%;
        -moz-box-flex: 0 1 25%;
        -webkit-flex: 0 1 25%;
        -ms-flex: 0 1 25%;
        flex: 0 1 25%; }
      .app-profissional #profissional-content .attributes > dl,
      .app-sieve #profissional-content .attributes > dl {
        -webkit-box-flex: 0 1 65%;
        -moz-box-flex: 0 1 65%;
        -webkit-flex: 0 1 65%;
        -ms-flex: 0 1 65%;
        flex: 0 1 65%;
        border: 1px solid #DFDFDF;
        padding: 20px 24px 24px 24px;
        box-sizing: border-box;
        margin-bottom: 48px;
        margin-right: 48px; }
        .app-profissional #profissional-content .attributes > dl dl,
        .app-sieve #profissional-content .attributes > dl dl {
          margin-left: 30px; }
          .app-profissional #profissional-content .attributes > dl dl dd,
          .app-sieve #profissional-content .attributes > dl dl dd {
            margin-left: 10px; }
      .app-profissional #profissional-content .attributes .error-list ul,
      .app-sieve #profissional-content .attributes .error-list ul {
        margin-left: 20px; }
        .app-profissional #profissional-content .attributes .error-list ul li,
        .app-sieve #profissional-content .attributes .error-list ul li {
          list-style-type: '▶ ';
          list-style-position: 'inside';
          padding-bottom: 10px; }
      .app-profissional #profissional-content .attributes #domain-dns-check,
      .app-sieve #profissional-content .attributes #domain-dns-check {
        padding-bottom: 15px; }
    .app-profissional #profissional-content .resources, .app-profissional #profissional-content .administrators,
    .app-sieve #profissional-content .resources,
    .app-sieve #profissional-content .administrators {
      float: right;
      width: 50%;
      margin-bottom: 24px; }
    .app-profissional #profissional-content .administrators ul.administrator-list li,
    .app-sieve #profissional-content .administrators ul.administrator-list li {
      margin-bottom: 8px; }
    .app-profissional #profissional-content .history,
    .app-sieve #profissional-content .history {
      float: left;
      width: calc(100% - 48px);
      margin-top: 24px;
      margin-bottom: 24px;
      background: #f6f6f6;
      padding: 24px;
      box-sizing: border-box; }
      .app-profissional #profissional-content .history h2,
      .app-sieve #profissional-content .history h2 {
        padding-top: 0;
        border-top: 0; }
    .app-profissional #profissional-content.profissional-single-user .header.with-logo .logo,
    .app-sieve #profissional-content.profissional-single-user .header.with-logo .logo {
      width: 80px;
      height: 80px;
      border-radius: 50%;
      border: 1px solid #DFDFDF; }
  .app-profissional table.profissional-list,
  .app-sieve table.profissional-list {
    margin-top: 24px; }
    .app-profissional table.profissional-list thead th,
    .app-sieve table.profissional-list thead th {
      padding: 0 0 12px 0; }
      .app-profissional table.profissional-list thead th label,
      .app-sieve table.profissional-list thead th label {
        padding: 0; }
    .app-profissional table.profissional-list tbody tr,
    .app-sieve table.profissional-list tbody tr {
      border-bottom: 1px solid #DFDFDF; }
      .app-profissional table.profissional-list tbody tr td,
      .app-sieve table.profissional-list tbody tr td {
        padding-right: 24px; }
        .app-profissional table.profissional-list tbody tr td a,
        .app-sieve table.profissional-list tbody tr td a {
          color: #212121; }
          .app-profissional table.profissional-list tbody tr td a:hover,
          .app-sieve table.profissional-list tbody tr td a:hover {
            color: #e60013; }
    .app-profissional table.profissional-list th:first-child, .app-profissional table.profissional-list td:first-child,
    .app-sieve table.profissional-list th:first-child,
    .app-sieve table.profissional-list td:first-child {
      width: 20px; }
    .app-profissional table.profissional-list th:last-child, .app-profissional table.profissional-list td:last-child,
    .app-sieve table.profissional-list th:last-child,
    .app-sieve table.profissional-list td:last-child {
      width: auto;
      padding-right: 0; }
    .app-profissional table.profissional-list.profissional-resellers th:nth-child(2), .app-profissional table.profissional-list.profissional-resellers td:nth-child(2),
    .app-sieve table.profissional-list.profissional-resellers th:nth-child(2),
    .app-sieve table.profissional-list.profissional-resellers td:nth-child(2) {
      width: 60%; }
    .app-profissional table.profissional-list.profissional-clients th:nth-child(2), .app-profissional table.profissional-list.profissional-clients td:nth-child(2),
    .app-sieve table.profissional-list.profissional-clients th:nth-child(2),
    .app-sieve table.profissional-list.profissional-clients td:nth-child(2) {
      width: 60%; }
    .app-profissional table.profissional-list.profissional-domains th:nth-child(2), .app-profissional table.profissional-list.profissional-domains td:nth-child(2),
    .app-sieve table.profissional-list.profissional-domains th:nth-child(2),
    .app-sieve table.profissional-list.profissional-domains td:nth-child(2) {
      width: 350px; }
    .app-profissional table.profissional-list.profissional-domains th:nth-child(3), .app-profissional table.profissional-list.profissional-domains td:nth-child(3),
    .app-sieve table.profissional-list.profissional-domains th:nth-child(3),
    .app-sieve table.profissional-list.profissional-domains td:nth-child(3) {
      width: 350px; }
    .app-profissional table.profissional-list.profissional-groups th:nth-child(2), .app-profissional table.profissional-list.profissional-groups td:nth-child(2),
    .app-sieve table.profissional-list.profissional-groups th:nth-child(2),
    .app-sieve table.profissional-list.profissional-groups td:nth-child(2) {
      width: 300px; }
    .app-profissional table.profissional-list.profissional-users th:nth-child(2), .app-profissional table.profissional-list.profissional-users td:nth-child(2),
    .app-sieve table.profissional-list.profissional-users th:nth-child(2),
    .app-sieve table.profissional-list.profissional-users td:nth-child(2) {
      width: 600px; }
    .app-profissional table.profissional-list.profissional-users th:nth-child(3), .app-profissional table.profissional-list.profissional-users td:nth-child(3),
    .app-sieve table.profissional-list.profissional-users th:nth-child(3),
    .app-sieve table.profissional-list.profissional-users td:nth-child(3) {
      width: 400px; }
    .app-profissional table.profissional-list.profissional-aliases th:nth-child(2), .app-profissional table.profissional-list.profissional-aliases td:nth-child(2),
    .app-sieve table.profissional-list.profissional-aliases th:nth-child(2),
    .app-sieve table.profissional-list.profissional-aliases td:nth-child(2) {
      width: 500px; }
  .app-profissional .paginated tfoot span,
  .app-sieve .paginated tfoot span {
    display: inline-block;
    margin-top: 24px; }
    .app-profissional .paginated tfoot span a,
    .app-sieve .paginated tfoot span a {
      display: inline-block;
      font-size: 15px;
      color: #212121;
      background-color: transparent;
      padding: 6px 18px 8px;
      width: auto;
      height: auto;
      margin-right: 5.4545454545px;
      border: 1px solid rgba(33, 33, 33, 0.3);
      -webkit-border-radius: 2px;
      -moz-border-radius: 2px;
      border-radius: 2px;
      -webkit-background-clip: padding-box;
      -moz-background-clip: padding;
      background-clip: padding-box;
      line-height: initial;
      cursor: pointer;
      opacity: .7;
      text-align: center;
      min-width: 80px;
      margin: 0; }
      .app-profissional .paginated tfoot span a:hover,
      .app-sieve .paginated tfoot span a:hover {
        color: #212121;
        border-color: rgba(33, 33, 33, 0.5);
        opacity: 1; }
  .app-profissional .paginated tfoot .previous,
  .app-sieve .paginated tfoot .previous {
    width: 45%;
    text-align: right; }
  .app-profissional .paginated tfoot .current,
  .app-sieve .paginated tfoot .current {
    width: 10%;
    text-align: center; }
  .app-profissional .paginated tfoot .next,
  .app-sieve .paginated tfoot .next {
    text-align: left;
    width: 45%; }
  .app-profissional .extras,
  .app-sieve .extras {
    max-width: 980px;
    margin: 24px 0; }
    .app-profissional .extras .tabs,
    .app-sieve .extras .tabs {
      border-bottom: 1px solid #C7C7C7;
      padding: 0 8px;
      font-size: 0; }
      .app-profissional .extras .tabs a.tab,
      .app-sieve .extras .tabs a.tab {
        display: inline-block;
        font-size: 0.9rem;
        color: rgba(33, 33, 33, 0.7);
        background: #DFDFDF;
        padding: 6px 18px 8px;
        border-radius: 2px 2px 0 0;
        border: 1px solid #DFDFDF;
        border-bottom: 0;
        position: relative;
        margin: 0 2px; }
        .app-profissional .extras .tabs a.tab:hover,
        .app-sieve .extras .tabs a.tab:hover {
          color: #212121;
          background-color: #e4e4e4; }
        .app-profissional .extras .tabs a.tab.active,
        .app-sieve .extras .tabs a.tab.active {
          background-color: white;
          color: #212121;
          border: 1px solid #C7C7C7;
          border-bottom: 0;
          pointer-events: none; }
          .app-profissional .extras .tabs a.tab.active:after,
          .app-sieve .extras .tabs a.tab.active:after {
            content: '';
            display: block;
            height: 1px;
            width: 100%;
            background-color: white;
            position: absolute;
            bottom: -1px;
            left: 0; }
  .app-profissional .tabsContent,
  .app-sieve .tabsContent {
    padding: 24px 0; }

.profissional-password-validations .profissional-password-validation:before {
  padding-right: 5px;
  padding-left: 5px;
  font-size: 150%; }

.profissional-password-validations .profissional-password-validation.valid:before {
  content: "✓";
  color: green; }

.profissional-password-validations .profissional-password-validation.invalid:before {
  content: "⚠";
  color: red; }

/* Breadrumbs */
#profissional-breadcrumbs {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-flow: row wrap;
  padding: 12px 24px 12px 48px;
  border-bottom: 1px solid #DFDFDF; }
  #profissional-breadcrumbs .profissional-breadcrumb {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 2px; }
    #profissional-breadcrumbs .profissional-breadcrumb .profissional-breadcrumb-type {
      font-size: 0.8rem;
      color: #777;
      margin-right: 5px; }
    #profissional-breadcrumbs .profissional-breadcrumb .profissional-breadcrumb-link:after {
      content: '';
      height: 16px;
      width: 16px;
      background-repeat: no-repeat;
      background-position: center center;
      vertical-align: middle;
      display: inline-block;
      position: relative; }
    #profissional-breadcrumbs .profissional-breadcrumb:last-child .profissional-breadcrumb-link:after {
      display: none; }

#logs .horde-message {
  color: #777;
  background: transparent; }

.list {
  display: block;
  overflow: auto;
  max-width: 980px;
  padding: 24px 0; }
  .list .item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    box-sizing: border-box;
    width: 50%;
    height: 130px;
    text-align: center;
    background-color: #f6f6f6;
    border: 1px solid white;
    padding: 24px;
    overflow: hidden;
    word-wrap: break-word;
    float: left; }
    .list .item .label {
      font-family: "Source Sans Pro", sans-serif;
      font-size: 12px;
      color: #212121;
      font-weight: 600;
      line-height: 1.3;
      text-transform: uppercase;
      letter-spacing: .5px;
      color: #777; }
    .list .item .value {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      flex-flow: row wrap;
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      margin: 8px 0; }
      .list .item .value .link {
        color: #212121; }
      .list .item .value .title {
        font-size: 0.8rem;
        color: #e60013;
        margin-top: 5.4545454545px;
        text-decoration: underline;
        opacity: .7; }
      .list .item .value:hover .title {
        opacity: 1; }

#manage-domainalias {
  display: inline-block;
  font-size: 15px;
  color: #212121;
  background-color: transparent;
  padding: 6px 18px 8px;
  width: auto;
  height: auto;
  margin-right: 5.4545454545px;
  border: 1px solid rgba(33, 33, 33, 0.3);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  line-height: initial;
  cursor: pointer;
  opacity: .7;
  margin-top: 12px; }
  #manage-domainalias:hover {
    color: #212121;
    border-color: rgba(33, 33, 33, 0.5);
    opacity: 1; }

/* Tables */
.app-sieve table .inactive,
.app-profissional table .inactive {
  opacity: 1; }
  .app-sieve table .inactive td a, .app-sieve table .inactive td span,
  .app-profissional table .inactive td a,
  .app-profissional table .inactive td span {
    opacity: 0.2; }
  .app-sieve table .inactive:hover td a,
  .app-profissional table .inactive:hover td a {
    opacity: 1; }

/* Edits */
.app-sieve .profissional-form h1,
.app-profissional .profissional-form h1 {
  margin-bottom: 24px; }

.app-sieve .profissional-form .form-input,
.app-profissional .profissional-form .form-input {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-flow: row wrap;
  -webkit-align-items: baseline;
  -moz-align-items: baseline;
  -ms-align-items: baseline;
  align-items: baseline; }
  .app-sieve .profissional-form .form-input label,
  .app-profissional .profissional-form .form-input label {
    width: 180px;
    margin-right: 24px; }
  .app-sieve .profissional-form .form-input .form-input-profissional-productquotas-control-quota,
  .app-profissional .profissional-form .form-input .form-input-profissional-productquotas-control-quota {
    width: 46%;
    margin: 0 2%;
    float: left; }
  .app-sieve .profissional-form .form-input input[type="file"],
  .app-profissional .profissional-form .form-input input[type="file"] {
    width: auto;
    padding-bottom: 40px; }
  .app-sieve .profissional-form .form-input input[type="password"],
  .app-profissional .profissional-form .form-input input[type="password"] {
    width: 337.5px; }

.app-sieve .profissional-form .form-input-email-split .form-input-email-split-username,
.app-profissional .profissional-form .form-input-email-split .form-input-email-split-username {
  margin-right: 5.4545454545px;
  width: 337.5px; }

.app-sieve .profissional-form .form-input-email-split .form-input-email-split-domain,
.app-profissional .profissional-form .form-input-email-split .form-input-email-split-domain {
  margin-left: 5.4545454545px; }

.app-sieve .profissional-form .form-input-email-split label,
.app-profissional .profissional-form .form-input-email-split label {
  display: block; }

.app-sieve .profissional-form fieldset,
.app-profissional .profissional-form fieldset {
  padding: 24px 24px 36px 24px;
  position: relative;
  border: 1px solid #DFDFDF;
  margin-top: 36px; }
  .app-sieve .profissional-form fieldset > label,
  .app-profissional .profissional-form fieldset > label {
    border: 1px solid #C7C7C7;
    position: absolute;
    font-weight: initial;
    letter-spacing: initial;
    text-transform: initial;
    font-size: 15px;
    color: #212121;
    font-weight: 600;
    top: -14px;
    right: 24px;
    background: white;
    padding: 4px 10px 5px;
    text-align: right;
    margin: 0; }
  .app-sieve .profissional-form fieldset .form-input-multiselect-inputs,
  .app-profissional .profissional-form fieldset .form-input-multiselect-inputs {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
    .app-sieve .profissional-form fieldset .form-input-multiselect-inputs label,
    .app-profissional .profissional-form fieldset .form-input-multiselect-inputs label {
      font-weight: initial;
      letter-spacing: initial;
      text-transform: initial;
      font-size: 15px;
      color: #212121;
      padding-bottom: 0; }
  .app-sieve .profissional-form fieldset .form-input label,
  .app-profissional .profissional-form fieldset .form-input label {
    width: 156px; }
  .app-sieve .profissional-form fieldset input,
  .app-profissional .profissional-form fieldset input {
    max-width: 337.5px; }
  .app-sieve .profissional-form fieldset .form-input-color input,
  .app-profissional .profissional-form fieldset .form-input-color input {
    width: 32px !important;
    height: 32px;
    padding: 0;
    border: 2px solid #C7C7C7 !important; }
  .app-sieve .profissional-form fieldset .form-input-multiselect,
  .app-profissional .profissional-form fieldset .form-input-multiselect {
    margin-top: 12px; }
    .app-sieve .profissional-form fieldset .form-input-multiselect label[for="groups"],
    .app-profissional .profissional-form fieldset .form-input-multiselect label[for="groups"] {
      display: none; }
    .app-sieve .profissional-form fieldset .form-input-multiselect .form-input-multiselect-inputs,
    .app-profissional .profissional-form fieldset .form-input-multiselect .form-input-multiselect-inputs {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      flex-flow: row wrap;
      -webkit-flex-direction: row;
      -moz-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      width: 100%; }
      .app-sieve .profissional-form fieldset .form-input-multiselect .form-input-multiselect-inputs > *,
      .app-profissional .profissional-form fieldset .form-input-multiselect .form-input-multiselect-inputs > * {
        margin: 0; }
      .app-sieve .profissional-form fieldset .form-input-multiselect .form-input-multiselect-inputs select,
      .app-profissional .profissional-form fieldset .form-input-multiselect .form-input-multiselect-inputs select {
        -webkit-box-flex: 1;
        -moz-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        background-image: none;
        padding: 12px 0; }
        .app-sieve .profissional-form fieldset .form-input-multiselect .form-input-multiselect-inputs select:hover,
        .app-profissional .profissional-form fieldset .form-input-multiselect .form-input-multiselect-inputs select:hover {
          border-color: #C3C3C3; }
        .app-sieve .profissional-form fieldset .form-input-multiselect .form-input-multiselect-inputs select option,
        .app-profissional .profissional-form fieldset .form-input-multiselect .form-input-multiselect-inputs select option {
          font-size: 15px; }
      .app-sieve .profissional-form fieldset .form-input-multiselect .form-input-multiselect-inputs .form-input-multiselect-removebutton,
      .app-sieve .profissional-form fieldset .form-input-multiselect .form-input-multiselect-inputs .form-input-multiselect-addbutton,
      .app-profissional .profissional-form fieldset .form-input-multiselect .form-input-multiselect-inputs .form-input-multiselect-removebutton,
      .app-profissional .profissional-form fieldset .form-input-multiselect .form-input-multiselect-inputs .form-input-multiselect-addbutton {
        font-size: 15px;
        font-weight: 600;
        width: 64px;
        border: 0;
        border-top: 1px solid #C3C3C3;
        border-bottom: 1px solid #C3C3C3;
        background-color: #f2f2f2; }
        .app-sieve .profissional-form fieldset .form-input-multiselect .form-input-multiselect-inputs .form-input-multiselect-removebutton:hover,
        .app-sieve .profissional-form fieldset .form-input-multiselect .form-input-multiselect-inputs .form-input-multiselect-addbutton:hover,
        .app-profissional .profissional-form fieldset .form-input-multiselect .form-input-multiselect-inputs .form-input-multiselect-removebutton:hover,
        .app-profissional .profissional-form fieldset .form-input-multiselect .form-input-multiselect-inputs .form-input-multiselect-addbutton:hover {
          background-color: #e5e5e5; }
      .app-sieve .profissional-form fieldset .form-input-multiselect .form-input-multiselect-inputs .form-input-multiselect-removebutton,
      .app-profissional .profissional-form fieldset .form-input-multiselect .form-input-multiselect-inputs .form-input-multiselect-removebutton {
        border-right: 1px solid #C3C3C3; }

.app-sieve .profissional-form .form-actions,
.app-profissional .profissional-form .form-actions {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-flow: row wrap;
  margin-top: 48px; }
  .app-sieve .profissional-form .form-actions input[data-action="edit_and_redirect"],
  .app-sieve .profissional-form .form-actions input[data-action="create_and_redirect"],
  .app-sieve .profissional-form .form-actions input[type="submit"].primary,
  .app-sieve .profissional-form .form-actions input[type="button"].primary,
  .app-profissional .profissional-form .form-actions input[data-action="edit_and_redirect"],
  .app-profissional .profissional-form .form-actions input[data-action="create_and_redirect"],
  .app-profissional .profissional-form .form-actions input[type="submit"].primary,
  .app-profissional .profissional-form .form-actions input[type="button"].primary {
    display: block;
    text-align: center;
    font-size: 15px;
    font-weight: 600;
    background-color: #e60013;
    color: #FFFFFF;
    border: 1px solid #e60013;
    padding: 6px 18px 8px;
    text-decoration: none;
    min-width: 70px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    line-height: initial;
    cursor: pointer;
    opacity: 1; }
    .app-sieve .profissional-form .form-actions input[data-action="edit_and_redirect"]:hover,
    .app-sieve .profissional-form .form-actions input[data-action="create_and_redirect"]:hover,
    .app-sieve .profissional-form .form-actions input[type="submit"].primary:hover,
    .app-sieve .profissional-form .form-actions input[type="button"].primary:hover,
    .app-profissional .profissional-form .form-actions input[data-action="edit_and_redirect"]:hover,
    .app-profissional .profissional-form .form-actions input[data-action="create_and_redirect"]:hover,
    .app-profissional .profissional-form .form-actions input[type="submit"].primary:hover,
    .app-profissional .profissional-form .form-actions input[type="button"].primary:hover {
      background-color: #b3000f;
      border-color: #b3000f; }

.app-sieve .profissional-form .form-input-profissional-productquotas,
.app-profissional .profissional-form .form-input-profissional-productquotas {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }
  .app-sieve .profissional-form .form-input-profissional-productquotas .form-input-profissional-productquotas-control-quota,
  .app-profissional .profissional-form .form-input-profissional-productquotas .form-input-profissional-productquotas-control-quota {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    -webkit-align-items: baseline;
    -moz-align-items: baseline;
    -ms-align-items: baseline;
    align-items: baseline;
    width: 100%;
    margin-left: 0; }
    .app-sieve .profissional-form .form-input-profissional-productquotas .form-input-profissional-productquotas-control-quota label,
    .app-profissional .profissional-form .form-input-profissional-productquotas .form-input-profissional-productquotas-control-quota label {
      font-weight: initial;
      letter-spacing: initial;
      text-transform: initial;
      font-size: 15px;
      color: #212121;
      font-weight: 600; }

.app-sieve .profissional-form .image-base64-placeholder, .app-sieve .profissional-form .image-base64-value,
.app-profissional .profissional-form .image-base64-placeholder,
.app-profissional .profissional-form .image-base64-value {
  border: 1px solid #DFDFDF;
  margin-right: 12px;
  position: relative;
  top: 24px; }

.app-sieve .profissional-form input[name="contact_firstname"],
.app-sieve .profissional-form input[name="contact_lastname"],
.app-sieve .profissional-form input[name="contact_workPhone"],
.app-sieve .profissional-form input[name="contact_cellPhone"],
.app-sieve .profissional-form input[name="name"],
.app-sieve .profissional-form input[name="nif"],
.app-profissional .profissional-form input[name="contact_firstname"],
.app-profissional .profissional-form input[name="contact_lastname"],
.app-profissional .profissional-form input[name="contact_workPhone"],
.app-profissional .profissional-form input[name="contact_cellPhone"],
.app-profissional .profissional-form input[name="name"],
.app-profissional .profissional-form input[name="nif"] {
  max-width: 337.5px; }

.app-sieve .profissional-form input[name="product_quota[1]"],
.app-sieve .profissional-form input[name="product_quota[2]"],
.app-sieve .profissional-form input[name="product_quota[3]"],
.app-sieve .profissional-form input[name="product_quota[4]"],
.app-sieve .profissional-form input[name="product_quota[5]"],
.app-sieve .profissional-form input[name="product_quota[6]"],
.app-sieve .profissional-form input[name="product_quota[7]"],
.app-profissional .profissional-form input[name="product_quota[1]"],
.app-profissional .profissional-form input[name="product_quota[2]"],
.app-profissional .profissional-form input[name="product_quota[3]"],
.app-profissional .profissional-form input[name="product_quota[4]"],
.app-profissional .profissional-form input[name="product_quota[5]"],
.app-profissional .profissional-form input[name="product_quota[6]"],
.app-profissional .profissional-form input[name="product_quota[7]"] {
  max-width: 112.5px; }

.app-sieve .form-input-textlist label,
.app-profissional .form-input-textlist label {
  width: 100% !important; }

.app-sieve .form-input-textlist .form-input-textlist-hint,
.app-profissional .form-input-textlist .form-input-textlist-hint {
  margin: 5.4545454545px 0 8px; }

.app-sieve .form-input-textlist input,
.app-profissional .form-input-textlist input {
  margin-left: 180px; }

/* Quicksearch */
#profissional-search-quickresult {
  position: absolute;
  padding: 12px 0;
  font-size: 0.9rem;
  box-sizing: border-box;
  background: white;
  border-radius: 4px;
  -webkit-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.25);
  border: 0 !important;
  margin-right: 24px;
  width: 400px !important;
  height: 400px !important; }
  #profissional-search-quickresult a, #profissional-search-quickresult li {
    display: block;
    color: #212121;
    padding: 5.4545454545px 40px 6.9545454545px 18px;
    cursor: pointer; }
    #profissional-search-quickresult a:hover, #profissional-search-quickresult li:hover {
      color: #212121;
      background: rgba(33, 33, 33, 0.06); }
  #profissional-search-quickresult:first-child {
    margin-top: 8px; }
  #profissional-search-quickresult:last-child {
    margin-bottom: 8px; }
  #profissional-search-quickresult li {
    text-overflow: ellipsis;
    overflow: hidden; }
  #profissional-search-quickresult dt {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 12px;
    color: #212121;
    font-weight: 600;
    line-height: 1.3;
    text-transform: uppercase;
    letter-spacing: .5px;
    color: #777;
    margin: 18px 18px 12px 18px;
    padding-top: 12px;
    border-top: 1px solid #DFDFDF; }
    #profissional-search-quickresult dt:first-child {
      margin-top: 0;
      border: 0; }
  #profissional-search-quickresult dd a {
    padding: 0; }
    #profissional-search-quickresult dd a:hover {
      background: transparent; }

/*
#manageDomainAlias {

	.RB_content {
		margin-top: $outer-padding;

		 a {
		 	@include main-button();
		 	float: left;
		 }
	}
	#close-manage-domainalias {
		float: left;

		 a {
		 	@include button();
		 	text-transform: lowercase;
		 	border-color: transparent;

		 	&:hover {
		 		border-color: transparent;
		 	}
		}
	}
}

#form_editMailmarketing {
	max-width: $content-max-width;

	td {
		width: auto;

		&:first-child {
			@include input-label();
			text-align: right;
			padding-right: $outer-padding;
			width: 30%;
		}
	}
}

.app-profissional {
 .horde-buttonbar li a.profissional-delete-confirm {
  background-color: red;
  display: inline-block;
  padding: 7px;
  font-weight: bold;
  border: 7px solid yellow;
 }
 #profissional-breadcrumbs {
  margin: 5px 50px;
  padding: 5px 0;
  display: block;
  border-bottom: 1px solid $light-line;
  .profissional-breadcrumb {
   display: inline-block;
   .profissional-breadcrumb-type {
    display: block;
    text-align: left;
    font-size: 0.8rem;
    color: #777;
    padding-left: 18.5px;
   }
   .profissional-breadcrumb-link {
    display: block;
    text-align: left;
    &::before {
    }
   }
  }
  .profissional-breadcrumb:first-child {
   .profissional-breadcrumb-type {
    padding-left: 0;
   }
   .profissional-breadcrumb-link:before {
    content: '';
   }
  }
 }
 #profissional-content {
  padding: 26px 50px;
  .header {
   display:block;
   font-size: 1.1rem;
   position: relative;
   margin-bottom: 26px;


   .header-single-type {
    color: #777;
    display: block;
   }
   .header-single-name {
    color: rgb(33, 33, 33);
    font-size: 1.2rem;
   }
   .logo {
    position: absolute;
    right: 0;
    top: 0;
    height: 65px;
   }
  }
  .header.with-logo {
  }
  &.profissional-single-user .header .logo {
   border-radius: 50%;
   border: 2px solid transparentize($emphasis-color,.7);

   &:hover {
    border-color: $emphasis-color;
   }
  }

  .attributes,
  .resources {
   > dl {
    > dt {
     @include input-label();
     &:after {
     }
    }
    > dd {
     display: block;
     padding-left: 30px;
     > ul {
      display: block;
     }
    }
   }
  }

  .history {
   border-top: 1px solid $light-line;
   margin-top: 12px;
   padding-top: 12px;
   padding-bottom: 12px;
   margin-bottom: 50px;
   tfoot {
    border-top: 1px solid $light-line;
    border-bottom: 1px solid $light-line;
    padding: 10px 0;
   }

  }
  .form-input {
   display: block;
  }
  &.profissional-form {
   fieldset {
    margin-top: 20px;
    margin-bottom: 20px; 
    border: 1px solid $light-line;
    max-width: 900px;
    padding: 10px;
    position: relative;
    > label {
    border: 1px solid $light-line;
     position: absolute;
     top: -8px;
     right: 10px;
     background: white;
     padding: 0 10px 2px 10px;
     text-align: right;
     margin: 0;
    }
   }
  }
 }
}



*/
#services_prefs #horde-contentwrapper {
  border-top: 1px solid #C7C7C7;
  padding: 26.4px 24px 24px 48px;
  box-sizing: border-box; }

#services_prefs #horde-content .spacer {
  display: none; }

#services_prefs #horde-content .header {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1em;
  letter-spacing: -.5px;
  margin-bottom: 8px;
  margin-bottom: 24px; }
  #services_prefs #horde-content .header a {
    color: #212121; }

#services_prefs #horde-content #appswitch .header a {
  color: #212121;
  border-bottom: 1px solid rgba(33, 33, 33, 0.5); }
  #services_prefs #horde-content #appswitch .header a:hover {
    border-color: #212121; }

#services_prefs #horde-content #appswitch .header.rightfloat a {
  border: 0; }

#services_prefs .rightFloat {
  float: right; }
  #services_prefs .rightFloat.prefsAdvanced {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    height: 36px;
    margin-right: 24px; }
    #services_prefs .rightFloat.prefsAdvanced a {
      font-weight: initial;
      letter-spacing: initial;
      text-transform: initial;
      font-size: 15px;
      color: #212121;
      pointer-events: cursor;
      opacity: .7;
      margin: 0; }
      #services_prefs .rightFloat.prefsAdvanced a:hover {
        opacity: 1; }
  #services_prefs .rightFloat #app {
    margin-right: 0; }

#services_prefs .prefsOverview {
  max-width: 980px;
  overflow: auto; }
  #services_prefs .prefsOverview > div {
    float: left;
    padding-right: 24px;
    padding-left: 24px;
    box-sizing: border-box; }
    #services_prefs .prefsOverview > div h2 {
      font-size: 1.2rem;
      font-weight: 600;
      margin-bottom: 8px; }
    #services_prefs .prefsOverview > div dl dt a {
      font-weight: 600; }
    #services_prefs .prefsOverview > div dl dd {
      font-size: 0.9rem;
      margin-bottom: 12px;
      color: #777; }
  #services_prefs .prefsOverview > div:first-child {
    padding-left: 0; }
  #services_prefs .prefsOverview > div:last-child {
    padding-right: 0; }

#services_prefs #prefs {
  max-width: 980px; }
  #services_prefs #prefs .header {
    font-size: 1.6rem;
    font-weight: 600;
    margin-bottom: 8px;
    margin-top: 72px;
    margin-bottom: 24px;
    position: relative; }
    #services_prefs #prefs .header ul li {
      margin-bottom: 8px;
      border: 0;
      color: transparent;
      position: absolute;
      bottom: 55.2px; }
      #services_prefs #prefs .header ul li a {
        color: #212121;
        font-size: 15px;
        opacity: .7; }
        #services_prefs #prefs .header ul li a:hover {
          opacity: 1; }
        #services_prefs #prefs .header ul li a img {
          display: none; }
        #services_prefs #prefs .header ul li a:first-child:before {
          content: '';
          height: 16px;
          width: 16px;
          background-repeat: no-repeat;
          background-position: center center;
          vertical-align: middle;
          display: inline-block;
          margin-right: 8px;
          margin-bottom: 2px; }
        #services_prefs #prefs .header ul li a:first-child:after {
          content: '';
          display: inline-block;
          width: 4px;
          height: 4px;
          background-color: #777;
          border-radius: 50%;
          margin-left: 12px;
          position: relative;
          bottom: 3px; }
        #services_prefs #prefs .header ul li a:last-child:after {
          content: '';
          height: 16px;
          width: 16px;
          background-repeat: no-repeat;
          background-position: center center;
          vertical-align: middle;
          display: inline-block;
          margin-left: 8px;
          margin-bottom: 2px; }
  #services_prefs #prefs .prefsContainer div {
    max-width: 650px; }
    #services_prefs #prefs .prefsContainer div #default_identity, #services_prefs #prefs .prefsContainer div #activesync_identity {
      margin-bottom: 24px;
      margin-top: 8px;
      width: 100%;
      font-size: 1.2rem; }
    #services_prefs #prefs .prefsContainer div #activesync_identity {
      margin-bottom: 0; }
    #services_prefs #prefs .prefsContainer div .horde-delete {
      opacity: 1;
      margin-top: 8px;
      width: auto;
      margin-bottom: 8px;
      margin-top: 8px;
      max-width: 225px; }
    #services_prefs #prefs .prefsContainer div label[for="identity"] {
      width: 100%;
      border-top: 3px dashed #C7C7C7;
      margin-top: 12px;
      padding-top: 32px; }
    #services_prefs #prefs .prefsContainer div label[for="twentyFour"] {
      font-size: 15px;
      color: #212121;
      letter-spacing: 0;
      text-transform: initial;
      font-weight: initial; }
  #services_prefs #prefs .prefsContainer div:first-child label {
    padding-top: 0; }
  #services_prefs #prefs .prefsContainer h2.smallheader {
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 8px;
    max-width: 650px;
    margin-top: 24px; }
  #services_prefs #prefs .prefsContainer p {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 650px; }
    #services_prefs #prefs .prefsContainer p em {
      color: #777;
      font-style: normal;
      margin-bottom: 12px; }
    #services_prefs #prefs .prefsContainer p strong {
      font-size: 0.9rem; }

#services_prefs #prefs_return {
  font-weight: initial;
  letter-spacing: initial;
  text-transform: initial;
  font-size: 15px;
  color: #212121;
  position: absolute;
  right: 24px; }

#services_prefs textarea {
  margin-left: 0; }

#services_prefs .fr-box {
  margin-top: 10px; }
  #services_prefs .fr-box .fr-wrapper > iframe.fr-iframe {
    display: block; }
  #services_prefs .fr-box .fr-wrapper > textarea.fr-code {
    display: none; }
  #services_prefs .fr-box .fr-wrapper.show-placeholder > span.fr-placeholder {
    display: block; }

#services_prefs .fr-box.fr-code-view .fr-wrapper > span.fr-placeholder, #services_prefs .fr-box.fr-code-view .fr-wrapper > iframe.fr-iframe {
  display: none; }

#services_prefs .fr-box.fr-code-view .fr-wrapper > textarea.fr-code {
  display: block; }

#services_prefs .fr-popup label {
  padding: 0; }

#services_prefs span.fr-counter {
  display: none; }

#services_prefs #horde-sidebar {
  margin-left: 10px; }
  #services_prefs #horde-sidebar a {
    font-weight: 600; }
    #services_prefs #horde-sidebar a.prefsAdvanced {
      color: #7a7a7a; }
  #services_prefs #horde-sidebar ul {
    border-bottom: 1px solid #c7c7c7; }
    #services_prefs #horde-sidebar ul li {
      padding: 5px 0 5px 5px; }

/* vim: set shiftwidth=1: */
body.app-sieve #horde-content > * {
  margin-left: 48px; }

body.app-sieve #horde-content > .horde-buttonbar {
  margin-left: 0;
  margin-bottom: 26.4px; }

body.app-sieve label {
  margin-right: 10px; }

body.app-sieve button.sieve-identifier-addifallof,
body.app-sieve button.sieve-identifier-delete {
  border-radius: 2px;
  display: inline-block;
  text-align: center;
  font-size: 15px;
  font-weight: 600;
  color: black;
  border: 1px solid #aaa;
  background-color: #eee;
  padding-top: 4px;
  padding-bottom: 4px;
  margin-left: 20px;
  text-decoration: none;
  min-width: 80px;
  cursor: pointer; }

body.app-sieve .sieve-command-if {
  margin-left: 10px;
  margin-right: 10px; }

body.app-sieve .sieve-command-if-test,
body.app-sieve .sieve-command-if-block,
body.app-sieve .sieve-command-if-else {
  position: relative;
  border: 1px solid #333;
  margin-top: 17px;
  margin-bottom: 10px;
  padding: 20px 5px 5px 5px; }

body.app-sieve .sieve-command-if-block,
body.app-sieve .sieve-command-if-else {
  margin-left: 2em; }

body.app-sieve .sieve-if-label {
  position: absolute;
  font-size: 150%;
  top: -0.7em;
  left: 3px;
  margin: 0;
  background: white;
  padding: 0 12px; }

body.app-sieve .sieve-test-allofanyof > .sieve-test-allofanyof-tests {
  padding-left: 10px;
  background: url("/sieve/img/if-bg.png") top left repeat-y; }
  body.app-sieve .sieve-test-allofanyof > .sieve-test-allofanyof-tests label {
    background: white;
    padding-left: 2px;
    padding-top: 0.7em;
    padding-bottom: 1em; }
  body.app-sieve .sieve-test-allofanyof > .sieve-test-allofanyof-tests > .sieve-test {
    background: url("/sieve/img/if-test-bullet.png") top left no-repeat;
    padding-left: 20px;
    margin-top: 0.4em;
    margin-bottom: 0.4em; }
  body.app-sieve .sieve-test-allofanyof > .sieve-test-allofanyof-tests > .sieve-test:last-child {
    background-image: url("/sieve/img/if-test-bullet-end.png"); }

body.app-sieve .sieve-test-not {
  width: 100%;
  display: grid;
  grid-template-columns: min-content 100%; }

body.app-sieve .sieve-command-vacation label {
  margin-left: 20px; }

body.app-sieve .sieve-command-vacation label.sieve-command-vacation-label {
  display: block;
  margin-left: 0px; }

body.app-sieve .sieve-command-vacation .fr-box.fr-top {
  margin-left: 40px;
  margin-right: 40px; }

body.app-sieve .fr-counter {
  display: none; }

body.app-sieve .fr-top .CodeMirror-wrap {
  display: none; }

body.app-sieve .fr-code-view .fr-wrapper iframe:first-child {
  display: none; }

body.app-sieve .fr-code-view .CodeMirror-wrap {
  display: block; }

body.app-sieve .sieve-template-form .form-input {
  display: grid;
  grid-template-columns: 200px max-content;
  margin-bottom: 20px; }
  body.app-sieve .sieve-template-form .form-input > * {
    grid-column: 2; }
  body.app-sieve .sieve-template-form .form-input > label {
    grid-column: 1;
    margin: 0;
    padding: 5px 0 0 0; }
  body.app-sieve .sieve-template-form .form-input textarea {
    margin: 0; }

/* vim: set shiftwidth=1: */
body.app-ingo #horde-content > * {
  margin-left: 48px; }

body.app-ingo #horde-content > .horde-buttonbar {
  margin-left: 0;
  margin-bottom: 26.4px; }

body.app-ingo .horde-form {
  padding-top: 50px; }
  body.app-ingo .horde-form .header {
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 10px; }
    body.app-ingo .horde-form .header .horde-form-error {
      margin-left: 0px;
      font-size: 80%; }

body.app-ingo #filters .filtersRow {
  display: flex;
  margin-top: 10px;
  margin-bottom: 10px; }
  body.app-ingo #filters .filtersRow .filtersName {
    min-width: 200px;
    padding-left: 10px; }

body.app-ingo textarea {
  margin-left: 48px;
  margin-right: 48px;
  width: 400px; }
