﻿.compose-menu {
  position: fixed;
  top: 50px;
  width: 100%;
  z-index: 100;
  background-color: #f8f8f8;
  border-bottom: 1px solid #ddd;
}
@media (min-width: 768px) {
  .compose-menu {
    width: calc(100% - 200px);
  }
}
@media (max-width: 767px) {
  .main.showFoldersMobile .compose-menu {
    width: calc(100% - 200px);
  }
}
.compose-content {
  position: relative;
  top: 42px;
}
.compose-content img {
  max-width: 100%;
}
.compose-header {
  clear: both;
  padding: 5px 15px;
  background-color: #f8f8f8;
}
.compose-header .compose-header-line {
  padding: 2px 0;
  width: 60px;
  clear: left;
  float: left;
}
.compose-header .compose-header-input > input {
  height: 25px;
  width: calc(100% - 60px);
  padding: 3px 5px 4px 5px;
}
.compose-header .compose-header-input > select {
  height: 25px;
  width: calc(100% - 60px);
  padding: 2px 5px 4px 1px;
}
.compose-header .compose-header-input > div.input-group {
  height: 25px;
  width: calc(100% - 60px);
  padding: 0;
}
.compose-header .compose-header-input > div.input-group input {
  height: 25px;
  padding: 3px 5px 4px 5px;
  z-index: auto;
}
.compose-header .compose-header-input > div.input-group button {
  height: 25px;
  padding-top: 1px;
  z-index: auto;
}
#compose-body,
.compose-header .compose-header-input input:not(:focus),
.compose-header .compose-header-input select:not(:focus),
.compose-header .compose-header-input button:not(:focus) {
  background-color: transparent !important;
  border: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  resize: none;
  overflow-y: hidden;
}
.compose-header .compose-header-input button:focus {
  background-color: transparent !important;
  border: none;
}
.compose-header-input.compose-to {
  width: calc(100% - 120px);
  float: left;
}
.compose-header-input.compose-to > input {
  width: 100%;
}
.compose-header-input.compose-to.cc-or-bcc {
  width: calc(100% - 95px);
}
.compose-header-input.compose-to.cc-and-bcc {
  width: calc(100% - 60px);
}
.compose-header-cc-bcc {
  width: 60px;
  text-align: right;
  padding: 2px 0;
  clear: right;
  float: left;
}
.compose-header-cc-bcc.cc-or-bcc {
  width: 35px;
}
.nicEdit-main,
nicEdit-main:focus {
  background-color: transparent;
  border: none;
  outline: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  resize: none;
  min-height: 0 !important;
}
.nicEdit-main {
  padding: 5px 25px 5px 11px;
}
.compose-folder {
  margin-left: 17.5px;
}
.email-title {
  font-size: 20px;
  clear: both;
}
.email-menu {
  position: fixed;
  top: 50px;
  width: 100%;
  z-index: 100;
  background-color: #f8f8f8;
  border-bottom: 1px solid #ddd;
}
@media (min-width: 768px) {
  .email-menu {
    width: calc(100% - 200px);
  }
}
@media (max-width: 767px) {
  .main.showFoldersMobile .email-menu {
    width: calc(100% - 200px);
  }
}
.email-content {
  position: relative;
  top: 75px;
  padding: 0 15px;
  overflow-x: auto;
}
.email-header {
  clear: both;
  padding: 5px 15px;
  margin-bottom: 10px;
  background-color: #f8f8f8;
}
.email-header-line {
  width: 50px;
  clear: right;
  float: left;
  margin-bottom: 5px;
}
.attachment {
  max-width: 250px;
  padding: 5px !important;
}
.sent,
.recipient {
  max-width: 250px;
  padding: 0 5px;
}
.recipient:hover {
  background-color: #eee;
}
.recipient-printable {
  padding: 0 5px 0 0;
}
body {
  height: 100% !important;
  width: 100% !important;
  color: #222 !important;
  font-size: 14px !important;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  margin: 0 !important;
  overflow-y: auto;
}
.main {
  margin-top: 50px;
  padding-bottom: 10px;
}
.title {
  position: fixed;
  top: 50px;
  width: 100%;
  z-index: 100;
  background-color: #f8f8f8;
  border-bottom: 1px solid #ddd;
  padding: 8px 15px 6px 15px;
  font-size: 20px;
}
.title .btn {
  margin-top: -6px;
  margin-bottom: -3px;
}
@media (min-width: 768px) {
  .title {
    width: calc(100% - 200px);
  }
}
@media (max-width: 767px) {
  .main.showFoldersMobile .title {
    width: calc(100% - 200px);
  }
}
.page {
  position: relative;
  top: 40px;
  padding: 15px;
  overflow-x: hidden;
  overflow-y: auto;
}
.middle {
  vertical-align: middle !important;
}
.no-padding {
  padding: 0 !important;
}
.bold {
  font-weight: bold;
}
a,
a:hover {
  color: #222;
  text-decoration: none !important;
  cursor: pointer;
}
.glyphicon,
.fa {
  color: #222;
}
.btn.btn-success .glyphicon,
.btn.btn-success .fa {
  color: white;
}
a.disabled {
  pointer-events: none;
  cursor: default;
}
a.disabled > .glyphicon,
a.disabled > .fa {
  color: #bbb !important;
}
.alert {
  padding-left: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.alert button.close {
  top: 0;
}
.alert-square {
  margin-bottom: 0;
  border-radius: 0;
}
.clear {
  clear: both;
}
.ellipsis {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
hr {
  border-bottom: 1px solid #ddd;
}
::-webkit-input-placeholder {
  /* WebKit browsers */
  text-transform: none;
}
:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  text-transform: none;
}
::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  text-transform: none;
}
:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  text-transform: none;
}
@-ms-viewport {
  width: auto !important;
}
.full-width {
  width: 100%;
}
.mobile-top-menu {
  padding: 8px;
}
p.no-emails {
  padding: 8px;
}
.input-group.search {
  padding-top: 6px;
  padding-left: 6px;
  padding-right: 6px;
}
.input-group.search > .form-control {
  height: 28px;
}
.input-group.search > .input-group-btn > button {
  height: 28px;
  margin-top: -1px;
  padding-top: 5px;
  padding-left: 5px;
  padding-right: 5px;
}
@media (max-width: 991px) {
  .input-group.search > .input-group-btn > button {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.input-group.search > .input-group-btn > .btn-dropdown {
  padding-top: 3px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
th.cell-checkbox,
td.cell-checkbox {
  width: 30px;
  padding-left: 8px !important;
  padding-right: 8px !important;
}
@media (max-width: 991px) {
  th.cell-checkbox,
  td.cell-checkbox {
    width: 45px;
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}
td.cell-checkbox {
  cursor: pointer;
}
.folder-flags,
.folder-actions {
  width: 60px;
}
.folder-flags span,
.folder-flag span {
  width: 20px;
}
.folder-flag-high-priority span {
  width: 10px;
}
.folder-actions .btn-group {
  vertical-align: bottom;
}
tr .folder-actions .glyphicon,
tr .folder-actions .fa {
  color: #bbb;
}
tr:hover .folder-actions .glyphicon,
tr:hover .folder-actions .fa {
  color: #777;
}
.cell-date {
  width: 90px;
  text-align: right;
}
.cell-size {
  width: 90px;
  text-align: right;
}
.cell-emails-mobile-from,
.cell-emails-mobile-subject {
  width: calc(100% - 90px);
}
.cell-emails-mobile-from.folder-highPriority,
.cell-emails-mobile-from.has-attachments,
.cell-emails-mobile-from.replied {
  width: calc(100% - 110px);
}
.cell-emails-mobile-from.highPriority.has-attachments,
.cell-emails-mobile-from.highPriority.replied,
.cell-emails-mobile-from.has-attachments.replied {
  width: calc(100% - 130px);
}
.cell-emails-mobile-from.highPriority.has-attachments.replied {
  width: calc(100% - 135px);
}
.folders {
  background-color: #f8f8f8;
  width: 200px;
  position: fixed;
  top: 50px;
  bottom: 0;
  overflow-y: auto;
}
.folders li.btn-group {
  margin-top: 0;
}
@media (min-width: 768px) {
  .folders-content {
    margin-left: 200px;
  }
}
@media (max-width: 767px) {
  .main.showFoldersMobile .folders-content {
    margin-left: 200px;
  }
}
.input-group.search {
  position: fixed;
  top: 50px;
  height: 35px;
  width: 100%;
  z-index: 101;
  background-color: #f8f8f8;
}
@media (min-width: 768px) {
  .input-group.search {
    width: calc(100% - 200px);
  }
}
@media (max-width: 767px) {
  .main.showFoldersMobile .input-group.search {
    width: calc(100% - 200px);
  }
}
.folder-menu {
  position: fixed;
  top: 50px;
  width: 100%;
  z-index: 100;
  background-color: #f8f8f8;
  border-bottom: 1px solid #ddd;
}
@media (min-width: 768px) {
  .folder-menu {
    width: calc(100% - 200px);
  }
}
@media (max-width: 767px) {
  .main.showFoldersMobile .folder-menu {
    width: calc(100% - 200px);
  }
}
.folder-menu.search {
  top: 85px;
}
.emails {
  position: relative;
  top: 40px;
}
.emails.search {
  top: 75px;
}
.emails-footer {
  border-top: 1px solid #ddd;
}
.context-menu {
  position: fixed;
  left: 25px;
  display: none;
  z-index: 1000;
}
.context-menu > ul.dropdown-menu {
  display: block;
  position: static;
}
.sort-option {
  padding-left: 10px;
}
.form-outer {
  display: table;
  position: absolute;
  height: 100%;
  width: 100%;
}
.form-outer-middle {
  display: table-cell;
  vertical-align: middle;
}
.form-inner {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.panel-info table.legend td {
  border-color: #bce8f1;
  padding: 6px 10px;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
textarea {
  resize: none;
}
::-webkit-input-placeholder,
:-moz-placeholder,
::-moz-placeholder,
:-ms-input-placeholder {
  text-transform: none;
}
.form-group {
  clear: both;
}
.form-label.disabled,
.form-label.disabled label .form-label-right.disabled {
  color: #999 !important;
  cursor: not-allowed !important;
}
.form-label-radio {
  padding-top: 7px;
}
.form-label-radio > .radio {
  margin-top: 0;
}
.form-label-checkbox > .checkbox {
  padding-bottom: 5px;
}
.form-label-file {
  margin-top: 7px;
}
.form-label.form-radio,
.form-label.form-checkbox {
  text-align: left !important;
}
.form-label,
.form-label-right,
.control-label {
  font-weight: normal;
}
fieldset {
  margin-bottom: 10px;
}
fieldset.full-width .form-field,
fieldset.full-width .form-radio,
fieldset.full-width .form-checkbox {
  width: 100%;
  margin-left: 0;
}
.help-block {
  margin-bottom: 0;
}
.modal legend,
fieldset.message > legend {
  margin-bottom: 5px;
}
form.form-margin {
  margin: 20px 0;
}
@media (max-width: 767px) {
  .form-label,
  .form-label-right,
  .form-field,
  .form-field-offset {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .form-at {
    display: none;
  }
  .form-security-code {
    margin-bottom: 15px;
  }
}
@media (min-width: 768px) {
  .form-group {
    margin-bottom: 8px;
  }
  .form-label {
    text-align: right !important;
    width: 250px;
    padding-left: 15px;
    padding-right: 15px;
    float: left;
  }
  .form-field {
    width: calc(100% - 250px);
    padding-left: 15px;
    padding-right: 15px;
    float: left;
  }
  .form-field-offset,
  .form-label.form-radio,
  .form-label.form-checkbox {
    margin-left: 250px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .form-inner .form-field {
    width: calc(100% - 180px);
  }
  .form-inner .form-label {
    width: 180px;
  }
  .form-inner .form-field-offset,
  .form-inner .form-label.form-radio,
  .form-inner .form-label.form-checkbox {
    margin-left: 180px;
  }
  .form-radio.text-center,
  .form-checkbox.text-center {
    text-align: center !important;
  }
  .help-block.form-help-block {
    margin-top: 7px !important;
  }
  fieldset.no-title {
    margin-top: 10px;
  }
  .form-at {
    width: 30px;
    float: left;
    padding: 6px 8px;
  }
  .form-username,
  .form-domain {
    width: calc(50% - 15px);
    float: left;
  }
  .modal-body .form-label {
    width: 180px;
    padding-top: 7px;
  }
  .modal-body .form-field {
    width: calc(100% - 180px);
  }
  .modal-body .form-field-offset,
  .modal-body .form-label.form-radio,
  .modal-body .form-label.form-checkbox {
    margin-left: 180px;
  }
}
.modal-body .form-label.form-radio {
  width: 100%;
  margin-left: 0 !important;
}
.modal-body errors.no-margin .alert {
  margin-bottom: 0;
}
/* Absolute Center CSS Spinner */
.loading {
  position: fixed;
  z-index: 3000;
  height: 2em;
  width: 2em;
  overflow: visible;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
/* Transparent Overlay */
.loading.static:before {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}
/* :not(:required) hides these rules from IE9 and below */
.loading:not(:required) {
  /* hide "loading..." text */
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.loading:not(:required):after {
  content: '';
  display: block;
  font-size: 10px;
  width: 1em;
  height: 1em;
  margin-top: -0.5em;
  -webkit-animation: spinners 1500ms infinite linear;
  -moz-animation: spinners 1500ms infinite linear;
  -ms-animation: spinners 1500ms infinite linear;
  -o-animation: spinners 1500ms infinite linear;
  animation: spinners 1500ms infinite linear;
  border-radius: 0.5em;
  -webkit-box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.5) -1.5em 0 0 0, rgba(0, 0, 0, 0.5) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
  box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) -1.5em 0 0 0, rgba(0, 0, 0, 0.75) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
}
@-webkit-keyframes spinners {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spinners {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.option {
  display: block;
  clear: both;
}
.option .option-left {
  width: 50px;
}
.option .option-right {
  width: calc(100% - 50px);
  margin-bottom: 15px;
}
.option .option-icon.glyphicon,
.option .option-icon.fa {
  font-size: 34px;
  margin: 3px 15px 15px 0;
}
.option .option-title {
  font-size: 16px;
}
.option .option-details {
  color: #999;
}
.mobile-option {
  font-size: 18px;
  margin-bottom: 10px;
}
.cell-file-size {
  width: 80px;
  text-align: right;
}
.cell-file-date {
  width: 150px;
  text-align: right;
}
table {
  width: 100%;
}
table.table-fixed {
  table-layout: fixed;
  margin-bottom: 10px;
}
table.table-fixed.table-no-margin {
  margin: 0px;
}
table.table-hover.table-fixed th.cell-checkbox,
table.table-hover.table-fixed td {
  cursor: pointer !important;
}
th:first-child,
td:first-child {
  padding-left: 10px;
}
th:last-child,
td:last-child {
  padding-right: 10px;
}
@media (max-width: 991px) {
  td {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
}
.navbar-default {
  -moz-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.175);
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.175);
}
.navbar-default .navbar-nav > li > a {
  color: #222;
}
@media (max-width: 991px) {
  .navbar-default .navbar-nav > li > a {
    padding: 15px;
  }
}
.navbar-default .navbar-nav > li a:hover {
  background-color: #e7e7e7;
}
.navbar-default button {
  background-color: transparent;
}
.navbar-brand {
  padding: 8px 8px 8px 12px !important;
}
li.divider {
  border-bottom: 1px solid #e7e7e7;
}
.nav .navbar-text {
  position: relative;
  display: block;
  padding: 10px 8px;
  margin: 0;
}
.nav.navbar-nav .navbar-text {
  color: #222;
  padding: 15px 8px;
}
.nav li > a,
.nav li > a:hover,
.mobile-top-menu li > a,
.mobile-top-menu li > a:hover,
.email-move-menu li > a,
.email-move-menu li > a:hover {
  color: #222;
  padding-left: 8px;
  padding-right: 8px;
}
@media (max-width: 991px) {
  .nav li > a,
  .nav li > a:hover,
  .mobile-top-menu li > a,
  .mobile-top-menu li > a:hover,
  .email-move-menu li > a,
  .email-move-menu li > a:hover {
    padding: 10px 15px;
  }
}
.nav li > div.newFolder {
  color: #222;
  padding: 2px 8px 3px;
  border-bottom: 1px solid #ddd !important;
  cursor: default;
  text-decoration: none;
}
.nav li > div.newFolder > .form-control {
  height: 28px;
}
.nav.nav-pills {
  line-height: 20px !important;
}
.nav.nav-stacked li.active {
  background-color: #337ab7;
  margin-top: 0;
}
.nav.nav-stacked li > a.btn.btn-link,
.nav li.separator {
  border-bottom: 1px solid #ddd !important;
}
.nav.nav-stacked li > a {
  padding-top: 7px;
  padding-bottom: 7px;
  text-align: left;
  border-radius: 0;
}
@media (max-width: 991px) {
  .nav.nav-stacked li > a {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
.nav.nav-stacked li.btn-group > a {
  width: 100%;
}
.nav.nav-stacked li.btn-group > a.can-expand {
  width: calc(100% - 30px) !important;
}
.nav.nav-stacked li.btn-group > a.expand {
  width: 30px;
}
.nav li > a.btn.btn-link {
  border: none;
}
.nav li.active > a,
.nav li.active > a span.glyphicon,
.nav li.active > a span.fa,
.mobile-top-menu li.active > a span.glyphicon,
.mobile-top-menu li.active > a span.fa {
  color: #f8f8f8;
}
.nav > li > a.nav-checkbox {
  margin-top: 0;
  padding-top: 9px;
  padding-bottom: 9px;
}
@media (max-width: 991px) {
  .nav > li.selected > a,
  .nav > li.selected > a:hover {
    background-color: #e7e7e7 !important;
  }
}
.dropdown-menu {
  min-width: 0;
}
.visible-xxs,
.visible-xxs-block,
.visible-xxs-inline,
.visible-xxs-inline-block {
  display: none !important;
}
@media (max-width: 479px) {
  .visible-xxs {
    display: block !important;
  }
  table.visible-xxs {
    display: table !important;
  }
  tr.visible-xxs {
    display: table-row !important;
  }
  th.visible-xxs,
  td.visible-xxs {
    display: table-cell !important;
  }
}
@media (max-width: 479px) {
  .visible-xxs-block {
    display: block !important;
  }
}
@media (max-width: 479px) {
  .visible-xxs-inline {
    display: inline !important;
  }
}
@media (max-width: 479px) {
  .visible-xxs-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 479px) {
  .hidden-xxs {
    display: none !important;
  }
}