@charset "UTF-8";
@import '../js/libs/node_modules/intro.js/introjs.css';
@import '../js/libs/node_modules/blueimp-gallery/css/blueimp-gallery.min.css';
@import '../js/libs/node_modules/remodal/dist/remodal.css';
@import '../js/libs/node_modules/quill/dist/quill.snow.css';
@import '../css/select2.min.css';
@import '../css/select2.css';
@import '../js/libs/node_modules/intl-tel-input/build/css/intlTelInput.min.css';
div.tf-accordion-item {
  border-style: solid;
  border-width: 1px 0px;
  border-radius: 0px;
  border-color: rgba(204, 204, 204, 0.5);
}

div.tf-accordion-item-header {
  padding: 16px 0px;
  width: 100%;
  display: inline-grid;
  align-items: center;
  border-style: solid;
  border-width: 1px 0px;
  border-radius: 0px;
  border-color: rgba(204, 204, 204, 0.5);
}
div.tf-accordion-item-header h4 {
  padding: 0px 8px;
}
div.tf-accordion-item-header h4 span {
  float: left;
}
div.tf-accordion-item-header h4 i {
  padding: 0px 8px;
  float: right;
  font-weight: bold;
}

div[class=tf-accordion-item]:hover, div.tf-accordion-item-header:hover {
  background-color: rgba(204, 204, 204, 0.3);
}

div.tf-accordion-item-children {
  padding: 12px 8px 16px 14px;
  font-size: 13px;
}

div.tf-accordion {
  margin: 20px 35px;
  border: 1px solid rgba(204, 204, 204, 0.5);
  border-radius: 3px 3px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 4px;
}

.accordion-logo {
  width: 20px;
  height: 20px;
  vertical-align: middle;
  display: inline-block;
}

.trigger-actions-menu {
  background: none;
  border-left: 1px solid #ddd;
  box-shadow: none;
  color: #555;
  font-size: 18px;
  padding: 0 9px;
  margin-left: 9px;
}
.trigger-actions-menu > * {
  flex: 1 100%;
}
.trigger-actions-menu.toggled {
  z-index: 6;
}

.channel-actions-container.flex {
  color: #333;
  font-size: 14px;
  align-items: center;
  flex: 1;
  justify-content: flex-end;
  margin-right: 1em;
  flex-wrap: nowrap;
  margin-left: 8px;
}
.channel-actions-container.flex .archive {
  background: url("../images/suitcase.svg") no-repeat;
  display: block;
  height: 15px;
  left: -4.5em;
  position: inherit;
  width: 20px;
}
.channel-actions-container.flex .archived {
  background: url("../images/suitcase_green.svg") no-repeat;
}

.channel-actions {
  background: #fff;
  border: 1px solid #c1c1c1;
  border-radius: 2px;
  box-shadow: 0 0 8px 1px #cfcfcf;
  clear: both;
  color: #4a4a4a;
  position: absolute;
  right: 20px;
  text-align: left;
  top: 40px;
  z-index: 5;
}
.channel-actions li {
  display: block;
  font-size: 12px;
  padding: 5px 10px;
  width: 150px;
}
.channel-actions li:hover {
  background: #f5f5f5;
}
.channel-actions a {
  display: block;
}
.channel-actions .loading {
  margin-left: 5px;
}

@media only screen and (max-width: 520px) {
  .channel-actions-container {
    top: 55px;
  }
}
.btn {
  -webkit-border-radius: 4px;
  background-clip: padding-box;
  border-radius: 4px;
  border: 1px solid #828282;
  color: #767676;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 10pt;
  font-weight: normal;
  line-height: 20px;
  padding: 6px 35px;
  text-decoration: none;
}
.btn.add-delegate {
  display: inline-block;
  margin: 20px 0;
}
.btn.btn-download-all, .btn.export-message {
  -webkit-border-radius: 2px;
  background-clip: padding-box;
  border-radius: 2px;
  -moz-box-shadow: 0 1px 5px -1px #cfcfcf;
  -webkit-box-shadow: 0 1px 5px -1px #cfcfcf;
  box-shadow: 0 1px 5px -1px #cfcfcf;
  color: #808080;
  display: block;
  float: right;
  margin-right: 5px;
  text-decoration: none;
  top: 1em;
  min-width: 89px;
  text-align: center;
  margin-top: 6px;
}
.btn.dialog {
  margin: 10px 10px 15px 0;
  padding-left: 35px;
}
.btn.password-reset {
  margin-top: 20px;
  width: 42px;
}
.btn:hover {
  border-color: #a3a3a3;
  transition: border-color 0.3 ease;
}
.btn.disabled, .btn:disabled {
  opacity: 0.5;
  cursor: default;
}

.btn-add,
.btn-login,
.btn-password,
.dialog,
.password-reset {
  background: #fff;
  background: -moz-linear-gradient(top, #fff 0%, #f5f5f5 99%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(99%, #f5f5f5));
  background: -webkit-linear-gradient(top, #fff 0%, #f5f5f5 99%);
  background: -o-linear-gradient(top, #fff 0%, #f5f5f5 99%);
  background: -ms-linear-gradient(top, #fff 0%, #f5f5f5 99%);
  background: linear-gradient(to bottom, #fff 0%, #f5f5f5 99%);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr="$white", endColorstr="$black", GradientType=0);
}

.btn-add-user {
  display: inline-block;
  padding: 4px 12px 4px 8px;
}

.btn-add-user-image {
  background: url("../images/add_user.svg") no-repeat 8px center;
  width: 16px;
  height: 12px;
  padding-right: 35px;
}

.btn-add {
  background: url("../images/plus_nvidiagreen.svg") no-repeat 8px center;
  background-size: 23px;
}
.btn-add:active {
  background: #e1e1e1;
  background: -moz-linear-gradient(top, #e1e1e1 0%, #fff 99%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e1e1e1), color-stop(99%, #fff));
  background: -webkit-linear-gradient(top, #e1e1e1 0%, #fff 99%);
  background: -o-linear-gradient(top, #e1e1e1 0%, #fff 99%);
  background: -ms-linear-gradient(top, #e1e1e1 0%, #fff 99%);
  background: linear-gradient(to bottom, #e1e1e1 0%, #fff 99%);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr="$white", endColorstr="$black", GradientType=0);
  border-color: #7a7a7b;
}

.btn-download-checked {
  background: url("../images/downarrow_nvidiagreen.svg") no-repeat 8px center;
  background-size: 23px;
}
.btn-download-checked:active {
  background: #e1e1e1;
  background: -moz-linear-gradient(top, #e1e1e1 0%, #fff 99%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e1e1e1), color-stop(99%, #fff));
  background: -webkit-linear-gradient(top, #e1e1e1 0%, #fff 99%);
  background: -o-linear-gradient(top, #e1e1e1 0%, #fff 99%);
  background: -ms-linear-gradient(top, #e1e1e1 0%, #fff 99%);
  background: linear-gradient(to bottom, #e1e1e1 0%, #fff 99%);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr="$white", endColorstr="$black", GradientType=0);
  border-color: #7a7a7b;
}

.btn-back {
  background: url("../images/leftarrow_grey.svg") no-repeat 8px center;
  background-size: 23px;
}
.btn-back:active {
  background: #e1e1e1;
  background: -moz-linear-gradient(top, #e1e1e1 0%, #fff 99%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e1e1e1), color-stop(99%, #fff));
  background: -webkit-linear-gradient(top, #e1e1e1 0%, #fff 99%);
  background: -o-linear-gradient(top, #e1e1e1 0%, #fff 99%);
  background: -ms-linear-gradient(top, #e1e1e1 0%, #fff 99%);
  background: linear-gradient(to bottom, #e1e1e1 0%, #fff 99%);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr="$white", endColorstr="$black", GradientType=0);
  border-color: #7a7a7b;
}

.ui-widget button,
.ui-widget input,
.ui-widget select,
.ui-widget textarea {
  font-family: Arial, Helvetica, sans-serif !important;
  font-size: 9pt !important;
  font-weight: bold;
}

.reassign-form-btns .cancel_btn {
  background: url("../images/cross_nobg_radeonred.svg") no-repeat 14px center;
  background-size: 20px;
}
.reassign-form-btns .cancel_btn:hover {
  background: url("../images/cross_nobg_radeonred.svg") no-repeat 14px center;
  background-size: 20px;
}
.reassign-form-btns .add_person_btn {
  background: url("../images/check_nvidiagreen.svg") no-repeat 8px center;
  background-size: 23px;
}
.reassign-form-btns .add_person_btn:hover {
  background: url("../images/check_nvidiagreen.svg") no-repeat 8px center;
  background-size: 23px;
}

.btn-cancel {
  background: #f4f4f4 !important;
  color: #767676 !important;
  border: 1px solid #828282;
  background-size: 20px;
}
.btn-cancel.dialog, .btn-cancel.close {
  background: #f4f4f4 no-repeat 1em center;
  background-size: 23px;
}
.btn-cancel.subscription {
  bottom: 0;
  color: #595959;
  font-size: 1vw;
  padding: 1em 4em;
  right: 0;
}
.btn-cancel:hover {
  border: 1px solid #888888 !important;
  color: #fff !important;
  background: #888888 !important;
}

.btn-login {
  background: url("../images/key_nvidiagreen.svg") no-repeat 8px center;
  background-size: 23px;
}

.btn-password {
  width: 99%;
  background: url("../images/key_firefoxorange.svg") no-repeat 8px center;
  background-size: 23px;
}
.btn-password:active {
  background: #e1e1e1;
  background: -moz-linear-gradient(top, #e1e1e1 0%, #fff 99%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e1e1e1), color-stop(99%, #fff));
  background: -webkit-linear-gradient(top, #e1e1e1 0%, #fff 99%);
  background: -o-linear-gradient(top, #e1e1e1 0%, #fff 99%);
  background: -ms-linear-gradient(top, #e1e1e1 0%, #fff 99%);
  background: linear-gradient(to bottom, #e1e1e1 0%, #fff 99%);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr="$white", endColorstr="$black", GradientType=0);
  border-color: #7a7a7b;
}

.member-actions input[type=button],
.member-actions button {
  background: #fff;
  background: -moz-linear-gradient(top, #fff 0%, #f5f5f5 99%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(99%, #f5f5f5));
  background: -webkit-linear-gradient(top, #fff 0%, #f5f5f5 99%);
  background: -o-linear-gradient(top, #fff 0%, #f5f5f5 99%);
  background: -ms-linear-gradient(top, #fff 0%, #f5f5f5 99%);
  background: linear-gradient(to bottom, #fff 0%, #f5f5f5 99%);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr="$white", endColorstr="$black", GradientType=0);
  margin: 0.8rem 0 0 0.8rem;
  width: 220px;
}
.member-actions input[type=button].btn-reset,
.member-actions button.btn-reset {
  background: url("../images/key_firefoxorange.svg") no-repeat 10px center;
  background-size: 23px;
  white-space: normal;
}
.member-actions input[type=button].btn-remove,
.member-actions button.btn-remove {
  background: url("../images/cross_nobg_radeonred.svg") no-repeat 14px center;
  background-size: 20px;
}
.member-actions input[type=button].btn-remove.spinner,
.member-actions button.btn-remove.spinner {
  background: url("../images/loading_spin.svg") no-repeat 14px center;
  background-size: 20px;
}
.member-actions input[type=button].btn-reset-2fa,
.member-actions button.btn-reset-2fa {
  background: url("../images/iphone.svg") no-repeat 15px center;
  background-size: 15px;
}
.member-actions input[type=button].btn-impersonate,
.member-actions button.btn-impersonate {
  background: url("../images/delegates.svg") no-repeat 12px center;
  background-size: 20px;
}
.member-actions input[type=button].btn-transfer,
.member-actions button.btn-transfer {
  background: url("../images/channels.svg") no-repeat 12px center;
  background-size: 20px;
  white-space: normal;
}
.member-actions input[type=button].btn-unlock,
.member-actions button.btn-unlock {
  background: url("../images/padlockGray.svg") no-repeat 11px center;
  background-size: 28px;
}
.member-actions input[type=button].disabled,
.member-actions button.disabled {
  opacity: 0.5;
  filter: alpha(opacity=50);
  cursor: default;
}

.btn-update {
  background-color: #41AD49 !important;
  background: #41AD49 !important;
  border: #41AD49 solid 1px !important;
  color: #fff;
}
.btn-update:hover {
  background: #298831 !important;
}

.btn-width-auto {
  width: auto;
}

.btn-group {
  position: relative;
}
.btn-group a, .btn-group button {
  float: left;
  margin: 0 8px 0 0;
}
.btn-group.send-messages {
  padding: 0.5em 0;
  overflow: hidden;
}
.btn-group.send-messages .btn {
  margin-bottom: 5px;
}

.btn-delete,
.btn-download,
.btn-download-all,
.btn-folder,
.btn-send,
.btn-upload,
.btn-clear-image,
.btn-refresh-preview,
.btn-wm-save,
.btn-wm-cancel,
.export-message,
.upload-netdocs,
.btn-sign-bulk {
  -webkit-border-radius: 4px;
  background-clip: padding-box;
  border-radius: 4px;
  background: #41AD49;
  border: 1px solid #41AD49;
  box-shadow: none;
  color: #fff;
  font-family: Arial, "Lucida Grande", sans-serif;
  font-size: 9pt;
  font-weight: bold;
  line-height: 15px;
  padding: 8px 23px;
  display: inline-block;
  margin-bottom: 5px;
}

.btn-send {
  padding-left: 0px !important;
  padding-right: 0px !important;
  width: 74px;
  text-align: center;
}
.btn-send:hover {
  background: #298831;
}

.btn-delete,
.btn-download,
.btn-download-all,
.btn-folder,
.btn-upload,
.btn-clear-image,
.btn-refresh-preview,
.btn-wm-cancel,
.export-message,
.upload-netdocs,
.btn-sign-bulk {
  background: #f7f7f7;
  border: 1px solid #b5b5b5;
  color: #717171;
  padding: 8px;
}
.btn-delete .fa-paperclip,
.btn-download .fa-paperclip,
.btn-download-all .fa-paperclip,
.btn-folder .fa-paperclip,
.btn-upload .fa-paperclip,
.btn-clear-image .fa-paperclip,
.btn-refresh-preview .fa-paperclip,
.btn-wm-cancel .fa-paperclip,
.export-message .fa-paperclip,
.upload-netdocs .fa-paperclip,
.btn-sign-bulk .fa-paperclip {
  margin: 0 5px 0 0;
}

.btn-wm-cancel {
  padding: 8px 20px;
  background: #f4f4f4;
}

.btn-wm-save {
  background-color: #41AD49;
  border: #41AD49 solid 1px;
  color: #fff;
}

.btn-toolbar {
  -webkit-border-radius: 4px;
  background-clip: padding-box;
  border-radius: 4px;
  background: url("../images/black_btn.png") repeat-x;
  border: 1px solid #000;
  box-shadow: none;
  color: #fff;
  float: right;
  font-family: Arial, "Lucida Grande", sans-serif;
  outline: none;
  padding: 2px 10px;
}
.btn-toolbar:hover {
  background: #444;
  text-shadow: 1px 1px 1px #333;
}
.btn-toolbar:focus {
  outline: 2px solid #1E90FF;
}

.btn-delete:active,
.btn-download:active,
.btn-export-message:active,
.btn-folder:active,
.upload-netdocs:active,
.btn-sign-bulk:active {
  text-shadow: none;
}
.btn-delete:hover,
.btn-download:hover,
.btn-export-message:hover,
.btn-folder:hover,
.upload-netdocs:hover,
.btn-sign-bulk:hover {
  background-position: 0 -27px;
}

.feedbackSendBtn,
.links > a,
.black_btn,
.help a {
  -webkit-border-radius: 4px;
  background-clip: padding-box;
  border-radius: 4px;
  background: url("../images/black_btn.png") repeat-x;
  border: 1px solid #000;
  color: #fff;
  display: block;
  float: right;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 9pt;
  font-weight: bold;
  height: 15px;
  line-height: 15px;
  padding: 4px 12px;
}
.feedbackSendBtn:focus,
.links > a:focus,
.black_btn:focus,
.help a:focus {
  outline: 2px solid #1E90FF;
}

.help a {
  float: left;
  margin: 5px;
}

.feedbackSendBtn {
  margin-top: 58px;
}

.create_csv_btn {
  background: url("../images/file_down.svg") no-repeat;
  font-size: 9pt;
  height: 18px;
  margin-right: 15px;
  padding-left: 20px;
}
.create_csv_btn:hover {
  filter: alpha(opacity=70);
  opacity: 0.7;
}

.proceed_btn {
  background: url("../images/rightarrow_nvidiagreen.svg") no-repeat 8px center;
  background-size: 23px;
}

.center_container {
  display: flex;
  justify-content: center;
}

.register_btn {
  background: url("../images/book_nvidiagreen.svg") no-repeat 8px center;
  background-size: 23px;
  font-size: 10pt;
}

.verifiyForm a {
  -moz-box-shadow: 0 1px 3px 0 #ddd;
  -webkit-box-shadow: 0 1px 3px 0 #ddd;
  box-shadow: 0 1px 3px 0 #ddd;
  background: url("../images/access_green_btn.png") repeat-x;
  border-bottom: 1px solid #455817;
  border-left: 1px solid #4c7116;
  border-right: 1px solid #4c7116;
  border-top: 1px solid #579415;
  color: #fff;
  font-size: 10pt;
  height: 24px;
  line-height: 18pt;
  margin-top: 6px;
  text-align: center;
  text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.57);
  width: 74px;
}

.cancel_subs_btn,
.connect_btn,
.disconnect_btn,
.imp_device,
.imp_in,
.sync_btn,
.upgrade_btn {
  background: #fff;
  background: -moz-linear-gradient(top, #fff 0%, #f5f5f5 99%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(99%, #f5f5f5));
  background: -webkit-linear-gradient(top, #fff 0%, #f5f5f5 99%);
  background: -o-linear-gradient(top, #fff 0%, #f5f5f5 99%);
  background: -ms-linear-gradient(top, #fff 0%, #f5f5f5 99%);
  background: linear-gradient(to bottom, #fff 0%, #f5f5f5 99%);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr="$white", endColorstr="$black", GradientType=0);
  background: url("../images/cross_nobg_radeonred.svg") no-repeat 14px center;
  background-size: 20px;
}
.cancel_subs_btn:active,
.connect_btn:active,
.disconnect_btn:active,
.imp_device:active,
.imp_in:active,
.sync_btn:active,
.upgrade_btn:active {
  background: #e1e1e1;
  background: -moz-linear-gradient(top, #e1e1e1 0%, #fff 99%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e1e1e1), color-stop(99%, #fff));
  background: -webkit-linear-gradient(top, #e1e1e1 0%, #fff 99%);
  background: -o-linear-gradient(top, #e1e1e1 0%, #fff 99%);
  background: -ms-linear-gradient(top, #e1e1e1 0%, #fff 99%);
  background: linear-gradient(to bottom, #e1e1e1 0%, #fff 99%);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr="$white", endColorstr="$black", GradientType=0);
  border-color: #7a7a7b;
  color: #41AD49;
}

.connect_btn {
  background: url("../images/connect_green.svg") no-repeat 8px center;
  background-size: 24px 24px;
}

.disconnect_btn {
  background: url("../images/disconnect_radeonred.svg") no-repeat 8px center;
  background-size: 24px 24px;
}

.imp_in {
  background: url("../images/linkedin.svg") no-repeat 8px center;
  background-size: 24px 24px;
}

.imp_device {
  background: url("../images/iphone.svg") no-repeat 8px center;
  background-size: 24px 24px;
}

.sync_btn {
  background: url("../images/sync_green.svg") no-repeat 8px center;
  background-size: 24px 24px;
}

.upgrade_btn {
  background: url("../images/arrow_up_thicc.svg") no-repeat 14px center;
  background-size: 24px 24px;
}

.load_message_files {
  cursor: pointer;
}

.load_message_files_text {
  font-size: 13px;
  margin-left: 8px;
}

.btn-accept-request {
  color: #63bb6b;
}

.btn-decline-request {
  color: #c55858;
}

.btn-accept-request, .btn-decline-request {
  margin: 0;
  padding: 0;
  width: 45%;
  text-align: center;
  cursor: pointer;
}

.cancel-send {
  background: #de2c2c;
  border: 1px solid #de2c2c;
}
.cancel-send:hover {
  background: #ca0000 !important;
}

.confirm-dialog-submit, .confirm-dialog-cancel {
  padding: 6px 35px;
  width: auto;
  margin: 0px 4px;
}

.ms365-create-new-root {
  display: contents;
}
.ms365-create-new-root .btn-ms-create-new {
  font-size: 9pt;
  font-weight: bold;
  background: #f7f7f7;
  padding: 6px 10px 7px 8px;
  border: 1px solid #b5b5b5;
}
.ms365-create-new-root .btn-ms-create-new > span {
  padding-left: 4px;
}
.ms365-create-new-root .btn-ms-create-new > img {
  width: 16px;
  height: 16px;
  vertical-align: text-bottom;
}
.ms365-create-new-root .btn-ms-create-new > i.fa {
  padding-left: 6px;
}

.action-buttons-container {
  margin-top: 5px;
  display: flex;
  gap: 5px;
  justify-content: center;
}

.action-buttons-container input,
.action-buttons-container button {
  flex: 1;
  padding-left: 0px;
  padding-right: 0px;
  max-width: 10rem;
  margin-top: 0 !important;
}

.watermark-btn-container {
  margin-left: 3em;
  justify-content: flex-start;
}

.dialog-btn-width-padding {
  margin-top: 5px;
  padding-left: 20%;
  padding-right: 20%;
}

.ui-dialog {
  z-index: 1002;
  overflow: visible !important;
}
.ui-dialog .ui-dialog-content {
  overflow: visible !important;
}

.tf-widget-overlay {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1001;
  opacity: 0.5;
  pointer-events: none;
  position: fixed !important;
  background-color: rgba(0, 0, 0, 0.7);
}

.tf-overlay-container {
  position: fixed;
  z-index: 1002;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: grid;
}
.tf-overlay-container .tf-overlay-children-container {
  display: flex;
  justify-content: center;
  align-items: center;
}
.tf-overlay-container .tf-overlay-children-container .tf-overlay-children-contents {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.tf-overlay-container .tf-overlay-children-container .file-navigation {
  color: #eee;
  z-index: 99999;
  opacity: 0.8;
  transition: all 0.5s ease-out;
  pointer-events: none;
}
.tf-overlay-container .tf-overlay-children-container .file-navigation .navigation-top {
  width: 100%;
  padding: 0.5rem;
  display: flex;
  background: #000;
}
.tf-overlay-container .tf-overlay-children-container .file-navigation .navigation-top.fullscreen {
  background: none;
}
.tf-overlay-container .tf-overlay-children-container .file-navigation .navigation-top .textarea:focus {
  outline: none;
}
.tf-overlay-container .tf-overlay-children-container .file-navigation .navigation-top .title-container {
  flex: auto;
  margin: auto 0;
}
.tf-overlay-container .tf-overlay-children-container .file-navigation .navigation-top .title-container .title {
  resize: none;
  border: none;
  background: none;
  width: 100%;
  color: #fff;
  text-shadow: 0 0 2px #000;
  font-size: 18px;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  vertical-align: text-top;
  margin-left: 1rem;
  opacity: 0.8;
}
.tf-overlay-container .tf-overlay-children-container .file-navigation .navigation-top .top-buttons {
  margin-left: 1rem;
}
.tf-overlay-container .tf-overlay-children-container .file-navigation .navigation-top .maximize-solid {
  background: url("../images/maximize-solid.svg") no-repeat center;
  filter: invert(100%);
  width: 20px;
  height: 20px;
}
.tf-overlay-container .tf-overlay-children-container .file-navigation .navigation-top .minimize-solid {
  background: url("../images/minimize-solid.svg") no-repeat center;
  filter: invert(100%);
  width: 20px;
  height: 20px;
}
.tf-overlay-container .tf-overlay-children-container .file-navigation .navigation-side .prev-next {
  position: fixed;
  top: 50%;
}
.tf-overlay-container .tf-overlay-children-container .file-navigation .navigation-side .prev-file {
  left: 90px;
}
.tf-overlay-container .tf-overlay-children-container .file-navigation .navigation-side .next-file {
  right: 90px;
}
.tf-overlay-container .tf-overlay-children-container .file-navigation .navigation-bottom {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
}
.tf-overlay-container .tf-overlay-children-container .file-navigation .navigation-bottom .pagecounters {
  font-size: 1rem;
  padding: 0 0.8rem;
  background-color: black;
  border-radius: 1rem;
  line-height: 2rem;
  margin: 1rem auto;
}
.tf-overlay-container .tf-overlay-children-container .file-navigation:hover {
  opacity: 1;
}
.tf-overlay-container .tf-overlay-children-container .file-navigation .disabled {
  cursor: default;
  opacity: 0.3;
}
.tf-overlay-container .tf-overlay-children-container .file-navigation a {
  font-size: 1.5rem;
  margin-right: 1rem;
  display: inline-block;
  height: 3rem;
  width: 3rem;
  line-height: 3rem;
  text-align: center;
  background-color: #666666;
  background-blend-mode: difference;
  border-radius: 100%;
  border-style: solid;
  border-width: 2px;
  border-color: #ccc;
  color: #fff;
  pointer-events: all;
}
.tf-overlay-container .tf-overlay-children-container .file-navigation a:hover {
  background-color: #4d4d4d;
  border-color: #fff;
  transition: all 0.5s ease-out;
}
.tf-overlay-container .tf-overlay-children-container .file-navigation a:focus {
  outline: 2px solid #1E90FF;
}
.tf-overlay-container .tf-overlay-children-container .file-viewer-contents {
  flex: auto;
}

.tf-dialog {
  z-index: 1002;
  width: fit-content;
  height: fit-content;
  background: #fcfcfc !important;
  color: #333;
  border: 1px solid #ddd;
  border-radius: 3px;
  box-shadow: 0 1px 20px #666;
  margin: auto auto;
}
.tf-dialog .tf-dialog-titlebar {
  position: relative;
  align-content: center;
}
.tf-dialog .tf-dialog-titlebar .tf-dialog-title {
  display: inline-flex;
  color: #444;
  text-shadow: 1px 1px 0 #fff;
  text-align: center;
  border: none;
  background: none;
  resize: none;
  width: 12rem;
  height: fit-content;
  margin: auto auto;
  vertical-align: middle;
  padding-top: 0.25rem;
  pointer-events: none;
}
.tf-dialog .tf-dialog-titlebar .textarea:focus {
  outline: none;
}
.tf-dialog .tf-dialog-titlebar .tf-dialog-title-buttons {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  flex-direction: row;
  column-gap: 8px;
  padding: 10px 12px 10px 8px;
  transition: all 1s ease-out;
  cursor: pointer;
}
.tf-dialog .tf-dialog-titlebar .tf-dialog-title-buttons i.fa:hover {
  background-color: rgba(204, 204, 204, 0.3);
  box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 4px;
}
.tf-dialog .tf-dialog-titlebar:hover {
  cursor: move;
}
.tf-dialog .netdocs-dialog-titlebar {
  background: #fcfcfc;
  display: flex;
  margin-top: 1%;
  justify-content: space-between;
  margin-left: 1%;
  align-items: center;
}
.tf-dialog .tf-dialog-container {
  position: relative;
  display: grid;
  width: auto;
  height: 100%;
  padding: 1em;
  border: 0;
}
.tf-dialog .tf-dialog-container .tf-dialog-iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.tf-dialog .tf-netdocs-dialog {
  position: relative;
  display: grid;
  width: auto;
  height: 100%;
  padding: 0rem;
  border: 0;
}
.tf-dialog .netdocs-dialog-logo {
  max-width: 15em;
}
.tf-dialog .tf-dialog-form-container {
  display: grid;
  width: auto;
  border: 0;
  background: 0;
  padding: 1em;
  color: #333;
}
.tf-dialog .tf-dialog-form-container button {
  padding: 8px 25px;
  border-radius: 3px;
  margin: 0 3px;
  width: auto;
  overflow: visible;
}
.tf-dialog .tf-dialog-form-container button.success {
  background: #41AD49;
  border: 1px solid #41AD49;
  color: #fff !important;
}
.tf-dialog .tf-dialog-form-container button.success:hover {
  background: #298831;
}
.tf-dialog .tf-dialog-form-container button.cancel {
  background: #f4f4f4;
  color: #767676;
  border: 1px solid #828282;
}
.tf-dialog .tf-dialog-form-container button.cancel:hover {
  border: 1px solid #888888;
  color: #fff;
  background: #888888;
}
.tf-dialog .tf-dialog-form-container .tf-dialog-form {
  font-size: 12px;
}
.tf-dialog .tf-dialog-form-container .tf-dialog-form .tf-confirm-dialog-children {
  display: grid;
  overflow: visible auto;
  grid-template-columns: auto;
  justify-content: center;
  width: 100%;
}
.tf-dialog .tf-dialog-form-container .tf-dialog-form .tf-confirm-dialog-buttons {
  display: flex;
  justify-content: center;
  margin-top: 8px;
}
.tf-dialog .tf-dialog-form-container .tf-dialog-form .tf-confirm-dialog-buttons input.btn {
  width: auto;
}

.file-action-dialog-button {
  background-color: #f7f7f7 !important;
  color: #444 !important;
  border: solid 1px #b5b5b5 !important;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16) !important;
  list-style: none;
  font-weight: bold;
  padding: 6px 10px;
  border-radius: 3px;
}
.file-action-dialog-button:hover, .file-action-dialog-button.selected {
  background: rgb(240, 240, 240) !important;
  color: rgba(110, 110, 110, 0.8);
}
.file-action-dialog-button i.tf-context-menu-item-icon {
  vertical-align: top;
  padding: 0.1rem 0.3rem 0 0;
}
.file-action-dialog-button i.fa {
  vertical-align: middle;
  padding-left: 6px;
}

.pdf-preview {
  width: 100%;
  height: 100%;
}
.pdf-preview .loading {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 64px;
  height: 64px;
  z-index: 1;
  transform: translate(-50%, -50%);
}

.remodal-overlay {
  background-color: rgba(0, 0, 0, 0.7);
}

.blueimp-gallery {
  background: rgba(0, 0, 0, 0.5);
}

@media only screen and (max-height: 600px) {
  .tf-dialog {
    margin-top: 0px;
  }
}
#tf-referral-container {
  width: 472px;
  height: 204px;
  padding: 0 0 15px;
  text-align: center;
  line-height: 1.2rem;
}
#tf-referral-container #tf-referral-copy-container {
  display: flex;
  padding: 10px 30px 10px 30px;
  align-items: center;
}
#tf-referral-container #tf-referral-copy-container > label {
  position: absolute;
  transform: translate(10px, 2px) rotateY(180deg);
  opacity: 0.6;
}
#tf-referral-container #tf-referral-copy-container > label i.fa-link {
  width: 24px;
  height: 24px;
  font-size: 24px;
  color: #8f8f8f;
}
#tf-referral-container #tf-referral-copy-container > label:hover {
  cursor: pointer;
  opacity: 1;
}
#tf-referral-container #tf-referral-copy-container #left-icon-sep {
  position: absolute;
  height: 36px;
  width: 1px;
  border-color: #464646;
  border-width: 0px 1px 0px 0px;
  border-style: solid;
  transform: translate(40px, 0px);
}
#tf-referral-container #tf-referral-copy-container input {
  width: 363px;
  height: 36px;
  padding: 0 0 0 50px;
  border-radius: 4px;
  border: solid 1px #464646;
  background-color: #fff;
  color: #8f8f8f;
  font-weight: lighter;
}
#tf-referral-container #tf-referral-copy-container #right-copy-button {
  display: flex;
  align-items: center;
  position: absolute;
  transform: translate(315px, 0px);
  width: 96px;
  height: 36px;
  border-radius: 3px;
  border-style: solid;
  border-color: #2d8433;
  border-width: 1px 1px;
  background-color: #41ad49;
  color: white;
  font-weight: bold;
}
#tf-referral-container #tf-referral-copy-container #right-copy-button > span {
  width: 100%;
}
#tf-referral-container #tf-referral-copy-container #right-copy-button:hover {
  cursor: pointer;
  background-color: #6bc771;
  border-color: #41ad49;
}
#tf-referral-container #tf-referral-faq {
  color: #2e7ea1;
}

.tf-popover {
  position: absolute;
  width: max-content;
  top: 0;
  left: 0;
}

#message-fileupload-file, #message-fileupload-folder, #branding-logo-uploader {
  display: none;
}

a.uploader {
  overflow: hidden;
  position: relative;
}
a.uploader input {
  border: solid transparent;
  cursor: pointer;
  direction: ltr;
  filter: alpha(opacity=0);
  font-size: 24px;
  height: 116px;
  margin: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: -20px;
  z-index: 999;
}
a.branding-uploader, a.upload-metadata {
  display: inline-block;
  overflow: hidden;
  position: relative;
  width: 100%;
}
a.branding-uploader input, a.upload-metadata input {
  display: block;
  cursor: pointer;
  direction: ltr;
  filter: alpha(opacity=0);
  font-size: 24px;
  margin: auto;
  opacity: 0;
  position: absolute;
  right: 0;
  z-index: 999;
}

input[type=number] {
  -moz-appearance: textfield;
  border: 1px solid #c1c1c1;
  -webkit-border-radius: 4px;
  background-clip: padding-box;
  border-radius: 4px;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 9pt;
  height: 42px;
  line-height: 1.65;
  margin: 0;
  padding-left: 20px;
}
input[type=number]:focus {
  outline: 0;
}
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

#tf-password-container #id_pin, #tf-password-container #id_number, #tf-password-container #id_passcode {
  margin: 25px auto 25px auto;
  width: 224px;
  height: 22px;
  background: linear-gradient(to bottom, #fff 0%, #f7f7f7 99%);
  vertical-align: middle;
}
#tf-password-container #id_number {
  margin: 25px auto 3px auto;
}
#tf-password-container #id_passcode {
  margin: 0 auto;
}

.switch {
  position: relative;
  display: inline-block;
  width: 27px;
  height: 13px;
  flex-shrink: 0;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 9px;
  width: 9px;
  right: 16px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input:checked + .slider {
  background-color: #41ad49;
}

input:focus-visible + .slider {
  outline: 2px solid #1E90FF;
  transition: 0s;
}

input:checked + .slider:before {
  -webkit-transform: translateX(14px);
  -ms-transform: translateX(14px);
  transform: translateX(14px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.tf-loading {
  text-align: center;
  flex-direction: column;
  padding: 5px;
  min-width: 350px;
}
.tf-loading .logo {
  padding-bottom: 20px;
  height: 60px;
}
.tf-loading span .spinner {
  width: 20px;
  height: 20px;
  background: url("/static/images/loading_spin.svg") no-repeat;
  background-size: 20px 20px;
}
.tf-loading span .loading-info-main-text {
  padding-left: 7px;
  font-size: 14px;
}
.tf-loading .loading-info-bottom-text {
  font-size: 12px;
}

.addPersonFormBtn {
  margin-right: 0;
}

.small-margin-top {
  margin-top: 20px;
}

.ui-widget input[type=radio] {
  width: 21px;
  margin-left: 36px;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.nav-tabs {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav-tabs:first-child, .nav-tabs:last-child {
  margin-left: 1em;
}

.nav-item {
  background-color: #f0f0f0;
  border: 1px solid #c1c1c1;
  border-bottom: 1px solid #7c7c7c;
  border-radius: 3px 3px 0 0;
  color: #6d6d6d;
  display: block;
  float: left;
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 14pt;
  font-weight: normal;
  padding: 6px 11px 4px;
}
.nav-item.active {
  background-color: #fff;
  border: 1px solid #7c7c7c;
  border-bottom: 0;
  color: #333;
}

.header.notabs .nav-item {
  border: 0;
}

.registrationless #content-tabs {
  z-index: 6;
}

/* ----------- iPhone 6, 6S, 7 and 8 ----------- */
/* Portrait and Landscape */
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) {
  .nav-item {
    font-size: 12pt;
    margin: 7px 0 0;
  }
}
/* ----------- iPhone 6+, 7+ and 8+ ----------- */
/* Portrait and Landscape */
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) {
  .nav-item:first-child {
    margin-left: 3px;
  }
}
.quill-parent-container {
  display: inline-block;
  width: 100%;
}

.ql-toolbar.ql-snow {
  padding: 3px 3px 3px 0 !important;
  border: 0 !important;
  width: 80%;
  max-width: calc(100% - 22px);
}
.ql-toolbar.ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg {
  position: relative;
  top: 30%;
  margin-left: 5px;
}

.ql-container {
  padding: 0px;
  height: auto;
}
.ql-container.ql-snow {
  border: 1px solid #ccc;
  border-top: 1px solid #ccc !important;
  border-radius: 3px;
  max-width: calc(100% - 22px);
}

@supports (-webkit-touch-callout: none) {
  .ql-snow * {
    -webkit-user-select: text;
  }
}
.ql-size-small {
  font-size: 0.75em;
}

.ql-size-large {
  font-size: 1.5em;
}

.ql-size-huge {
  font-size: 2.5em;
}

.wmtop .ql-snow.q1-toolbar {
  max-height: 100px;
  overflow: scroll;
}

.ql-editor {
  min-height: 100px;
  resize: vertical;
  overflow-y: auto;
}

.ql-snow .ql-picker-label {
  padding-left: 0;
}

.ql-snow > #emoji-palette > #tab-toolbar > ul {
  padding: 0 !important;
}

.emoji_completions {
  padding: 0 !important;
  z-index: 3;
}

.ql-picker:not(.ql-color) {
  width: auto !important;
}

.ql-picker.ql-font .ql-picker-options {
  max-height: 150px;
  overflow: auto;
}
.ql-picker.ql-font .ql-picker-options > .ql-picker-item[data-value=arial]::before,
.ql-picker.ql-font .ql-picker-label[data-value=arial]::before {
  content: "Arial" !important;
  font-family: "Arial";
}
.ql-picker.ql-font .ql-picker-options > .ql-picker-item[data-value=comic-sans-ms]::before,
.ql-picker.ql-font .ql-picker-label[data-value=comic-sans-ms]::before {
  content: "Comic Sans MS" !important;
  font-family: "Comic Sans MS";
}
.ql-picker.ql-font .ql-picker-options > .ql-picker-item[data-value=courier-new]::before,
.ql-picker.ql-font .ql-picker-label[data-value=courier-new]::before {
  content: "Courier New" !important;
  font-family: "Courier New";
}
.ql-picker.ql-font .ql-picker-options > .ql-picker-item[data-value=georgia]::before,
.ql-picker.ql-font .ql-picker-label[data-value=georgia]::before {
  content: "Georgia" !important;
  font-family: "Georgia";
}
.ql-picker.ql-font .ql-picker-options > .ql-picker-item[data-value=lucida-sans-unicode]::before,
.ql-picker.ql-font .ql-picker-label[data-value=lucida-sans-unicode]::before {
  content: "Lucida Sans Unicode" !important;
  font-family: "Lucida Sans Unicode";
}
.ql-picker.ql-font .ql-picker-options > .ql-picker-item[data-value=roboto]::before,
.ql-picker.ql-font .ql-picker-label[data-value=roboto]::before {
  content: "Roboto" !important;
  font-family: "Roboto";
}
.ql-picker.ql-font .ql-picker-options > .ql-picker-item[data-value=monospace]::before,
.ql-picker.ql-font .ql-picker-label[data-value=monospace]::before {
  content: "Monospace" !important;
  font-family: "Monospace";
}

.ql-font-arial {
  font-family: "Arial";
}

.ql-font-comic-sans-ms {
  font-family: "Comic Sans MS";
}

.ql-font-courier-new {
  font-family: "Courier New";
}

.ql-font-georgia {
  font-family: "Georgia";
}

.ql-font-lucida-sans-ms {
  font-family: "Lucida Sans MS";
}

.ql-font-roboto {
  font-family: "Roboto";
}

.ql-font-monospace {
  font-family: "Monospace";
}

.ql-font-helvetica {
  font-family: "Helvetica";
}

#language_form input {
  font-size: 13px !important;
}

div#language_form.language-button {
  display: flex;
  justify-content: center;
  margin: 0px 0px 0px;
  padding: 0px 0px 0px;
  float: none;
}

#language_form {
  text-align: right;
  position: fixed;
  top: 0;
  right: 0;
  padding: 5px;
}
#language_form input[type=submit], #language_form .language-link {
  font-size: 9pt;
  border: none;
  background: none;
  color: #2e7ea1;
  text-decoration: underline;
}

.main_content {
  left: 84px;
  margin-left: 48px;
  padding-bottom: 50px;
  padding-top: 10px;
  position: absolute;
  right: 162px;
  top: 0;
  z-index: 1;
}

/* Landscape */
@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  .main_content {
    min-width: 80%;
    margin-left: 30px;
  }
  * {
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
  }
  input, textarea {
    user-select: text;
    -moz-user-select: text;
    -webkit-user-select: text;
  }
}
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) {
  .main_content {
    min-width: 80%;
    margin-left: 30px;
  }
  * {
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
  }
  input, textarea {
    user-select: text;
    -moz-user-select: text;
    -webkit-user-select: text;
  }
}
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) {
  .main_content {
    margin: 0 10px 0 20px;
    right: 0;
  }
  * {
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
  }
  input, textarea {
    user-select: text;
    -moz-user-select: text;
    -webkit-user-select: text;
  }
}
@media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait) {
  .main_content {
    left: -1.5em;
    margin-left: 2em;
    position: relative;
    right: 0.5em;
    min-width: 95%;
  }
  * {
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
  }
  input, textarea {
    user-select: text;
    -moz-user-select: text;
    -webkit-user-select: text;
  }
}
@media only screen and (min-device-width: 414px) and (max-device-width: 732px) {
  .main_content {
    margin: 0 auto 0px 22px;
    right: 1em;
  }
  * {
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
  }
  input, textarea {
    user-select: text;
    -moz-user-select: text;
    -webkit-user-select: text;
  }
}
@media only screen and (max-width: 520px) {
  .main_content {
    left: 0;
    margin: 0;
    position: relative;
    right: 0;
    width: 100%;
  }
  * {
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
  }
  input, textarea {
    user-select: text;
    -moz-user-select: text;
    -webkit-user-select: text;
  }
}
@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* The total number of metrics panels in the General tab. */
#general-metrics .fade-in .metrics-panel-container {
  animation: fadein 1s forwards;
  -moz-animation: fadein 1s forwards;
  -webkit-animation: fadein 1s forwards;
  opacity: 0;
  /* Staggering animations to give a domino effect. */
}
#general-metrics .fade-in .metrics-panel-container:nth-child(1) {
  animation-delay: 0ms;
}
#general-metrics .fade-in .metrics-panel-container:nth-child(2) {
  animation-delay: 40ms;
}
#general-metrics .fade-in .metrics-panel-container:nth-child(3) {
  animation-delay: 80ms;
}
#general-metrics .fade-in .metrics-panel-container:nth-child(4) {
  animation-delay: 120ms;
}
#general-metrics .fade-in .metrics-panel-container:nth-child(5) {
  animation-delay: 160ms;
}
#general-metrics .fade-in .metrics-panel-container:nth-child(6) {
  animation-delay: 200ms;
}
#general-metrics .fade-in .metrics-panel-container:nth-child(7) {
  animation-delay: 240ms;
}
#general-metrics .fade-in .metrics-panel-container:nth-child(8) {
  animation-delay: 280ms;
}
#general-metrics .fade-in .metrics-panel-container:nth-child(9) {
  animation-delay: 320ms;
}
#general-metrics .fade-in .metrics-panel-container:nth-child(10) {
  animation-delay: 360ms;
}

.center-text {
  margin: auto;
}

.report-stats {
  flex-direction: column;
}
.report-stats .title {
  font-size: 20pt;
  color: #363636;
  margin: 7px 0;
}
.report-stats .timezone-info {
  font-size: 12px;
  color: #333;
}
.report-stats .last-updated-container {
  padding: 0 30px;
  font-size: 14px;
  color: #626262;
}
.report-stats .last-updated-container #refresh-icon {
  color: #737373;
  border: none;
  background: none;
}
.report-stats .last-updated-container #refresh-icon:hover {
  color: black;
}
.report-stats .last-updated-container #refresh-icon:disabled {
  -webkit-animation: spin 4s linear infinite;
  -moz-animation: spin 4s linear infinite;
  animation: spin 4s linear infinite;
}
.report-stats .last-updated-container #refresh-icon:disabled:hover {
  color: inherit;
  cursor: default;
}
.report-stats .description {
  font-size: 14px;
}
.report-stats .description a {
  text-decoration: underline;
}
.report-stats .description a:hover {
  text-decoration: none;
}
.report-stats .date-range-container {
  align-items: center;
  margin-top: 10px;
  font-size: 14px;
}
.report-stats .date-range-container .calendar-icon {
  width: 15px;
  margin-right: 8px;
}
.report-stats .date-range-container #date-range {
  margin: 0 8px;
  text-decoration: none;
}
.report-stats .metrics-panel.active .metric-change.positive, .report-stats #general-metrics .metric-change.positive {
  color: #008a00;
}
.report-stats .metrics-panel.active .metric-change.negative, .report-stats #general-metrics .metric-change.negative {
  color: #d72f2f;
}
.report-stats .metrics-panel.active .metric-change.no-change, .report-stats #general-metrics .metric-change.no-change {
  color: #979797;
}
.report-stats a.metrics-panel:hover {
  background-color: #f4f4f4;
}
.report-stats span.metrics-panel {
  cursor: default;
}
.report-stats #general-metrics {
  justify-content: center;
}
.report-stats #general-metrics .flex {
  margin: 25px 0;
  max-width: 1000px;
  justify-content: center;
}
.report-stats #general-metrics .flex .metrics-panel {
  display: block;
  white-space: nowrap;
  border: 1px solid #bdbdbd;
  padding: 15px;
  width: 145px;
  margin: 6px;
  border-radius: 5px;
}
.report-stats #general-metrics .flex .metric-name {
  font-size: 14px;
  padding-bottom: 5px;
}
.report-stats #general-metrics .flex .metric-value {
  display: inline-block;
  vertical-align: middle;
  padding-right: 2px;
}
.report-stats #general-metrics .flex .metric-change {
  display: inline;
  font-size: 12px;
}
.report-stats .metrics {
  width: 100%;
  align-items: center;
  justify-content: center;
}
.report-stats .metrics .charts {
  justify-content: center;
  overflow-x: auto;
}
.report-stats .metrics .charts .canvas-container {
  flex: 1 1 auto;
  min-width: 300px;
  max-width: 350px;
  margin: 20px;
  border: 1px solid #d2d2d2;
  border-radius: 5px;
}
.report-stats .metrics .charts .canvas-container .loading, .report-stats .metrics .charts .canvas-container #time-chart-error, .report-stats .metrics .charts .canvas-container #doughnut-chart-error {
  display: flex;
  align-items: center;
  justify-content: center;
}
.report-stats .metrics .charts .canvas-container .field_error {
  padding: 10px 40px;
  text-align: center;
}
.report-stats .metrics .charts .canvas-container.time-chart-container {
  max-width: 600px;
}
.report-stats .metrics .charts .canvas-container.time-chart-container .loading, .report-stats .metrics .charts .canvas-container.time-chart-container #time-chart-error {
  height: 450px;
  width: 600px;
}
.report-stats .metrics .charts .canvas-container.time-chart-container #time-chart-date-range {
  float: right;
  margin: -10px 20px 10px 0;
  border: none;
  color: #333;
  font-size: 13px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-size: 10px;
  background: url("../images/down_arrow_triangle.svg") no-repeat right/12px;
  max-width: 200px;
  text-align: right;
  text-align-last: right; /* For Chrome. */
  padding-right: 15px;
  height: 22px;
  font-family: Arial;
}
.report-stats .metrics .charts .canvas-container.time-chart-container #time-chart-date-range:disabled {
  color: #919191;
}
.report-stats .metrics .charts .canvas-container.time-chart-container #time-chart-date-range #current-dates-label {
  font-weight: bold;
}
.report-stats .metrics .charts .canvas-container.time-chart-container #time-chart-date-range #custom-date-option {
  color: #757575;
}
.report-stats .metrics .charts .canvas-container.time-chart-container .chart-legend {
  display: flex;
  align-items: center;
  float: left;
  margin: -10px 0 10px 20px;
  font-size: 12px;
  color: #676767;
}
.report-stats .metrics .charts .canvas-container.time-chart-container .chart-legend .fa.fa-circle {
  font-size: 16px;
}
.report-stats .metrics .charts .canvas-container.time-chart-container .chart-legend .legend-text {
  margin: 0 5px;
}
@media only screen and (max-width: 935px) {
  .report-stats .metrics .charts .canvas-container.time-chart-container {
    max-width: 550px;
  }
}
@media only screen and (max-width: 870px) {
  .report-stats .metrics .charts .canvas-container.time-chart-container {
    max-width: 450px;
  }
}
.report-stats .metrics .charts .canvas-container.doughnut-chart-container {
  max-width: 350px;
}
.report-stats .metrics .charts .canvas-container.doughnut-chart-container .loading, .report-stats .metrics .charts .canvas-container.doughnut-chart-container #doughnut-chart-error {
  height: 340px;
  width: 350px;
}
.report-stats .metrics .charts .canvas-container .chart-title {
  padding: 25px 0 5px 30px;
  color: #626262;
}
.report-stats .metrics .charts .canvas-container .metrics-panel-container {
  display: inline-block;
}
.report-stats .metrics .charts .canvas-container .metrics-panel-container:first-child .metrics-panel {
  border-top-left-radius: 5px;
}
.report-stats .metrics .charts .canvas-container .metrics-panel-container .metrics-panel {
  padding: 15px 20px;
  display: inline-block;
  color: #939393;
  min-width: 80px;
  border-top: 8px solid transparent;
}
.report-stats .metrics .charts .canvas-container .metrics-panel-container .metrics-panel:hover {
  border-top: 8px solid #f4f4f4;
}
.report-stats .metrics .charts .canvas-container .metrics-panel-container .metrics-panel.active, .report-stats .metrics .charts .canvas-container .metrics-panel-container .metrics-panel.active:hover {
  border-top: 8px solid #4fc451;
  color: black;
}
.report-stats .metrics .charts .canvas-container .metrics-panel-container .metrics-panel .metric-value {
  font-size: 22px;
  padding-top: 10px;
  padding-bottom: 5px;
}
.report-stats .metrics .charts .canvas-container .metrics-panel-container .metrics-panel .metric-name {
  font-size: 14px;
}
.report-stats .metrics .charts .canvas-container .metrics-panel-container .metrics-panel .metric-change {
  font-size: 13px;
}
@media only screen and (max-width: 870px) {
  .report-stats .metrics .charts .canvas-container .metrics-panel-container .metrics-panel {
    padding: 15px 10px;
  }
}
.report-stats .reports-stats-heading {
  margin-bottom: 20px;
}
.report-stats .reports-stats-heading .reports-stats-main-heading {
  font-size: 20pt;
  margin-bottom: 3px;
}
.report-stats .reports-stats-heading .reports-stats-sub-heading {
  font-size: 14px;
}
.report-stats .metrics-expanded {
  width: 100%;
}
.report-stats .metrics-expanded .report-rows, .report-stats .metrics-expanded .report-headers {
  padding: 10px 25px 10px 25px;
  overflow-x: auto;
}
.report-stats .metrics-expanded .report-rows .row-container, .report-stats .metrics-expanded .report-rows .header-row-container, .report-stats .metrics-expanded .report-headers .row-container, .report-stats .metrics-expanded .report-headers .header-row-container {
  width: 100%;
  display: flex;
}
.report-stats .metrics-expanded .report-rows .row-container .report-row, .report-stats .metrics-expanded .report-rows .header-row-container .report-row, .report-stats .metrics-expanded .report-headers .row-container .report-row, .report-stats .metrics-expanded .report-headers .header-row-container .report-row {
  min-width: 150px;
  flex: 0 0 auto;
  overflow-wrap: break-word;
  box-sizing: border-box;
  padding: 5px 30px 5px 0;
  align-items: center;
}
.report-stats .metrics-expanded .report-rows .row-container .report-row.last-row, .report-stats .metrics-expanded .report-rows .header-row-container .report-row.last-row, .report-stats .metrics-expanded .report-headers .row-container .report-row.last-row, .report-stats .metrics-expanded .report-headers .header-row-container .report-row.last-row {
  padding-right: 0px;
}
.report-stats .metrics-expanded .report-rows .fa-external-link, .report-stats .metrics-expanded .report-headers .fa-external-link {
  padding-left: 5px;
  margin-top: 2px;
  margin-bottom: auto;
  color: blue;
  visibility: hidden;
  cursor: pointer;
}
.report-stats .metrics-expanded .pagination-controls {
  justify-content: center;
}
.report-stats .metrics-expanded .pagination-controls span {
  flex-basis: 30%;
  justify-content: center;
  align-items: center;
}
.report-stats .metrics-expanded .pagination-controls span a.arrow-container {
  cursor: pointer;
  color: black;
  margin-top: auto;
}
.report-stats .metrics-expanded .pagination-controls span a.disabled-icon {
  cursor: default !important;
  color: gray !important;
}
.report-stats .metrics-expanded .pagination-controls span .pages {
  padding: 0 10px 0 10px;
  font-family: serif !important;
}
.report-stats .metrics-expanded .pagination-controls span .pages input {
  height: auto;
  width: 30px;
  text-align: center;
  padding: 0;
  font-size: 16px;
  line-height: 0;
  margin-top: auto;
  margin-bottom: auto;
  font-family: serif !important;
}
.report-stats .metrics-expanded .pagination-controls span .pages span {
  vertical-align: middle;
  font-size: 18px;
}

.ui-widget-content .selected-date-range .ui-state-default, .ui-widget-content .ui-state-highlight .ui-state-default {
  background: #dbdbdb;
  border-color: #ccc;
}
.ui-widget-content .selected-date-range .ui-state-default.ui-state-active, .ui-widget-content .ui-state-highlight .ui-state-default.ui-state-active {
  background: #b5b5b5;
  color: #fff;
}
.ui-widget-content .selected-date-range .ui-state-default:hover, .ui-widget-content .ui-state-highlight .ui-state-default:hover {
  border-color: black;
  color: black;
}

#datepicker-form button {
  font-weight: normal;
}
#datepicker-form .datepickers {
  display: flex;
}
#datepicker-form .datepickers label {
  font-size: 12px;
}
#datepicker-form .datepickers .start-datepicker, #datepicker-form .datepickers .end-datepicker {
  width: 113px;
  padding: 5px;
}
#datepicker-form .datepickers .start-date {
  margin: 0 20px 0 5px;
}
#datepicker-form .buttons-container {
  padding-top: 25px;
}
#datepicker-form span.field_error {
  padding: 5px 0 0 0 !important;
}

.row-container .report-row a:hover {
  text-decoration: underline;
}

.options_details_header .report-stats h2 {
  margin: 0px;
}
.options_details_header .report-stats .channel-stats-top {
  align-items: center;
}
.options_details_header .report-stats .channel-stats-filter {
  flex: 1;
  display: flex;
  justify-content: right;
}
.options_details_header .report-stats .search-bar-with-results .search-bar #search-input {
  width: 320px;
}

.channel-stats-table {
  margin: 0 35px;
  overflow-x: auto;
}
.channel-stats-table #actions_heading, .channel-stats-table #actions {
  width: 80px;
}
.channel-stats-table #actions_heading {
  pointer-events: none;
}

.no-channels {
  text-align: center;
  font-size: 14px;
}

@keyframes slideInFromBottom {
  0% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.onboarding-welcome {
  animation: fadeIn 1s ease-in;
  font-size: 16px;
  width: 500px;
  text-align: center;
  box-sizing: border-box;
}
.onboarding-welcome .hello {
  font-size: 40px;
  line-height: 50px;
  padding: 20px 0 5px;
}
.onboarding-welcome .welcome {
  font-size: 24px;
  color: #39993f;
  line-height: 20px;
  display: flex;
  align-items: end;
  justify-content: center;
  gap: 8px;
}
.onboarding-welcome .welcome img {
  width: 130px;
}
.onboarding-welcome .main-text {
  padding-top: 30px;
  line-height: 25px;
}
.onboarding-welcome .lottie-player {
  width: 150px;
  margin: auto;
  padding: 10px;
}
.onboarding-welcome .start-journey {
  padding: 10px 30px !important;
  margin-bottom: 20px;
}
.onboarding-welcome a {
  font-size: 14px;
}

@media only screen and (max-width: 700px) {
  .onboarding-welcome {
    width: 350px;
  }
}
@media only screen and (max-height: 500px) {
  .onboarding-welcome .lottie-player {
    width: 80px;
  }
  .onboarding-welcome .hello {
    font-size: 30px;
    padding-top: 5px;
  }
  .onboarding-welcome .main-text {
    padding-top: 10px;
  }
}
@media only screen and (max-height: 380px) {
  .onboarding-welcome .lottie-player {
    display: none;
  }
}
.onboarding-checklist-container {
  position: fixed;
  bottom: 0px;
  right: 0px;
  z-index: 9999999;
  text-align: right;
  padding: 0 20px 20px 0;
  animation: 0.5s ease-out 0s 1 slideInFromBottom;
}
.onboarding-checklist-container .onboarding-checklist-dialog {
  width: 270px;
  height: 180px;
  background-color: white;
  border-radius: 10px;
  margin-bottom: 15px;
  box-shadow: 3px 3px 6px 0 rgba(0, 0, 0, 0.31);
  text-align: left;
  font-size: 14px;
}
.onboarding-checklist-container .onboarding-checklist-dialog .title-bar {
  background-color: #1d8621;
  color: white;
  border-radius: 10px;
  padding: 7px 15px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  display: flex;
  align-items: center;
}
.onboarding-checklist-container .onboarding-checklist-dialog .title-bar .dismiss {
  background: none;
  padding: 0px;
  color: white;
  font-size: 10px;
  margin-left: auto;
}
.onboarding-checklist-container .onboarding-checklist-dialog .progress-bar {
  height: 10px;
  background-color: #ccc;
  border-radius: 8px;
  margin: -5px 50px 0;
  border: 1px solid white;
}
.onboarding-checklist-container .onboarding-checklist-dialog .progress-bar .progress-completed {
  font-size: 8px;
  line-height: 10px;
  text-align: center;
  background-color: #fc992f;
  color: white;
  border-radius: 8px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}
.onboarding-checklist-container .onboarding-checklist-dialog .dialog-content {
  padding: 10px 15px 5px;
  height: 90px;
}
.onboarding-checklist-container .onboarding-checklist-dialog .dialog-content .onboarding-checklist {
  position: fixed;
}
.onboarding-checklist-container .onboarding-checklist-dialog .dialog-content .list-line {
  position: fixed;
  right: 265px;
  height: 80px;
  background-color: #ccc;
  width: 1px;
  margin-top: 5px;
}
.onboarding-checklist-container .onboarding-checklist-dialog .dialog-content li::before {
  content: "";
  border-radius: 20px;
  padding-inline: 8px;
  margin-inline-end: 8px;
}
.onboarding-checklist-container .onboarding-checklist-dialog .dialog-content li.incomplete::before {
  background: white;
  border: 1px solid #2f2f2f;
}
.onboarding-checklist-container .onboarding-checklist-dialog .dialog-content li.in-progress::before, .onboarding-checklist-container .onboarding-checklist-dialog .dialog-content li.complete::before {
  background: #41ad48;
  border: 1px solid #41ad48;
}
.onboarding-checklist-container .onboarding-checklist-dialog .dialog-content li.complete::before {
  background: url("data:image/svg+xml;utf8,<?xml version='1.0' encoding='utf-8'?><svg width='12' height='11' fill='white' viewBox='0 0 1792 1792' xmlns='http://www.w3.org/2000/svg'><path d='M1671 566q0 40-28 68l-724 724-136 136q-28 28-68 28t-68-28l-136-136-362-362q-28-28-28-68t28-68l136-136q28-28 68-28t68 28l294 295 656-657q28-28 68-28t68 28l136 136q28 28 28 68z'/></svg>") no-repeat #41ad48 2px;
}
.onboarding-checklist-container .onboarding-checklist-dialog .dismiss-confirmation {
  padding: 10px 30px;
  text-align: center;
}
.onboarding-checklist-container .onboarding-checklist-dialog .dismiss-confirmation .buttons-container {
  display: flex;
  justify-content: center;
  gap: 10px;
  padding-top: 10px;
}
.onboarding-checklist-container .onboarding-checklist-dialog .buttons-container {
  font-size: 10px;
  padding: 0 15px;
  display: flex;
  justify-content: right;
}
.onboarding-checklist-container .onboarding-checklist-dialog .buttons-container .start-journey {
  margin-left: auto;
}

.ui-dialog {
  z-index: 999999;
}

.introjs-helperLayer {
  box-shadow: none !important;
  transition: top 0.3s ease-out, left 0.3s ease-out, width 0.3s ease-out, height 0.3s ease-out;
}

.onboarding-highlight {
  box-shadow: orange 0px 0px 0px 2px !important;
}

.onboarding-overlay {
  box-shadow: rgba(33, 33, 33, 0.5) 0px 0px 0px 5000px !important;
}

.onboarding-overlay.onboarding-highlight {
  box-shadow: orange 0px 0px 0px 2px, rgba(33, 33, 33, 0.3) 0px 0px 0px 5000px !important;
}

.introjs-overlay, .introjs-helperLayer {
  pointer-events: none;
}

.onboarding-tooltip a:not(.introjs-skipbutton), .onboarding-welcome a:not(.introjs-skipbutton), .onboarding-checklist-container a:not(.introjs-skipbutton) {
  color: #2e7ea1;
  text-decoration: underline;
}
.onboarding-tooltip a:not(.introjs-skipbutton):hover, .onboarding-welcome a:not(.introjs-skipbutton):hover, .onboarding-checklist-container a:not(.introjs-skipbutton):hover {
  text-decoration: none;
}
.onboarding-tooltip a.introjs-skipbutton, .onboarding-welcome a.introjs-skipbutton, .onboarding-checklist-container a.introjs-skipbutton {
  display: none;
}
.onboarding-tooltip a.introjs-skipbutton:focus, .onboarding-welcome a.introjs-skipbutton:focus, .onboarding-checklist-container a.introjs-skipbutton:focus {
  outline: auto;
}
.onboarding-tooltip button, .onboarding-welcome button, .onboarding-checklist-container button {
  border: none;
  border-radius: 3px;
  font-size: 12px;
}
.onboarding-tooltip button.green-button, .onboarding-welcome button.green-button, .onboarding-checklist-container button.green-button {
  background-color: #1d8621;
  color: white;
  padding: 8px 15px;
  font-weight: bold;
}
.onboarding-tooltip button.green-button:hover, .onboarding-welcome button.green-button:hover, .onboarding-checklist-container button.green-button:hover {
  background-color: #339f3c;
}
.onboarding-tooltip button.orange-button, .onboarding-welcome button.orange-button, .onboarding-checklist-container button.orange-button {
  background-color: #fc992f;
  color: white;
  padding: 5px 15px;
}
.onboarding-tooltip button.orange-button:hover, .onboarding-welcome button.orange-button:hover, .onboarding-checklist-container button.orange-button:hover {
  background-color: #fdac54;
}
.onboarding-tooltip button.white-button, .onboarding-welcome button.white-button, .onboarding-checklist-container button.white-button {
  background-color: white;
  color: #757575;
  padding: 5px 15px;
  border: 1px solid #757575;
  font-weight: bold;
}
.onboarding-tooltip button.white-button:hover, .onboarding-welcome button.white-button:hover, .onboarding-checklist-container button.white-button:hover {
  color: #404040;
  border-color: #404040;
}

.onboarding-tooltip {
  min-width: 300px;
  max-width: 800px;
}
.onboarding-tooltip.fade-in {
  animation: fadeIn 0.5s ease-in;
}
.onboarding-tooltip.introjs-floating {
  position: fixed;
  top: 40% !important;
}
.onboarding-tooltip.introjs-floating.select-a-channel {
  top: unset !important;
  left: 260px !important;
  bottom: 20px !important;
}
.onboarding-tooltip .introjs-tooltiptext {
  padding: 25px;
}
.onboarding-tooltip .introjs-tooltip-header {
  padding: 0px;
  height: 0px;
  min-height: 0px;
}
.onboarding-tooltip .onboarding-dialog {
  font-size: 14px;
  line-height: 18px;
  display: flex;
  align-items: center;
}
.onboarding-tooltip .onboarding-dialog .title {
  font-size: 16px;
  font-weight: bold;
  padding-bottom: 20px;
}
.onboarding-tooltip .onboarding-dialog .onboarding-buttons {
  padding-top: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.onboarding-tooltip .onboarding-dialog .onboarding-buttons .green-button {
  margin-left: auto;
}
.onboarding-tooltip .onboarding-dialog .lottie-player {
  width: 120px;
  height: 120px;
  padding-right: 20px;
  flex-shrink: 0;
}

.btn {
  -webkit-border-radius: 4px;
  background-clip: padding-box;
  border-radius: 4px;
  border: 1px solid #828282;
  color: #767676;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 10pt;
  font-weight: normal;
  line-height: 20px;
  padding: 6px 35px;
  text-decoration: none;
}
.btn.add-delegate {
  display: inline-block;
  margin: 20px 0;
}
.btn.btn-download-all, .btn.export-message {
  -webkit-border-radius: 2px;
  background-clip: padding-box;
  border-radius: 2px;
  -moz-box-shadow: 0 1px 5px -1px #cfcfcf;
  -webkit-box-shadow: 0 1px 5px -1px #cfcfcf;
  box-shadow: 0 1px 5px -1px #cfcfcf;
  color: #808080;
  display: block;
  float: right;
  margin-right: 5px;
  text-decoration: none;
  top: 1em;
  min-width: 89px;
  text-align: center;
  margin-top: 6px;
}
.btn.dialog {
  margin: 10px 10px 15px 0;
  padding-left: 35px;
}
.btn.password-reset {
  margin-top: 20px;
  width: 42px;
}
.btn:hover {
  border-color: #a3a3a3;
  transition: border-color 0.3 ease;
}
.btn.disabled, .btn:disabled {
  opacity: 0.5;
  cursor: default;
}

.btn-add,
.btn-login,
.btn-password,
.dialog,
.password-reset {
  background: #fff;
  background: -moz-linear-gradient(top, #fff 0%, #f5f5f5 99%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(99%, #f5f5f5));
  background: -webkit-linear-gradient(top, #fff 0%, #f5f5f5 99%);
  background: -o-linear-gradient(top, #fff 0%, #f5f5f5 99%);
  background: -ms-linear-gradient(top, #fff 0%, #f5f5f5 99%);
  background: linear-gradient(to bottom, #fff 0%, #f5f5f5 99%);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr="$white", endColorstr="$black", GradientType=0);
}

.btn-add-user {
  display: inline-block;
  padding: 4px 12px 4px 8px;
}

.btn-add-user-image {
  background: url("../images/add_user.svg") no-repeat 8px center;
  width: 16px;
  height: 12px;
  padding-right: 35px;
}

.btn-add {
  background: url("../images/plus_nvidiagreen.svg") no-repeat 8px center;
  background-size: 23px;
}
.btn-add:active {
  background: #e1e1e1;
  background: -moz-linear-gradient(top, #e1e1e1 0%, #fff 99%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e1e1e1), color-stop(99%, #fff));
  background: -webkit-linear-gradient(top, #e1e1e1 0%, #fff 99%);
  background: -o-linear-gradient(top, #e1e1e1 0%, #fff 99%);
  background: -ms-linear-gradient(top, #e1e1e1 0%, #fff 99%);
  background: linear-gradient(to bottom, #e1e1e1 0%, #fff 99%);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr="$white", endColorstr="$black", GradientType=0);
  border-color: #7a7a7b;
}

.btn-download-checked {
  background: url("../images/downarrow_nvidiagreen.svg") no-repeat 8px center;
  background-size: 23px;
}
.btn-download-checked:active {
  background: #e1e1e1;
  background: -moz-linear-gradient(top, #e1e1e1 0%, #fff 99%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e1e1e1), color-stop(99%, #fff));
  background: -webkit-linear-gradient(top, #e1e1e1 0%, #fff 99%);
  background: -o-linear-gradient(top, #e1e1e1 0%, #fff 99%);
  background: -ms-linear-gradient(top, #e1e1e1 0%, #fff 99%);
  background: linear-gradient(to bottom, #e1e1e1 0%, #fff 99%);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr="$white", endColorstr="$black", GradientType=0);
  border-color: #7a7a7b;
}

.btn-back {
  background: url("../images/leftarrow_grey.svg") no-repeat 8px center;
  background-size: 23px;
}
.btn-back:active {
  background: #e1e1e1;
  background: -moz-linear-gradient(top, #e1e1e1 0%, #fff 99%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e1e1e1), color-stop(99%, #fff));
  background: -webkit-linear-gradient(top, #e1e1e1 0%, #fff 99%);
  background: -o-linear-gradient(top, #e1e1e1 0%, #fff 99%);
  background: -ms-linear-gradient(top, #e1e1e1 0%, #fff 99%);
  background: linear-gradient(to bottom, #e1e1e1 0%, #fff 99%);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr="$white", endColorstr="$black", GradientType=0);
  border-color: #7a7a7b;
}

.ui-widget button,
.ui-widget input,
.ui-widget select,
.ui-widget textarea {
  font-family: Arial, Helvetica, sans-serif !important;
  font-size: 9pt !important;
  font-weight: bold;
}

.reassign-form-btns .cancel_btn {
  background: url("../images/cross_nobg_radeonred.svg") no-repeat 14px center;
  background-size: 20px;
}
.reassign-form-btns .cancel_btn:hover {
  background: url("../images/cross_nobg_radeonred.svg") no-repeat 14px center;
  background-size: 20px;
}
.reassign-form-btns .add_person_btn {
  background: url("../images/check_nvidiagreen.svg") no-repeat 8px center;
  background-size: 23px;
}
.reassign-form-btns .add_person_btn:hover {
  background: url("../images/check_nvidiagreen.svg") no-repeat 8px center;
  background-size: 23px;
}

.btn-cancel {
  background: #f4f4f4 !important;
  color: #767676 !important;
  border: 1px solid #828282;
  background-size: 20px;
}
.btn-cancel.dialog, .btn-cancel.close {
  background: #f4f4f4 no-repeat 1em center;
  background-size: 23px;
}
.btn-cancel.subscription {
  bottom: 0;
  color: #595959;
  font-size: 1vw;
  padding: 1em 4em;
  right: 0;
}
.btn-cancel:hover {
  border: 1px solid #888888 !important;
  color: #fff !important;
  background: #888888 !important;
}

.btn-login {
  background: url("../images/key_nvidiagreen.svg") no-repeat 8px center;
  background-size: 23px;
}

.btn-password {
  width: 99%;
  background: url("../images/key_firefoxorange.svg") no-repeat 8px center;
  background-size: 23px;
}
.btn-password:active {
  background: #e1e1e1;
  background: -moz-linear-gradient(top, #e1e1e1 0%, #fff 99%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e1e1e1), color-stop(99%, #fff));
  background: -webkit-linear-gradient(top, #e1e1e1 0%, #fff 99%);
  background: -o-linear-gradient(top, #e1e1e1 0%, #fff 99%);
  background: -ms-linear-gradient(top, #e1e1e1 0%, #fff 99%);
  background: linear-gradient(to bottom, #e1e1e1 0%, #fff 99%);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr="$white", endColorstr="$black", GradientType=0);
  border-color: #7a7a7b;
}

.member-actions input[type=button],
.member-actions button {
  background: #fff;
  background: -moz-linear-gradient(top, #fff 0%, #f5f5f5 99%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(99%, #f5f5f5));
  background: -webkit-linear-gradient(top, #fff 0%, #f5f5f5 99%);
  background: -o-linear-gradient(top, #fff 0%, #f5f5f5 99%);
  background: -ms-linear-gradient(top, #fff 0%, #f5f5f5 99%);
  background: linear-gradient(to bottom, #fff 0%, #f5f5f5 99%);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr="$white", endColorstr="$black", GradientType=0);
  margin: 0.8rem 0 0 0.8rem;
  width: 220px;
}
.member-actions input[type=button].btn-reset,
.member-actions button.btn-reset {
  background: url("../images/key_firefoxorange.svg") no-repeat 10px center;
  background-size: 23px;
  white-space: normal;
}
.member-actions input[type=button].btn-remove,
.member-actions button.btn-remove {
  background: url("../images/cross_nobg_radeonred.svg") no-repeat 14px center;
  background-size: 20px;
}
.member-actions input[type=button].btn-remove.spinner,
.member-actions button.btn-remove.spinner {
  background: url("../images/loading_spin.svg") no-repeat 14px center;
  background-size: 20px;
}
.member-actions input[type=button].btn-reset-2fa,
.member-actions button.btn-reset-2fa {
  background: url("../images/iphone.svg") no-repeat 15px center;
  background-size: 15px;
}
.member-actions input[type=button].btn-impersonate,
.member-actions button.btn-impersonate {
  background: url("../images/delegates.svg") no-repeat 12px center;
  background-size: 20px;
}
.member-actions input[type=button].btn-transfer,
.member-actions button.btn-transfer {
  background: url("../images/channels.svg") no-repeat 12px center;
  background-size: 20px;
  white-space: normal;
}
.member-actions input[type=button].btn-unlock,
.member-actions button.btn-unlock {
  background: url("../images/padlockGray.svg") no-repeat 11px center;
  background-size: 28px;
}
.member-actions input[type=button].disabled,
.member-actions button.disabled {
  opacity: 0.5;
  filter: alpha(opacity=50);
  cursor: default;
}

.btn-update {
  background-color: #41AD49 !important;
  background: #41AD49 !important;
  border: #41AD49 solid 1px !important;
  color: #fff;
}
.btn-update:hover {
  background: #298831 !important;
}

.btn-width-auto {
  width: auto;
}

.btn-group {
  position: relative;
}
.btn-group a, .btn-group button {
  float: left;
  margin: 0 8px 0 0;
}
.btn-group.send-messages {
  padding: 0.5em 0;
  overflow: hidden;
}
.btn-group.send-messages .btn {
  margin-bottom: 5px;
}

.btn-delete,
.btn-download,
.btn-download-all,
.btn-folder,
.btn-send,
.btn-upload,
.btn-clear-image,
.btn-refresh-preview,
.btn-wm-save,
.btn-wm-cancel,
.export-message,
.upload-netdocs,
.btn-sign-bulk {
  -webkit-border-radius: 4px;
  background-clip: padding-box;
  border-radius: 4px;
  background: #41AD49;
  border: 1px solid #41AD49;
  box-shadow: none;
  color: #fff;
  font-family: Arial, "Lucida Grande", sans-serif;
  font-size: 9pt;
  font-weight: bold;
  line-height: 15px;
  padding: 8px 23px;
  display: inline-block;
  margin-bottom: 5px;
}

.btn-send {
  padding-left: 0px !important;
  padding-right: 0px !important;
  width: 74px;
  text-align: center;
}
.btn-send:hover {
  background: #298831;
}

.btn-delete,
.btn-download,
.btn-download-all,
.btn-folder,
.btn-upload,
.btn-clear-image,
.btn-refresh-preview,
.btn-wm-cancel,
.export-message,
.upload-netdocs,
.btn-sign-bulk {
  background: #f7f7f7;
  border: 1px solid #b5b5b5;
  color: #717171;
  padding: 8px;
}
.btn-delete .fa-paperclip,
.btn-download .fa-paperclip,
.btn-download-all .fa-paperclip,
.btn-folder .fa-paperclip,
.btn-upload .fa-paperclip,
.btn-clear-image .fa-paperclip,
.btn-refresh-preview .fa-paperclip,
.btn-wm-cancel .fa-paperclip,
.export-message .fa-paperclip,
.upload-netdocs .fa-paperclip,
.btn-sign-bulk .fa-paperclip {
  margin: 0 5px 0 0;
}

.btn-wm-cancel {
  padding: 8px 20px;
  background: #f4f4f4;
}

.btn-wm-save {
  background-color: #41AD49;
  border: #41AD49 solid 1px;
  color: #fff;
}

.btn-toolbar {
  -webkit-border-radius: 4px;
  background-clip: padding-box;
  border-radius: 4px;
  background: url("../images/black_btn.png") repeat-x;
  border: 1px solid #000;
  box-shadow: none;
  color: #fff;
  float: right;
  font-family: Arial, "Lucida Grande", sans-serif;
  outline: none;
  padding: 2px 10px;
}
.btn-toolbar:hover {
  background: #444;
  text-shadow: 1px 1px 1px #333;
}
.btn-toolbar:focus {
  outline: 2px solid #1E90FF;
}

.btn-delete:active,
.btn-download:active,
.btn-export-message:active,
.btn-folder:active,
.upload-netdocs:active,
.btn-sign-bulk:active {
  text-shadow: none;
}
.btn-delete:hover,
.btn-download:hover,
.btn-export-message:hover,
.btn-folder:hover,
.upload-netdocs:hover,
.btn-sign-bulk:hover {
  background-position: 0 -27px;
}

.feedbackSendBtn,
.links > a,
.black_btn,
.help a {
  -webkit-border-radius: 4px;
  background-clip: padding-box;
  border-radius: 4px;
  background: url("../images/black_btn.png") repeat-x;
  border: 1px solid #000;
  color: #fff;
  display: block;
  float: right;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 9pt;
  font-weight: bold;
  height: 15px;
  line-height: 15px;
  padding: 4px 12px;
}
.feedbackSendBtn:focus,
.links > a:focus,
.black_btn:focus,
.help a:focus {
  outline: 2px solid #1E90FF;
}

.help a {
  float: left;
  margin: 5px;
}

.feedbackSendBtn {
  margin-top: 58px;
}

.create_csv_btn {
  background: url("../images/file_down.svg") no-repeat;
  font-size: 9pt;
  height: 18px;
  margin-right: 15px;
  padding-left: 20px;
}
.create_csv_btn:hover {
  filter: alpha(opacity=70);
  opacity: 0.7;
}

.proceed_btn {
  background: url("../images/rightarrow_nvidiagreen.svg") no-repeat 8px center;
  background-size: 23px;
}

.center_container {
  display: flex;
  justify-content: center;
}

.register_btn {
  background: url("../images/book_nvidiagreen.svg") no-repeat 8px center;
  background-size: 23px;
  font-size: 10pt;
}

.verifiyForm a {
  -moz-box-shadow: 0 1px 3px 0 #ddd;
  -webkit-box-shadow: 0 1px 3px 0 #ddd;
  box-shadow: 0 1px 3px 0 #ddd;
  background: url("../images/access_green_btn.png") repeat-x;
  border-bottom: 1px solid #455817;
  border-left: 1px solid #4c7116;
  border-right: 1px solid #4c7116;
  border-top: 1px solid #579415;
  color: #fff;
  font-size: 10pt;
  height: 24px;
  line-height: 18pt;
  margin-top: 6px;
  text-align: center;
  text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.57);
  width: 74px;
}

.cancel_subs_btn,
.connect_btn,
.disconnect_btn,
.imp_device,
.imp_in,
.sync_btn,
.upgrade_btn {
  background: #fff;
  background: -moz-linear-gradient(top, #fff 0%, #f5f5f5 99%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(99%, #f5f5f5));
  background: -webkit-linear-gradient(top, #fff 0%, #f5f5f5 99%);
  background: -o-linear-gradient(top, #fff 0%, #f5f5f5 99%);
  background: -ms-linear-gradient(top, #fff 0%, #f5f5f5 99%);
  background: linear-gradient(to bottom, #fff 0%, #f5f5f5 99%);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr="$white", endColorstr="$black", GradientType=0);
  background: url("../images/cross_nobg_radeonred.svg") no-repeat 14px center;
  background-size: 20px;
}
.cancel_subs_btn:active,
.connect_btn:active,
.disconnect_btn:active,
.imp_device:active,
.imp_in:active,
.sync_btn:active,
.upgrade_btn:active {
  background: #e1e1e1;
  background: -moz-linear-gradient(top, #e1e1e1 0%, #fff 99%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e1e1e1), color-stop(99%, #fff));
  background: -webkit-linear-gradient(top, #e1e1e1 0%, #fff 99%);
  background: -o-linear-gradient(top, #e1e1e1 0%, #fff 99%);
  background: -ms-linear-gradient(top, #e1e1e1 0%, #fff 99%);
  background: linear-gradient(to bottom, #e1e1e1 0%, #fff 99%);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr="$white", endColorstr="$black", GradientType=0);
  border-color: #7a7a7b;
  color: #41AD49;
}

.connect_btn {
  background: url("../images/connect_green.svg") no-repeat 8px center;
  background-size: 24px 24px;
}

.disconnect_btn {
  background: url("../images/disconnect_radeonred.svg") no-repeat 8px center;
  background-size: 24px 24px;
}

.imp_in {
  background: url("../images/linkedin.svg") no-repeat 8px center;
  background-size: 24px 24px;
}

.imp_device {
  background: url("../images/iphone.svg") no-repeat 8px center;
  background-size: 24px 24px;
}

.sync_btn {
  background: url("../images/sync_green.svg") no-repeat 8px center;
  background-size: 24px 24px;
}

.upgrade_btn {
  background: url("../images/arrow_up_thicc.svg") no-repeat 14px center;
  background-size: 24px 24px;
}

.load_message_files {
  cursor: pointer;
}

.load_message_files_text {
  font-size: 13px;
  margin-left: 8px;
}

.btn-accept-request {
  color: #63bb6b;
}

.btn-decline-request {
  color: #c55858;
}

.btn-accept-request, .btn-decline-request {
  margin: 0;
  padding: 0;
  width: 45%;
  text-align: center;
  cursor: pointer;
}

.cancel-send {
  background: #de2c2c;
  border: 1px solid #de2c2c;
}
.cancel-send:hover {
  background: #ca0000 !important;
}

.confirm-dialog-submit, .confirm-dialog-cancel {
  padding: 6px 35px;
  width: auto;
  margin: 0px 4px;
}

.ms365-create-new-root {
  display: contents;
}
.ms365-create-new-root .btn-ms-create-new {
  font-size: 9pt;
  font-weight: bold;
  background: #f7f7f7;
  padding: 6px 10px 7px 8px;
  border: 1px solid #b5b5b5;
}
.ms365-create-new-root .btn-ms-create-new > span {
  padding-left: 4px;
}
.ms365-create-new-root .btn-ms-create-new > img {
  width: 16px;
  height: 16px;
  vertical-align: text-bottom;
}
.ms365-create-new-root .btn-ms-create-new > i.fa {
  padding-left: 6px;
}

.action-buttons-container {
  margin-top: 5px;
  display: flex;
  gap: 5px;
  justify-content: center;
}

.action-buttons-container input,
.action-buttons-container button {
  flex: 1;
  padding-left: 0px;
  padding-right: 0px;
  max-width: 10rem;
  margin-top: 0 !important;
}

.watermark-btn-container {
  margin-left: 3em;
  justify-content: flex-start;
}

.dialog-btn-width-padding {
  margin-top: 5px;
  padding-left: 20%;
  padding-right: 20%;
}

#options_container {
  -moz-box-shadow: 0 0 4px 1px #e2e2e2;
  -webkit-box-shadow: 0 0 4px 1px #e2e2e2;
  box-shadow: 0 0 4px 1px #e2e2e2;
  background-color: #fff;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  border-left: 1px solid #cbcbcb;
  border-right: 1px solid #cbcbcb;
  border-bottom: 1px solid #949494;
  max-width: 100%;
}

.options_details_header {
  padding-bottom: 10px;
}

.options_details_header h2 {
  font-size: 20pt;
  color: #363636;
  margin: 7px 0 20px;
}

.options_details_header h2.preferences_subtitle {
  font-size: 16.5pt;
}

#edit_profile {
  display: inline-block;
  margin-left: 10px;
}

#options_container.newContiner .options_details_header {
  margin-bottom: 0;
}

#options_container.newContiner {
  width: 688px !important;
}

#options_container.BigNewContiner {
  width: 792px !important;
}

#options_container.fluidContainer {
  width: auto !important;
}

#options_container.newContiner .noti > h3 {
  margin-top: 0;
}

#options_header > ul {
  padding-left: 19px;
  padding-right: 27px;
  display: flex;
  flex-wrap: wrap;
}

#options_header > ul li {
  float: left;
  margin-right: 22px;
  padding-top: 5px;
  border-bottom: 3px solid transparent;
  padding-left: 6px;
  padding-right: 6px;
  flex: 0 0 auto;
}
#options_header > ul li:last-child {
  margin-right: 0px;
}

#options_header > ul li.active {
  border-bottom-color: #ffa200;
}

.options_user_profile {
  width: 70px;
}

.options_contacts {
  width: 52px;
}

.options_preferences {
  width: 69px;
}

.options_notifications {
  width: 73px;
}

.options_integrations {
  width: 69px;
}

.options_subscription {
  width: 72px;
}

.options_manage_users {
  width: 85px;
  margin-right: 24px !important;
}

.options_branding {
  width: 68px;
}

.options_download {
  width: 60px;
}

.options_stat {
  width: 105px;
  margin-right: 20px !important;
}

.options_detailed {
  width: 120px;
  margin-right: 20px !important;
}

#options_header {
  background: #fff;
  background: -moz-linear-gradient(top, #fff 0%, #f0f1f2 99%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(99%, #f0f1f2));
  background: -webkit-linear-gradient(top, #fff 0%, #f0f1f2 99%);
  background: -o-linear-gradient(top, #fff 0%, #f0f1f2 99%);
  background: -ms-linear-gradient(top, #fff 0%, #f0f1f2 99%);
  background: linear-gradient(to bottom, #fff 0%, #f0f1f2 99%);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr="$white", endColorstr="$black", GradientType=0);
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-topleft: 7px;
  -moz-border-radius-topright: 7px;
  -webkit-border-radius: 7px 7px 0 0;
  border-radius: 7px 7px 0 0;
}

.profile_details .left.img {
  margin-right: 20px;
  width: 116px;
  margin-top: 0;
}

.profile_details .left.img a {
  margin-right: 6px;
}

a.edit, a.edit_org {
  width: 14px;
  height: 14px;
  background: url("../images/pencil.svg") no-repeat;
  display: inline-block;
}

.option-view {
  padding: 20px 35px;
}

div.user-details {
  display: inline-block;
  padding: 0;
  margin: 0;
  width: 50%;
}

.bounded_width_form {
  max-width: 232px;
}

#billing-view {
  padding: 20px 35px;
}
#billing-view span, #billing-view label {
  color: #6d6d6d;
  font-size: 13px;
}
#billing-view span.field_error, #billing-view label.field_error {
  color: #e40f0f;
}
#billing-view input, #billing-view select {
  height: 29px;
  background: #ffffff;
  box-shadow: none;
  border: 1px solid #828282;
  border-radius: 4px;
  box-sizing: border-box;
  color: #6d6d6d;
  font-size: 13px;
}
#billing-view input.billing-submit {
  width: 100%;
  background-color: #237d29;
  color: white;
  border-color: #298831;
}
#billing-view #billing-body {
  margin: auto;
  display: flex;
  flex-wrap: wrap;
}
#billing-view #billing-body input[type=number] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}
#billing-view #billing-body input[type=number]::-webkit-inner-spin-button,
#billing-view #billing-body input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}
#billing-view #billing-body #num-input-container {
  width: 80px;
  height: 30px;
  border: 1px solid #ddd;
  border-radius: 5px;
  color: #444;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
#billing-view #billing-body #num-input-container #num-license {
  width: 35px;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  height: 100%;
  line-height: 30px;
  margin: 0px 5px 0 5px;
  padding: 0px;
  border-top: none;
  border-bottom: none;
  border-radius: 0px;
  text-align: center;
}
#billing-view #billing-body #invoice-preview .left {
  width: 70%;
}
#billing-view #billing-body #invoice-preview .invoice-details {
  background: #F2F2F2;
  padding: 12px;
  border-radius: 8px;
}
#billing-view #billing-body #invoice-preview .invoice-details span {
  color: #555;
}
#billing-view #billing-body #invoice-preview .invoice-details .invoice-headers {
  font-weight: bold;
}
#billing-view #billing-body #invoice-preview .invoice-details .invoice-headers, #billing-view #billing-body #invoice-preview .invoice-details .invoice-item {
  display: flex;
}
#billing-view #billing-body #invoice-preview .invoice-details .invoice-headers .charge-col, #billing-view #billing-body #invoice-preview .invoice-details .invoice-item .charge-col {
  width: 60%;
}
#billing-view #billing-body #invoice-preview .invoice-details .invoice-headers .qty-col, #billing-view #billing-body #invoice-preview .invoice-details .invoice-item .qty-col {
  width: 60px;
}
#billing-view #billing-body #invoice-preview .invoice-details .invoice-headers .amount-col, #billing-view #billing-body #invoice-preview .invoice-details .invoice-item .amount-col {
  margin-left: auto;
}
#billing-view #billing-body #invoice-preview #toggle-next-billing, #billing-view #billing-body #invoice-preview #toggle-prorations {
  font-size: 12px;
  color: #888;
}
#billing-view #billing-body #invoice-preview #toggle-next-billing:hover, #billing-view #billing-body #invoice-preview #toggle-prorations:hover {
  color: #000;
}
#billing-view #billing-body #billing-left-column {
  max-width: 595px;
  min-width: 300px;
  flex-grow: 1;
}
#billing-view #billing-body #billing-left-column .sub-plan-form {
  min-width: 470px;
}
#billing-view #billing-body #billing-left-column .sub-plan-form button {
  padding: 3px;
  border: none;
  background: none;
  width: 15px;
}
#billing-view #billing-body #billing-left-column .sub-plan-form button:disabled {
  cursor: default;
}
#billing-view #billing-body #billing-left-column .sub-plan-form .light-grey {
  color: #6E6E6E;
}
#billing-view #billing-body #billing-left-column .sub-plan-form #input-error {
  color: red;
  font-size: 12px;
  padding-top: 5px;
}
#billing-view #billing-body #billing-left-column .sub-plan-form .fa-spinner {
  vertical-align: middle;
  color: gray;
}
#billing-view #billing-body #billing-left-column .sub-plan-form #confirm-update-sub {
  background-color: #237d29;
  color: white;
  border: 1px solid #237d29;
}
#billing-view #billing-body #billing-left-column .sub-plan-form #cancel-update-sub {
  margin-right: 5px;
}
#billing-view #billing-body #billing-left-column .sub-plan-form .btn {
  padding: 6px 35px;
  line-height: 17px;
}
#billing-view #billing-body #billing-left-column .sub-plan-form .btn:disabled {
  cursor: default;
}
#billing-view #billing-body #billing-left-column .sub-plan-form .visible-amount {
  padding-right: 10px;
  font-size: 16px;
}
@media only screen and (max-width: 850px) {
  #billing-view #billing-body #billing-left-column .sub-plan-form {
    min-width: auto;
  }
}
#billing-view #billing-body #billing-left-column #billing-form-container {
  margin: 2px 0 0 10px;
  padding-top: 15px;
}
#billing-view #billing-body #billing-left-column #billing-address-form .btn-cancel {
  background: url("../images/cross_nobg_radeonred.svg") no-repeat 12px center;
  background-size: 15px;
}
#billing-view #billing-body #billing-left-column .upgrade-form .input-row, #billing-view #billing-body #billing-left-column #billing-address-form .input-row {
  margin-top: 10px;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
#billing-view #billing-body #billing-left-column .upgrade-form .input-row .input-element, #billing-view #billing-body #billing-left-column #billing-address-form .input-row .input-element {
  width: 48%;
}
#billing-view #billing-body #billing-left-column .upgrade-form .input-row .cardinfo-column, #billing-view #billing-body #billing-left-column #billing-address-form .input-row .cardinfo-column {
  display: flex;
  width: 48%;
  justify-content: space-between;
}
#billing-view #billing-body #billing-left-column .upgrade-form .input-row input, #billing-view #billing-body #billing-left-column #billing-address-form .input-row input {
  margin-top: 5px;
  width: 100%;
  padding: 0px 5px;
}
#billing-view #billing-body #billing-left-column .upgrade-form .input-row select, #billing-view #billing-body #billing-left-column #billing-address-form .input-row select {
  margin-top: 5px;
  width: 100%;
  padding: 0px 5px;
}
#billing-view #billing-body #billing-left-column .upgrade-form {
  padding: 25px;
  border: 1px solid #828282;
  border-radius: 5px;
}
#billing-view #billing-body #billing-left-column .upgrade-form .license-purchase-div #license-count {
  text-align: center;
  width: 50px;
}
#billing-view #billing-body #billing-left-column .upgrade-form .license-purchase-div #billing-period {
  width: 80px;
}
#billing-view #billing-body #billing-left-column .upgrade-form .select-plan-div a {
  color: blue;
  text-decoration: underline;
  font-size: 9pt;
}
#billing-view #billing-body #billing-left-column .upgrade-form .select-plan-div a:hover {
  text-decoration: none;
}
#billing-view #billing-body #billing-left-column .upgrade-form .select-plan-div #plan-choice {
  width: 85px;
}
#billing-view #billing-body #billing-left-column .upgrade-form .field_error {
  color: #e40f0f;
}
#billing-view #billing-body #billing-left-column .upgrade-form .field_error a {
  color: blue;
  text-decoration: underline;
}
#billing-view #billing-body #billing-left-column .upgrade-form .field_error a:hover {
  text-decoration: none;
}
#billing-view #billing-body #billing-left-column .upgrade-form form label {
  margin-top: 10px;
}
#billing-view #billing-body #billing-left-column .customer-billing-form .field_error {
  color: red;
}
#billing-view #billing-body #billing-left-column .customer-billing-form .btn-cancel {
  background: url("../images/cross_nobg_radeonred.svg") no-repeat 12px center;
  background-size: 15px;
}
#billing-view #billing-body #billing-left-column .customer-billing-form .billing-row {
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
  padding-top: 5px;
}
#billing-view #billing-body #billing-left-column .customer-billing-form .billing-row label {
  margin-top: 5px;
  flex: 60%;
}
#billing-view #billing-body #billing-left-column .customer-billing-form .billing-row .billing-country, #billing-view #billing-body #billing-left-column .customer-billing-form .billing-row .billing-province {
  width: 135px;
}
#billing-view #billing-body #billing-left-column .customer-billing-form .billing-row .billing-input input {
  width: 100%;
}
#billing-view #billing-body #billing-left-column .customer-billing-form .billing-row .ccexpirybox select {
  width: 25%;
  text-align: center;
}
#billing-view #billing-body #billing-left-column .customer-billing-form .billing-row .billing-input, #billing-view #billing-body #billing-left-column .customer-billing-form .billing-row .ccexpirybox {
  width: 100%;
}
#billing-view #billing-body #billing-left-column .customer-billing-form .btn-update, #billing-view #billing-body #billing-left-column .customer-billing-form .btn-cancel {
  padding-bottom: 24px;
}
#billing-view #billing-body #billing-left-column .customer-billing-form .btn-update {
  background: url("../images/check_nvidiagreen.svg") no-repeat 8px center;
  background-size: 20px;
}
#billing-view #billing-body #billing-left-column .customer-billing-summary {
  padding-top: 10px;
  padding-left: 10px;
}
#billing-view #billing-body #billing-left-column .customer-billing-summary #edit-payment-method, #billing-view #billing-body #billing-left-column .customer-billing-summary #edit-billing-address {
  margin: 2px 0 0 10px;
}
#billing-view #billing-body #billing-left-column .customer-billing-summary .btn-update, #billing-view #billing-body #billing-left-column .customer-billing-summary .btn-cancel {
  padding-bottom: 24px;
}
#billing-view #billing-body #billing-left-column .customer-billing-summary .btn-update {
  background: url("../images/check_nvidiagreen.svg") no-repeat 8px center;
  background-size: 20px;
}
#billing-view #billing-body #billing-divider {
  width: 5%;
  max-width: 50px;
}
#billing-view #billing-body #billing-right-column {
  min-width: 220px;
  max-width: 420px;
  padding-top: 15px;
}
#billing-view #billing-body #billing-right-column #promo-information {
  border-bottom: 1px solid #828282;
}
#billing-view #billing-body #billing-right-column #promo-information h3 {
  margin-top: 0px;
}
#billing-view #billing-body #billing-right-column #promo-information .upgrade-detail {
  display: flex;
}
#billing-view #billing-body #billing-right-column #promo-information .upgrade-detail img {
  padding: 7px 10px 0px 0px;
  height: 12px;
}
#billing-view #billing-body #billing-right-column #promo-information .upgrade-detail p {
  font-size: 13px;
}
#billing-view #billing-body #billing-right-column .customer-information {
  text-align: center;
}
#billing-view #billing-body #billing-right-column .customer-information #edit-sub-plan {
  text-transform: capitalize;
}
#billing-view #billing-body #billing-right-column .customer-information #edit-sub-plan.upgrades-only {
  height: auto;
  background: url("../images/plus_nvidiagreen.svg") no-repeat 8px center;
  background-size: 23px;
}
#billing-view #billing-body #billing-right-column .customer-information #edit-sub-plan:hover {
  color: #000;
}
#billing-view #billing-body #billing-right-column #checkout-information {
  width: 80%;
  margin-top: 20px;
  padding: 15px;
  border: 1px solid #828282;
  border-radius: 4px;
  font-size: 13px !important;
  color: #6d6d6d;
}
#billing-view #billing-body #billing-right-column #checkout-information #checkout-total {
  border-top: 1px solid #828282;
  margin-top: 8px;
}
#billing-view #billing-body #billing-right-column #checkout-information #checkout-total div {
  font-weight: bold;
}
#billing-view #billing-body #billing-right-column #checkout-information #yearly-discount, #billing-view #billing-body #billing-right-column #checkout-information #discount-summary, #billing-view #billing-body #billing-right-column #checkout-information #discount-name {
  color: #117132;
}
#billing-view #billing-body #billing-right-column #checkout-information .checkout-row {
  padding-top: 8px;
  display: flex;
  justify-content: space-between;
}
#billing-view #billing-body #billing-right-column #checkout-information .checkout-row div {
  width: 50%;
  text-align: left;
}

.options_details_header.newform div.profile_details.subscription form.editform input[type^=text], .options_details_header.newform div.profile_details.subscription form.editform input[type^=tel] {
  float: right;
  margin: -27px 35px 0 0;
}

div.profile_details.subscription form.editform input[type=number] {
  width: 50px;
  height: 25px;
  float: right;
  margin: -27px 35px 0 0;
}

.visa_details {
  margin-bottom: 17px;
}

.visa_details img {
  margin-right: 9px;
  margin-top: 3px;
}

.loading-indicator {
  display: none;
  text-align: center;
  padding: 50px;
}

#trial-info-container .flex {
  justify-content: center;
}
#trial-info-container .discount-header {
  margin-bottom: 10px;
  display: inline-block;
  color: inherit;
  line-height: inherit;
  font-size: inherit;
}
#trial-info-container #discount-code-row {
  margin-bottom: 15px;
  padding-top: 0px !important;
}
#trial-info-container #discount-code {
  width: 100%;
  float: left;
  height: 30px;
  margin-right: 5px;
}
#trial-info-container #add-discount {
  padding: 0 25px;
  font-size: 12px;
  height: 30px;
  background: white;
}
#trial-info-container #add-discount:hover:not(:disabled) {
  background: #eee;
}
#trial-info-container #add-discount:disabled {
  cursor: default;
  color: #888;
  border: 1px solid #888;
}
#trial-info-container #discount-container .field_error {
  margin-top: -10px;
}
#trial-info-container #discount-name {
  text-transform: uppercase;
}
#trial-info-container #remove-discount {
  color: gray;
  margin-left: 3px;
}
#trial-info-container #remove-discount:hover {
  opacity: 0.7;
}
#trial-info-container #remove-discount .close-icon {
  width: 13px;
  vertical-align: -2px;
}
#trial-info-container .info-icon {
  padding-left: 5px;
  vertical-align: -1px;
}

#z-container {
  width: 100%;
  max-width: 600px;
  margin: 10px;
  padding: 20px;
}

.docusign-auth-buttons {
  margin-top: 10px;
  max-width: 400px;
  display: flex;
  column-count: 1;
  gap: 10px;
}
.docusign-auth-buttons input {
  width: auto;
}

.docusign-auth-options {
  flex-direction: column;
  margin-bottom: 15px;
  margin-top: 15px;
}
.docusign-auth-options span label, .docusign-auth-options span a {
  margin-left: 10px;
  vertical-align: text-bottom;
}
.docusign-auth-options span a {
  font-size: 12px;
}

.no-integrations {
  margin-top: 35px;
  text-align: center;
}
.no-integrations .no-integrations-info-text {
  padding-top: 20px;
}
.no-integrations .no-integrations-info-text p {
  display: inline-block;
}
.no-integrations .no-integrations-info-text a {
  color: blue;
  text-decoration: underline;
}

.esignature-auth-status, .ms365-auth-status {
  margin-top: 3px;
}
.esignature-auth-status .status-checkmark, .ms365-auth-status .status-checkmark {
  height: 16px;
  padding-right: 3px;
  vertical-align: text-top;
}

.auth-description {
  display: flex;
  align-items: center;
  gap: 5px;
}
.auth-description .checkmark {
  height: 16px;
}

.buttons-container {
  padding-top: 10px;
}
.buttons-container #authorize {
  width: unset;
}
.buttons-container #remove-auth {
  margin: 0px;
}

#transfer-owner-dialog #password {
  width: 100%;
  height: 26px;
  margin: 10px 0;
}
#transfer-owner-dialog .buttons-container {
  padding-top: 10px;
}
#transfer-owner-dialog .resend-pin {
  text-align: center;
  padding-top: 10px;
  line-height: unset;
}

.transfer-sub-owner div#tf-password-container {
  width: unset;
}
.transfer-sub-owner div#tf-password-container p {
  font-size: 11pt;
}
.transfer-sub-owner div#tf-password-container .verify {
  text-align: left;
}
.transfer-sub-owner div#tf-password-container .terms-accept {
  text-align: center;
  font-size: 11pt;
}
.transfer-sub-owner #tf-password-container #id_pin {
  width: 100%;
  margin: 15px 0;
  height: 26px;
}
.transfer-sub-owner .field_error {
  padding-bottom: 0px;
}

.impersonate_member:disabled {
  opacity: 0.5;
  cursor: default;
}

.paginator-control {
  font-size: 13px;
}
.paginator-control #paginator-label {
  padding: 0 10px;
}
.paginator-control .dropdown {
  width: 55px;
}

.docusign-signers-container {
  flex-direction: column;
  width: 100%;
  align-items: center;
  padding-bottom: 12px;
  padding-top: 8px;
}
.docusign-signers-container .docusign-signers-list {
  flex-direction: column;
}
.docusign-signers-container .docusign-signers-list input[type=checkbox].css-checkbox + label.css-label {
  font-size: 12px;
  visibility: visible;
}

.docusign-add-more-signers {
  display: inline-block;
  text-align: center;
  margin-top: -6px;
  font-size: 10px;
}

.signed-folder-name {
  justify-content: center;
  padding-bottom: 14px;
}
.signed-folder-name div {
  justify-content: flex-start;
}
.signed-folder-name div span {
  padding-right: 6px;
}

.netdocs-dialog .top-section {
  display: flex;
  padding-bottom: 15px;
}
.netdocs-dialog .top-section .logo {
  width: 200px;
}
.netdocs-dialog .main-section {
  height: 60vh;
  overflow-x: hidden;
  overflow-y: auto;
}
.netdocs-dialog .main-section .cabinet-list {
  padding-left: 2%;
  overflow-x: hidden;
  overflow-y: auto;
}
.netdocs-dialog .main-section .file-view {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2%;
}

.tf-dialog .netdocs-import-dialog {
  height: 250px;
  overflow: auto;
}
.tf-dialog .netdocs-import-dialog .main-section {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.tf-dialog .netdocs-import-dialog .file-name-container {
  display: flex;
  align-items: center;
  width: 350px;
}
.tf-dialog .netdocs-import-dialog .file-name-container .file-icon {
  width: 12px;
  padding-right: 5px;
}
.tf-dialog .netdocs-import-dialog .file-name-container .file-name {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.tf-dialog .netdocs-import-dialog .file-name-container .checkmark,
.tf-dialog .netdocs-import-dialog .file-name-container .retry-icon {
  font-size: 15px;
  padding-left: 5px;
}
.tf-dialog .netdocs-import-dialog .file-name-container .checkmark {
  color: #1c971c;
}
.tf-dialog .netdocs-import-dialog .file-name-container .retry-icon {
  cursor: pointer;
  color: #919191;
}
.tf-dialog .netdocs-import-dialog .file-name-container .error-text {
  padding-right: 5px;
  color: #db0b0b;
}
.tf-dialog .netdocs-import-dialog .progress-container {
  display: flex;
  align-items: center;
}
.tf-dialog .netdocs-import-dialog .progress-bar {
  flex: 1;
  height: 4px;
  background-color: #ccc;
  border-radius: 10px;
}
.tf-dialog .netdocs-import-dialog .progress-bar .current-progress {
  height: 100%;
  width: 0%;
  background: #4caf50;
  border-radius: 10px;
}
.tf-dialog .netdocs-import-dialog .cancel-button {
  padding: 0;
  background: none;
  border: none;
  color: #888;
}

.item-img {
  width: 20px;
}

.netdocs-row-items {
  display: flex;
  margin-bottom: 3%;
  gap: 2%;
  font-size: large;
}

.table-row-first-cell {
  display: flex;
  gap: 2%;
}

.table-row-first-cell:hover {
  cursor: pointer;
}

.netdocs-menu-bar {
  display: flex;
  height: 2em;
  margin: 0.5em 0 0 0;
  padding: 8px 20px 8px 25.5px;
  background-color: #464646;
  justify-content: flex-end;
}

.netdocs-matter-client-bar {
  border-radius: 5px 0px 0px 5px;
  padding: 5px 10px 5px 10px;
  background-color: #fff;
  display: flex;
  align-items: center;
  gap: 10px;
  width: 50%;
}

.netdocs-search-text {
  font-weight: 300;
  padding-left: 2px;
  padding-right: 2px;
}

input.netdocs-input {
  font-size: medium !important;
  outline: 0;
  font-weight: 300;
  border-width: 0px 0px 1px;
  width: 100%;
}

.netdocs-search-button {
  margin: 0 !important;
  border-radius: 0px 5px 5px 0px !important;
  padding: 15px !important;
}

.upload-progress {
  box-shadow: 0px 0px 20px 7px rgba(0, 0, 0, 0.2);
  right: 20px;
  bottom: 80px;
  position: fixed;
  background-color: #41ad48;
  border-radius: 8px;
  margin-right: 1%;
  padding: 8px 10px;
  font-size: medium !important;
}

.upload-progress-text {
  color: white;
  font-size: medium;
  margin-bottom: 2%;
  display: flex;
  justify-content: center;
}

button.upload-button {
  box-shadow: 0px 0px 20px 7px rgba(0, 0, 0, 0.2);
  right: 20px;
  bottom: 20px;
  position: fixed;
  background-color: #41ad48;
  border-radius: 8px;
  margin-right: 1%;
  padding: 8px 10px;
  font-size: medium !important;
  text-transform: capitalize;
}

button.upload-button:hover {
  box-shadow: 0px 0px 20px 7px rgba(0, 0, 0, 0.2);
  background-color: #3A9B40;
}

button.menu-bar-button {
  background-color: white;
  border: 2px solid #41ad48;
  color: #41ad48;
  border-radius: 8px !important;
  font-size: medium !important;
  padding: 0px 10px 0px 10px;
}

button.menu-bar-button:hover {
  background-color: #41ad48;
  color: white;
}

.version-count {
  background: #B2CAE6;
  padding: 5px 10px;
  border-radius: 5px;
}

.suggestions-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
  border: 1px solid #ccc;
  border-top: none;
  border-radius: 0 0 4px 4px;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background-color: #fff;
  font-size: medium;
  max-height: 200px;
  overflow-y: auto;
  overflow-x: hidden;
}

.suggestions-list li {
  padding: 5px;
  cursor: pointer;
}

.suggestions-list li:hover {
  background-color: #f0f0f0;
}

.folder-loading {
  width: 80%;
  margin-left: 8%;
}

.grid-column {
  display: flex;
  flex-direction: column;
}

.fullwidth-grid {
  display: flex;
  width: 100%;
}

button.cancel-dialog-button {
  color: #41ad48;
  background-color: white;
  border-radius: 10px;
  text-transform: capitalize;
  border: 1px solid #41ad48;
  font-size: small;
  padding: 2px;
}

button.upload-successful-dialog-button {
  color: white;
  border-radius: 10px !important;
  font-size: small !important;
  padding: 2px !important;
  text-transform: capitalize;
}

button.upload-successful-dialog-button:hover {
  background-color: rgba(65, 173, 72, 0.8117647059);
}

.attach-files-list {
  display: flex;
  gap: 10px;
  flex-direction: row;
  align-items: center;
  min-width: 300px;
}

.checkmark,
.retry-icon {
  font-size: 15px;
  padding-left: 5px;
}

.checkmark {
  color: #1c971c;
}

.retry-icon {
  cursor: pointer;
  color: #919191;
}

.error-text {
  padding-right: 5px;
  color: #db0b0b;
}

.progress-container {
  display: flex;
  align-items: center;
  width: 100%;
  gap: 5px;
}
.progress-container .progress-bar {
  flex: 1;
  height: 4px;
  background-color: #ccc;
  border-radius: 10px;
}
.progress-container .progress-bar .current-progress {
  height: 100%;
  width: 0%;
  background: #4caf50;
  border-radius: 10px;
}
.progress-container .cancel-button {
  padding: 0;
  background: none;
  border: none;
  color: #888;
}

.file-name {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.netdocs-dialog-titlebar {
  background: #fcfcfc;
  display: flex;
  margin-top: 1%;
  justify-content: space-between;
  margin-left: 1%;
  align-items: center;
}

.netdocs-dialog-logo {
  max-width: 15em;
}
.netdocs-dialog-logo.tf-logo {
  width: 10em;
}

.netdocs-fle-search-input {
  width: 40%;
}

.netdocs-file-search-container {
  display: flex;
  flex: 1;
  align-items: center;
  max-width: 600px;
  border: 1px solid #ccc;
  border-radius: 5px;
  position: relative;
  background-color: #fff;
}

a.netdocs-file-search-input {
  padding-left: 10px;
  font-size: larger;
}

input.netdocs-file-search-input {
  flex: 1;
  padding: 10px;
  border: none !important;
  outline: none;
  box-shadow: none !important;
  background: white !important;
}

.netdocs-file-search-button {
  padding: 10px;
  border: none;
  background-color: #4CAF50;
  color: white;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.netdocs-file-search-button i {
  font-size: 20px;
}

.netdocs-file-search-button:hover {
  background-color: #45a049;
}

div.netdocs-sidebar-navigation-title {
  padding: 15px;
  border-bottom: 1px solid #707070;
  font-size: large;
  margin-bottom: 5%;
}

.netdocs-table-title {
  font-size: large;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
}

.netdocs-table-title-img {
  width: 50px;
  margin-left: 2%;
  margin-right: 1%;
}

.no-result-text {
  font-weight: bold;
  font-style: italic;
}

h2.netdocs-import-dialog-title {
  padding: 0;
}

.home-title-header {
  font-size: 14px;
  font-weight: 600;
  word-break: break-all;
  width: 98%;
  border-bottom: 1px solid #e4e4e4;
  line-height: 0.1em;
  margin: 10px 0;
}

.home-title-text {
  background-color: #fff;
  padding-right: 8px;
}

.body-no-scroll {
  overflow: hidden;
}

.divider {
  background-color: #ccc;
  margin: 0 5px;
  height: 1px;
}

.dropdown-item {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.slide-container {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.slide-content {
  position: absolute;
  width: 100%;
  transition: transform 0.4s ease-in-out;
}

.slide-in {
  transform: translateX(0);
}

.slide-out {
  transform: translateX(100%);
}

.file-signators-tooltip {
  padding-left: 5px;
}

.file-status {
  display: inline-block;
  text-transform: capitalize;
  margin-left: 3px;
  width: auto;
  padding: 0 7px 0 7px;
  border-radius: 10px;
  position: relative;
  color: white;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  line-height: 16px;
}
.file-status.esignature_draft {
  background: #2463d2;
  border: 1px solid #2463d2;
}
.file-status.esignature_signing {
  background: #ea7b05;
  border: 1px solid #ea7b05;
}
.file-status.esignature_declined {
  background: #000000;
  border: 1px solid #000000;
}
.file-status.esignature_voided {
  background: #ff2121;
  border: 1px solid #ff2121;
}
.file-status.esignature_signed {
  background: #408c3f;
  border: 1px solid #408c3f;
}
.file-status.esignature_original {
  background: #616562;
  border: 1px solid #616562;
}
.file-status.file_revised {
  background: none;
  color: #576db3;
  font-weight: normal;
  border: 1px solid #576db3;
}
.file-status.file_revised:hover {
  color: #3a4982;
  border: 1px solid #3a4982;
}
@media only screen and (max-width: 900px) {
  .file-status.file_revised {
    display: none;
  }
}

.signed-files-checkmark {
  display: inline-block;
  height: 15px;
  padding-right: 2px;
}

.signed-date-relative {
  display: inline-block;
  padding-bottom: 8px;
  font-size: 12px;
  font-weight: bold;
  vertical-align: top;
}

.signed-by {
  font-size: 12px;
  font-weight: bold;
}
.signed-by .signed-by-header {
  display: flex;
  padding-bottom: 5px;
}
.signed-by .file-signators {
  flex-direction: column;
  max-height: 60px;
  overflow: auto;
  font-size: 12px;
  font-weight: 100;
  flex-wrap: nowrap;
}
.signed-by .file-signators .file-signator {
  padding-bottom: 6px;
}
.signed-by .file-signators .file-signator span {
  padding: 4px 5px 4px 5px;
  font-size: 12px;
}
.signed-by .file-signators .file-signator .file-signator-name {
  background: #6d6767;
  border-radius: 6px;
  width: 100px;
  overflow-wrap: break-word;
  text-align: center;
}
.signed-by .file-signators .file-signator .file-signator-date {
  font-size: 13px;
  padding-left: 10px;
}

.signed-date-exact {
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 12px;
}
.signed-date-exact .signed-date-label {
  font-weight: 600;
}

.show-envelope-files {
  font-size: 12px;
}

.envelope-documents {
  flex-direction: column;
  font-size: 14px;
  max-height: 300px;
  overflow: auto;
  padding-bottom: 12px;
}

.ms365-locked {
  margin: 0px 3px;
}
.ms365-locked > img {
  width: 1rem;
  height: 1rem;
  vertical-align: sub;
}

#contact-mgmt-list .contact_name,
#contact-mgmt-list .contact_company,
#contact-mgmt-list .contact_email,
#contact-mgmt-list .contact_2fa_number,
#contact-mgmt-list .contact_2fa_method,
#contact-mgmt-list .contact_permissions {
  padding: 15px 0;
  overflow: hidden;
  text-overflow: ellipsis;
}
#contact-mgmt-list .contact_actions {
  width: 40px;
  padding: 15px 0;
}
#contact-mgmt-list .contact_actions .edit-contact {
  margin-right: 6px;
}
#contact-mgmt-list a.remove_contact {
  background: url("../images/trash.svg") no-repeat;
  width: 18px;
  height: 18px;
  margin: 0;
  display: block;
}
#contact-mgmt-list .contact_name img {
  border: 1px solid #999;
  border-radius: 3px;
  vertical-align: middle;
}

.contact-mgmt-header.name .contact_name .sortby.name_asc,
.contact-mgmt-header.-name .contact_name .sortby.name_desc,
.contact-mgmt-header.email .contact_email .sortby.email_asc,
.contact-mgmt-header.-email .contact_email .sortby.email_desc,
.contact-mgmt-header.company .contact_company .sortby.org_asc,
.contact-mgmt-header.-company .contact_company .sortby.org_desc {
  display: inline;
}

.watermark-container {
  width: 48rem;
  min-height: 18rem;
  border: 10px solid #959595;
  border-radius: 10px;
  padding-top: 2rem;
}
.watermark-container .watermark-options {
  margin-left: 3rem !important;
}
.watermark-container .watermark-preview {
  display: grid;
  width: 22rem;
  height: 32rem;
  position: relative;
}
.watermark-container .watermark-preview .file-viewer-contents {
  display: inline;
}
.watermark-container .watermark-preview .pdf-preview {
  margin-top: 0px !important;
}
.watermark-container .watermark-preview .pdf-preview .loading {
  position: absolute;
}
.watermark-container .col {
  width: 45%;
  margin-left: 1rem;
  text-align: left;
}
.watermark-container .col .wmtop {
  overflow: hidden;
  margin-bottom: -1rem;
  padding-bottom: 1rem;
}
.watermark-container .col .wmtop .filename {
  margin-top: 1rem;
}
.watermark-container .col .wmtop .pagesize {
  width: 5rem;
  margin-left: 1rem;
}
.watermark-container .col .wmtop label[for=pagesize] {
  margin-top: 1px;
}
.watermark-container .col .wmbottom {
  margin-top: 1rem;
}
.watermark-container .addPersonForm {
  margin-left: 3rem;
}
.watermark-container .watermark-form-btns {
  margin-left: 3rem;
  width: 100%;
}
.watermark-container a.btn {
  margin-right: 1rem;
}
.watermark-container a.btn.btn-clear-image {
  position: absolute;
}

.remodal.watermark {
  vertical-align: top;
  margin-top: 2rem;
  overflow: hidden;
}

@media only screen and (max-width: 736px) {
  .remodal.watermark .watermark-preview {
    display: grid;
    width: 21rem;
    height: 26rem;
  }
  .watermark-container {
    width: 24rem;
  }
  .watermark-container .col {
    width: 95%;
  }
  .watermark-container .col.left {
    float: none;
  }
  .watermark-container .addPersonForm {
    margin-left: 3rem;
  }
  .watermark-container .watermark-form-btns {
    width: 19rem;
    margin-bottom: 2rem;
  }
}
@media only screen and (max-width: 400px) {
  .remodal.watermark .watermark-preview {
    display: grid;
    width: 13rem;
    height: 18rem;
  }
  .watermark-container {
    width: 20rem;
  }
  .watermark-container .watermark-preview {
    display: grid;
    width: 12rem;
    height: 15rem;
    margin-left: 2.5rem;
  }
  .watermark-container .addPersonForm {
    margin-left: 1rem;
  }
  .watermark-container .watermark-form-btns {
    width: 17rem;
  }
}
.tooltipster-fall, .tooltipster-grow.tooltipster-show {
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}

.tooltipster-base {
  display: flex;
  pointer-events: none;
  position: absolute;
}

.tooltipster-box {
  flex: 1 1 auto;
}

.tooltipster-content {
  box-sizing: border-box;
  max-height: 100%;
  max-width: 100%;
  overflow: auto;
}

.tooltipster-ruler {
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0;
  visibility: hidden;
}

.tooltipster-fade {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -ms-transition-property: opacity;
  transition-property: opacity;
}

.tooltipster-fade.tooltipster-show {
  opacity: 1;
}

.tooltipster-grow {
  -webkit-transform: scale(0, 0);
  -moz-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-backface-visibility: hidden;
}

.tooltipster-grow.tooltipster-show {
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}

.tooltipster-swing {
  opacity: 0;
  -webkit-transform: rotateZ(4deg);
  -moz-transform: rotateZ(4deg);
  -o-transform: rotateZ(4deg);
  -ms-transform: rotateZ(4deg);
  transform: rotateZ(4deg);
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
}

.tooltipster-swing.tooltipster-show {
  opacity: 1;
  -webkit-transform: rotateZ(0);
  -moz-transform: rotateZ(0);
  -o-transform: rotateZ(0);
  -ms-transform: rotateZ(0);
  transform: rotateZ(0);
  -webkit-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 1);
  -webkit-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  -moz-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  -ms-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  -o-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
}

.tooltipster-fall {
  -webkit-transition-property: top;
  -moz-transition-property: top;
  -o-transition-property: top;
  -ms-transition-property: top;
  transition-property: top;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}

.tooltipster-fall.tooltipster-initial {
  top: 0 !important;
}

.tooltipster-fall.tooltipster-dying {
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  -ms-transition-property: all;
  transition-property: all;
  top: 0 !important;
  opacity: 0;
}

.tooltipster-slide {
  -webkit-transition-property: left;
  -moz-transition-property: left;
  -o-transition-property: left;
  -ms-transition-property: left;
  transition-property: left;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}

.tooltipster-slide.tooltipster-initial {
  left: -40px !important;
}

.tooltipster-slide.tooltipster-dying {
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  -ms-transition-property: all;
  transition-property: all;
  left: 0 !important;
  opacity: 0;
}

@keyframes tooltipster-fading {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.tooltipster-update-fade {
  animation: tooltipster-fading 0.4s;
}

@keyframes tooltipster-rotating {
  25% {
    transform: rotate(-2deg);
  }
  75% {
    transform: rotate(2deg);
  }
  100% {
    transform: rotate(0);
  }
}
.tooltipster-update-rotate {
  animation: tooltipster-rotating 0.6s;
}

@keyframes tooltipster-scaling {
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.tooltipster-update-scale {
  animation: tooltipster-scaling 0.6s;
}

.tooltipster-sidetip .tooltipster-box {
  background: #565656;
  border: 2px solid #000;
  border-radius: 4px;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-box {
  margin-top: 8px;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-box {
  margin-right: 8px;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-box {
  margin-left: 8px;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-box {
  margin-bottom: 8px;
}

.tooltipster-sidetip .tooltipster-content {
  color: #fff;
  line-height: 18px;
  padding: 6px 14px;
}

.tooltipster-sidetip .tooltipster-arrow {
  overflow: hidden;
  position: absolute;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow {
  height: 10px;
  margin-left: -10px;
  top: 0;
  width: 20px;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow {
  height: 20px;
  margin-top: -10px;
  right: 0;
  top: 0;
  width: 10px;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow {
  height: 20px;
  margin-top: -10px;
  left: 0;
  top: 0;
  width: 10px;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow {
  bottom: 0;
  height: 10px;
  margin-left: -10px;
  width: 20px;
}

.tooltipster-sidetip .tooltipster-arrow-background, .tooltipster-sidetip .tooltipster-arrow-border {
  height: 0;
  position: absolute;
  width: 0;
}

.tooltipster-sidetip .tooltipster-arrow-background {
  border: 10px solid transparent;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background {
  border-bottom-color: #565656;
  left: 0;
  top: 3px;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-background {
  border-left-color: #565656;
  left: -3px;
  top: 0;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-background {
  border-right-color: #565656;
  left: 3px;
  top: 0;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background {
  border-top-color: #565656;
  left: 0;
  top: -3px;
}

.tooltipster-sidetip .tooltipster-arrow-border {
  border: 10px solid transparent;
  left: 0;
  top: 0;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-border {
  border-bottom-color: #000;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-border {
  border-left-color: #000;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-border {
  border-right-color: #000;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-border {
  border-top-color: #000;
}

.tooltipster-sidetip .tooltipster-arrow-uncropped {
  position: relative;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-uncropped {
  top: -10px;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-uncropped {
  left: -10px;
}

.tooltipster-sidetip .tooltipster-box {
  font-family: Arial, sans-serif;
  font-size: 12px;
  line-height: 16px;
  border-radius: 5px;
  border: 2px solid #000;
  background: #4c4c4c;
}
.tooltipster-sidetip .tooltipster-box .tooltipster-content {
  padding: 5px;
}

b {
  font-weight: bold;
}

.iti__flag {
  background-image: url("../js/libs/node_modules/intl-tel-input/build/img/flags.png");
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .iti__flag {
    background-image: url("../js/libs/node_modules/intl-tel-input/build/img/flags@2x.png");
  }
}
.js-focus-visible :focus:not(.focus-visible) {
  outline: none;
}

@media only screen and (min-width: 1600px) {
  body.mobile .file-area .uploader {
    display: block;
  }
}
@media only screen and (max-width: 1280px) {
  /* touch 1280 */
  body.mobile .choose-from-panel a {
    display: block;
  }
  body.mobile a.mute {
    margin-right: 0;
  }
}
@media only screen and (max-width: 1002px) {
  body.hover #new-message .links {
    margin-left: 23px;
  }
}
@media only screen and (max-width: 960px) {
  body.hover div.channels_search, body.mobile div.channels_search {
    padding: 0px 6px;
    margin: 0;
    border-right: none;
  }
  body.hover .filterByText, body.mobile .filterByText {
    margin-left: 5px;
  }
}
@media only screen and (max-width: 414px) {
  /* iphone 6+ specific */
  body.hover .virtual.channel-viewed .channel-details .header .right, body.mobile .virtual.channel-viewed .channel-details .header .right {
    margin: 18px 21px 0 !important;
  }
}
@media only screen and (max-width: 374px) {
  div.nav-tabs {
    margin: 0 !important;
  }
  div.nav-tabs > * {
    width: 25%;
    text-align: center;
    padding: 0;
    font-size: 4vw;
  }
  .files-tab {
    width: 20% !important;
  }
  .conversation-tab {
    width: 30% !important;
  }
  .main_content {
    margin: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    position: relative;
    width: 100vw;
  }
  .new-message {
    height: 41px;
  }
  #create_new_channel {
    font-size: 4vw;
    margin-top: 7px;
  }
  img.trigger {
    margin: 7px 0px 0px 0px !important;
  }
  a.send-message {
    width: 25%;
    font-size: 3.3vw;
  }
  a.btn-upload {
    font-size: 3.3vw;
  }
  div.channel-details {
    padding-top: 0;
  }
}
@media only screen and (max-width: 375px) {
  /* iphone 6 specific */
  body.hover .virtual.channel-viewed .channel-details .header .right, body.mobile .virtual.channel-viewed .channel-details .header .right {
    margin: 18px 21px 0 !important;
  }
  body.hover div#save-status-label, body.mobile div#save-status-label {
    height: auto;
  }
}
@media only screen and (max-width: 320px) {
  /* iphone 4/5 specific */
  body.hover .send.send_msg, body.mobile .send.send_msg {
    padding: 8px 10px;
  }
  body.hover .file-area .upload_file, body.mobile .file-area .upload_file {
    padding: 8px 5px;
  }
  body.hover div.choose-from-panel .upload_file, body.mobile div.choose-from-panel .upload_file {
    padding: 5px 5px 4px;
  }
  body.hover .virtual.channel-viewed .channel-details .header .right, body.mobile .virtual.channel-viewed .channel-details .header .right {
    margin: 18px 21px 0 !important;
  }
  body.hover div#save-status-label, body.mobile div#save-status-label {
    height: auto;
    right: 0;
    top: -15px;
  }
}
/* Cover phones in landscape */
@media only screen and (max-width: 855px) {
  body::after {
    content: "small";
    display: none;
  }
  body.mobile #sidebar {
    display: none;
  }
  body.hover #feedback, body.mobile #feedback {
    display: none;
  }
  body.hover .profile_container, body.mobile .profile_container {
    display: none;
  }
  body.hover div.channels_search, body.mobile div.channels_search {
    margin: 2px !important;
    padding: 0 !important;
    border: none;
  }
  body.hover .link_archived, .link_active .link_starred, .link_cse, .link_draft, body.mobile .link_active .link_trash {
    display: none;
  }
  body.hover #mobile-drawer, body.mobile #mobile-drawer {
    display: block;
  }
  body.hover #mobile-drawer ul li, body.mobile #mobile-drawer ul li {
    border-bottom: 1px solid #222;
    padding: 0 3px;
    font-size: 9pt;
  }
  body.hover #mobile-drawer ul li:last-child, body.mobile #mobile-drawer ul li:last-child {
    border-bottom: none;
  }
  body.hover #mobile-drawer img, body.mobile #mobile-drawer img {
    opacity: 0.7;
    filter: alpha(opacity=70);
    margin: 3px 0 0;
    float: right;
  }
  body.hover .virtual.channel-viewed .channel-details .header .right, body.mobile .virtual.channel-viewed .channel-details .header .right {
    margin: 48px 21px 0;
  }
  body.hover .load_all_messages, body.mobile .load_all_messages {
    margin-right: 0;
    padding-left: 0;
  }
  body.hover div.channels_search {
    display: block;
  }
  body.hover #channel-search, body.mobile #channel-search {
    margin: 0 10px 0 0;
  }
  body.hover input[name=channels_query], body.mobile input[name=channels_query] {
    width: 103px !important;
  }
  body.hover div.channels_search div.contain, body.mobile div.channels_search div.contain {
    width: 135px !important;
  }
  body.hover #mobile-panel, body.mobile #mobile-panel {
    height: 300px;
    margin-top: -180px;
  }
  body.hover #mobile-panel #mobile-items, body.mobile #mobile-panel #mobile-items {
    height: 209px;
  }
  body.hover .filterByText, body.mobile .filterByText {
    display: none;
  }
}
/* Minor adjusment to search channels length to fit in this edge case */
@media only screen and (max-width: 545px) {
  body.hover div.channels_search div.contain, body.mobile div.channels_search div.contain {
    width: auto !important;
  }
  body.hover input[name=channels_query], body.mobile input[name=channels_query] {
    width: 50px !important;
  }
}
@media only screen and (max-width: 1090px) {
  .channels li .top .channel_info {
    font-size: 7pt !important;
  }
}
@media only screen and (max-width: 995px) {
  body.hover .channel_info, body.mobile .channel_info {
    display: none;
  }
}
/* Cover phones portrait */
@media only screen and (max-width: 520px) {
  /* Add content after body to determine if we're on a phone. */
  body::after {
    content: "small";
    display: none;
  }
  .mLeft200 {
    margin: 0 !important;
    right: 0 !important;
  }
  body.hover .header_links, body.mobile .header_links {
    margin: 0;
    margin-top: 6px !important;
  }
  body.hover .filterByText, body.mobile .filterByText {
    display: none;
  }
  body.hover .notifications, body.mobile .notifications {
    left: 102px;
  }
  /* reg splash */
  body.access #wrapper .container {
    width: auto !important;
  }
  body.access #accessHeader {
    width: auto;
    text-align: center;
  }
  body.access .content {
    padding: 0 !important;
    width: 80% !important;
    margin: 0 auto;
  }
  body.access .accessDetails {
    width: auto;
    padding: 20px;
  }
  body.access .heading {
    width: auto !important;
  }
  body.access .accessVeifyTitle {
    margin: 20px auto 0 !important;
    font-size: 11pt;
    width: 80%;
  }
  body.access .accessDetails > div.left > h2 {
    font-size: 12pt;
  }
  body.access .getAccessTo {
    width: auto !important;
  }
  body.access .getAccessTo li {
    float: none;
    margin: 20px 0 0 !important;
  }
  body.access .content_contain {
    width: auto;
  }
  body.access p.Helvetica-Neue {
    font-size: 10pt !important;
    padding: 0 10px;
  }
  body.access .verifiyForm {
    width: 80%;
    font-size: 10pt;
  }
  body.access .verifiyForm label {
    width: auto !important;
    display: block;
    margin: 0;
    padding: 0;
  }
  body.access .verifiyForm input {
    max-width: none;
    width: 100%;
    padding: 0 !important;
  }
  body.access strong.email {
    font-size: 10pt;
  }
  body.access .inputContainer {
    padding: 0 !important;
  }
  body.access input.titan-green {
    margin: 0 !important;
    width: 100%;
  }
  /* end reg splash */
  body.mobile .logo_larger {
    width: auto;
  }
  body.mobile .register_login_main_2columns {
    width: 90%;
    margin: 0 auto !important;
    left: 0;
  }
  body.mobile .register_login_main_2columns.noregister {
    width: 90%;
    margin: 0 auto;
    top: 0;
  }
  body.mobile .register_login_main_2columns .left.column {
    width: auto;
    border-right: none;
    padding: 14px 0 0 14px;
  }
  body.mobile .register_login_main_2columns .register_login_main .left.column {
    padding: 14px 0 0 0;
  }
  body.mobile .register_login_main_2columns input[type^=text], body.mobile .register_login_main_2columns input[type^=email] {
    margin-bottom: 8px;
    height: 16px;
    width: 90%;
    padding: 7px 9px;
  }
  body.mobile .register_login_main_2columns input[type^=password] {
    width: 90% !important;
  }
  body.mobile .register_login_main_2columns #loginbtn_reg_page {
    margin-right: 4px;
    margin-bottom: 16px;
  }
  body.mobile .register_login_main .column {
    float: none;
    width: 90% !important;
    margin: 0 auto;
    padding: 14px 5px 0 0;
  }
  body.mobile p.forgot-password {
    margin: 10px 9px 0 0;
  }
  body.mobile .register_login_main_2columns.password-reset #id_email {
    margin-top: 20px;
  }
  body.mobile .register_login_main_2columns #proceedbtn_reg_page {
    margin-right: 0;
  }
  body.mobile .m_r_29 {
    margin: 28px 0 0 8px;
  }
  body.hover .channel_history, body.mobile .channel_history {
    margin-top: 20px;
  }
  body.hover #channeloptions, body.mobile #channeloptions {
    margin: 15px 20px;
  }
  body.hover .load_all_messages, body.mobile .load_all_messages {
    margin-right: 0;
    padding-left: 0;
  }
  body.hover #channel-search, body.mobile #channel-search {
    display: none;
  }
  body.hover #mobile-search, body.mobile #mobile-search {
    display: block;
    position: absolute;
    top: 5px;
    right: 45px;
  }
  body.hover #mobile-search img.trigger, body.mobile #mobile-search img.trigger {
    margin: 8px 3px;
    opacity: 0.7;
    filter: alpha(opacity=70);
    padding: 0;
    border: none;
  }
  body.hover #mobile-search input[name=channels_query], body.mobile #mobile-search input[name=channels_query] {
    width: 120px !important;
    margin: -5px -5px;
    height: 35px;
    border: none;
    padding: 0 3px;
  }
  body.hover #options_container, body.mobile #options_container {
    max-width: 100%;
  }
  body.hover div.files, body.mobile div.files {
    margin: 10px 0;
  }
  body.hover #conv_details h3, body.mobile #conv_details h3 {
    font-size: 11pt;
    margin-bottom: 6px;
  }
  body.hover div.speaker_avatar, body.mobile div.speaker_avatar {
    padding-bottom: 8px;
  }
  body.hover .channelbuttons, body.mobile .channelbuttons {
    margin-left: 20px;
  }
  body.hover a.mute, body.mobile a.mute {
    margin-right: 0;
  }
  body.hover div.choose-from-panel, body.mobile div.choose-from-panel {
    float: right;
  }
  body.hover .notifications-list span.block, .report span.block, body.mobile .notifications-list span.block {
    width: 146px;
    word-break: break-word;
  }
  body.hover .channelfileviewcontainer .files-filename, body.mobile .channelfileviewcontainer .files-filename {
    display: inline-block;
    vertical-align: bottom;
  }
  body.hover .history-item .date, body.mobile .history-item .date {
    font-size: 12px;
    padding-bottom: 8px;
    padding-left: 0;
  }
  body.hover .history-item .description, body.mobile .history-item .description {
    margin-left: 0;
  }
  body.hover #conv_details ul li.old .middle, body.mobile #conv_details ul li.old .middle {
    margin-left: 0;
    width: 100% !important;
    margin-top: 20px;
  }
  body.hover #conv_details ul li .middle p, body.mobile #conv_details ul li .middle p {
    font-size: 10pt;
    color: #333;
    line-height: 14pt;
    word-wrap: break-word;
  }
  body.hover div.speaker_box div.speaker h3, body.mobile div.speaker_box div.speaker h3 {
    display: block;
    position: absolute;
    left: 75px;
    max-width: 75%;
  }
  img.file_icon {
    margin-left: 0 !important;
  }
  body.hover div.speaker_box div.speaker h3 span, body.mobile div.speaker_box div.speaker h3 span {
    display: block;
    float: none;
  }
  body.hover div.speaker_box div.speaker .links, body.mobile div.speaker_box div.speaker .links {
    display: none;
  }
  body.hover #header, body.mobile #header {
    height: 38px;
  }
  body.hover a.header_logo, body.mobile a.header_logo {
    margin-top: 10px !important;
    width: 110px !important;
  }
  #create_new_channel {
    font-size: 11px;
  }
  body.hover .notifications_container, body.mobile .notifications_container {
    margin: 1px -95px;
  }
  body.hover #topbar a, body.mobile #topbar a {
    margin: 9px 1px;
  }
  body.hover div.channels_search, body.mobile div.channels_search {
    border: none;
    display: block;
    margin: 2px !important;
    padding: 0 !important;
  }
  body.hover #main, body.mobile #main {
    top: 47px;
  }
  body.hover #mobile-drawer, body.mobile #mobile-drawer {
    display: block;
  }
  body.hover #mobile-drawer ul li, body.mobile #mobile-drawer ul li {
    border-bottom: 1px solid #222;
    padding: 0 3px;
    font-size: 9pt;
  }
  body.hover #mobile-drawer ul li:last-child, body.mobile #mobile-drawer ul li:last-child {
    border-bottom: none;
  }
  body.hover #mobile-drawer img, body.mobile #mobile-drawer img {
    opacity: 0.7;
    filter: alpha(opacity=70);
    margin: 7px 0 0;
    float: right;
  }
  body.hover .link_network.mRight, body.mobile .link_network.mRight {
    display: none;
  }
  body.hover #topbar .feedbackSendBtn {
    margin: 9px 3px 0;
  }
  body.mobile #topbar .feedbackSendBtn {
    margin: 3px 3px 0;
  }
  body.hover .profile_container, body.mobile .profile_container {
    display: none;
  }
  body.hover .link_archived, .link_active, .link_starred, .link_cse, .link_draft, body.mobile .link_archived, .link_trash {
    display: none;
  }
  body.hover #sidebar, body.mobile #sidebar, #panel-tabs {
    display: none;
  }
  body.hover #feedback, body.mobile #feedback {
    display: none;
  }
  body.hover li.channelSliding .icons, body.mobile li.channelSliding .icons {
    display: none;
  }
  body.hover .channels li .top h3, body.mobile .channels li .top h3 {
    font-size: 9pt;
  }
  body.hover .channels li .top h3 input, body.mobile .channels li .top h3 input {
    font-size: 9pt;
  }
  body.hover .channels li .users li, body.mobile .channels li .users li {
    margin-left: 10px;
  }
  body.hover .channels li .users li.add_user, body.mobile .channels li .users li.add_user {
    margin-right: 5px;
  }
  body.hover .virtual.channel-viewed .channel-details .header .right, body.mobile .virtual.channel-viewed .channel-details .header .right {
    margin: 20px 21px 0;
  }
  body.hover #new-message .speaker, body.mobile #new-message .speaker {
    margin-top: 30px;
  }
  body.hover #conv_details ul, body.mobile #conv_details ul {
    padding: 0 10px 30px 10px;
  }
  body.hover #conv_details ul li textarea, body.mobile #conv_details ul li textarea {
    margin-bottom: 20px;
    font-size: 12px;
    padding: 5px 5px 20px;
  }
  body.hover .endpagination p, body.mobile .endpagination p {
    font-size: 9pt;
  }
  body.hover #new-message .links, body.mobile #new-message .links {
    margin-left: 23px;
  }
  .register_login_main_2columns input[type^=text], .register_login_main_2columns input[type^=password], .register_login_main_2columns.smaller.a3 .left.column, .register_login_main_2columns.smaller.b2 .left.column, .register_login_main_2columns.smaller {
    width: 86% !important;
  }
  .register_login_main_2columns.smaller {
    margin-left: -43% !important;
  }
  .register_login_main_2columns.smaller.a3 .left.column, .register_login_main_2columns.smaller.b2 .left.column, .register_login_main_2columns.smaller.a3 .register_login_main .left.column {
    border-right: 0 !important;
  }
  body.hover .channel_name h3.left, body.mobile .channel_name h3.left {
    float: none !important;
  }
  .speaker_text {
    padding-left: 6px;
    width: 100% !important;
  }
}
@media only screen and (max-width: 400px) {
  body.hover .notifications_container, body.mobile .notifications_container {
    width: 300px;
  }
  body.hover .network_container, body.mobile .network_container {
    width: auto;
  }
  body.hover .notifications_header .mark_notifications, body.mobile .notifications_header .mark_notifications {
    margin-left: 95px;
  }
  body.hover .notifications_header .notification_settings, body.mobile .notifications_header .notification_settings {
    margin-left: 6px;
  }
  body.hover .notifications-list, body.mobile .notifications-list {
    width: auto;
  }
  body.mobile .ui-dialog .btn_gredient:first-child, body.hover .ui-dialog .btn_gredient:first-child {
    margin-left: 5px;
  }
  body.mobile .history-item .description, body.hover .history-item .description {
    font-size: 8pt;
  }
  body.mobile #channeloptions h3, .options_details_header.notifications_options h3, body.hover #channeloptions h3 {
    font-size: 8pt;
  }
  body.mobile .channel-files-header .links a, body.hover .channel-files-header .links a {
    font-size: 8pt;
    padding: 5px;
    margin: 0 5px !important;
  }
}
@media only screen and (max-width: 350px) {
  body.hover #topbar .feedbackSendBtn, body.mobile #topbar .feedbackSendBtn {
    font-size: 12pt !important;
    line-height: 1.5;
    overflow: hidden;
    width: 74px;
  }
  body.mobile .addPersonThumb img, body.hover .addPersonThumb img {
    width: 40px;
  }
  body.mobile .channel-files-header .links a, body.hover .channel-files-header .links a {
    font-size: 8pt;
    padding: 5px;
    margin: 0 3px !important;
  }
}
@media (max-width: 635px) {
  .channel-files-header {
    display: inline-block;
  }
  .channel-files-header a {
    margin-bottom: 1em;
  }
}
.gotham_book,
.gotham_black,
.gotham_light,
.gotham_medium,
.Helvetica-Neue {
  font-family: Helvetica, Arial, "Lucida Grande", sans-serif;
}

.gotham_medium {
  font-weight: bolder;
}

.yellow-background {
  background-color: #ffffe4 !important;
}

.yellow-background:hover, .yellow-background:focus {
  background-color: #ffffd2 !important;
}

.gotham_book {
  font-weight: normal;
}
.gotham_book.taller {
  line-height: 25px;
  font-size: 14px;
}

.gotham_black {
  font-weight: bold;
}

.gotham_light {
  font-weight: lighter;
}

.Helvetica-Neue {
  font-weight: normal;
}

body {
  background-color: #cacaca;
  background-image: url("../images/body.png");
  color: #333;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12pt;
  line-height: 22px;
  overflow-x: hidden;
}

a {
  cursor: pointer;
  color: inherit;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
}

h1 {
  font-size: 28pt;
}

h2 {
  font-size: 24pt;
}

h3 {
  font-size: 20pt;
}

h4 {
  font-size: 15pt;
}

p {
  font-size: 12pt;
  color: #333;
}

input[type=text], input[type=email], input[type=password] {
  display: block;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.clear {
  clear: both;
}

.gray {
  color: #717171 !important;
}

.black {
  color: #000;
}

.left {
  float: left;
}

.right {
  float: right;
}

.onehundred {
  width: 100%;
}

.marginright {
  margin-right: auto;
}

.fend {
  display: flex;
  justify-content: flex-end;
}

.blue {
  color: #127bc1;
}

.green {
  color: #3c3;
}

.register_login_main_2columns.smaller p.red, .red {
  color: #f33;
}

.block {
  display: block;
}

.white {
  color: #fafafa;
}

.relative {
  position: relative;
}

.hidden {
  display: none !important;
}

.rounded_4 {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.rounded_2, .preferences .preview_container {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.text-overflow-ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.success {
  color: #3c3 !important;
}

#wrapper {
  width: 100%;
  height: 100%;
  position: relative;
}

#wrapper.noscroll {
  overflow: hidden;
}

#files-tab-header {
  position: fixed;
  background: white;
  height: 50px;
  width: 100%;
  z-index: 6;
  color: black;
}
#files-tab-header .left {
  line-height: 50px;
  padding-left: 15px;
}
#files-tab-header #close-selection-header {
  height: 20px;
  opacity: 0.5;
  padding-top: 15px;
  vertical-align: top;
}
#files-tab-header #num-selected {
  padding-left: 15px;
}
#files-tab-header #action-icon {
  height: 30px;
  opacity: 0.6;
  margin: 10px 8px 0 0;
}
#files-tab-header #action-icon.inactive {
  opacity: 0.2;
}

#files-tab-menu-container {
  width: 100%;
  position: fixed;
  z-index: 20;
  bottom: 0px;
  background: white;
  border-radius: 15px 15px 0 0;
  font-size: 15px;
}

#menu-header {
  padding: 16px;
  border-bottom: 1px solid #eee;
  overflow: auto;
  display: flex;
}
#menu-header .left {
  flex-grow: 1;
}
#menu-header #close-icon {
  display: block;
  height: 17px;
  width: 17px;
  opacity: 0.5;
}
#menu-header .file-icon {
  vertical-align: -5%;
  padding-right: 5px;
}

.menu-options {
  margin: 5px 30px 10px 30px;
  border-radius: 15px;
}
.menu-options .menu-options {
  display: contents;
}
.menu-options > li {
  border-top: 1px solid #eee;
  line-height: 45px;
}
.menu-options > li:first-child {
  border: none;
}
.menu-options > li a {
  display: block;
  line-height: 45px;
}
.menu-options > li a i.tf-context-menu-item-icon {
  padding: 0rem 0.4rem 0rem 0.1rem;
}
.menu-options > li a i.tf-context-menu-item-icon img {
  vertical-align: middle;
}

#header {
  height: 25px;
  background-color: #fff;
  padding: 4px 13px 6px 7px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 3;
  -webkit-box-shadow: 0 1px 8px 1px #8a8a8a;
  -moz-box-shadow: 0 1px 8px 1px #8a8a8a;
  box-shadow: 0 1px 8px 1px #8a8a8a; /* min-width: 610px; */
}

.header_links li:first-child, body.mobile .header_links li:first-child {
  margin-left: 0;
}

.header_links {
  margin-left: 20px;
  float: left;
  position: relative;
}

.header_links {
  display: flex;
  justify-content: space-around;
  width: 70px;
  margin: 0 0 0 43px;
  border-right: 1px dotted #ccc;
  padding: 4px 5px 0 0;
  height: 27px;
}
.header_links .new-notice-count {
  top: 2px;
  right: 48px;
}

@media only screen and (max-width: 390px) {
  .link_network {
    display: none;
  }
  .header_links {
    width: unset;
    padding-left: 10px;
  }
  .header_links .new-notice-count {
    right: 5px;
  }
  body.hover .notifications {
    left: 120px;
  }
}
@media only screen and (max-width: 335px) {
  .header_links .link_notifications {
    display: none;
  }
}
.header_links ul {
  margin: 4px 0 0;
}

body.hover .header_links li a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70); /* -ms-filter: "progid: dximagetransform.microsoft.Alpha(Opacity=70)"; */
}

.header_links li.current a {
  background-position-y: 2px;
}

.link_notifications {
  padding-right: 8px;
}
.link_notifications a {
  display: block;
  width: 18px;
  height: 20px;
}

.link_feedback a {
  background: url("../images/paper_plane.svg") no-repeat;
  display: block;
  width: 19px;
  height: 20px;
}

.link_starred a {
  background: url("../images/star_dark_grey.svg") no-repeat bottom right;
  display: block;
  width: 17px;
  height: 17px;
}

.link_starred.current a {
  background: url("../images/star_green.svg") no-repeat bottom right;
}

.link_cse a {
  background: url("../images/padlockGray.svg") no-repeat;
  background-size: 17px 21px;
  display: block;
  width: 15px;
  height: 18px;
}

.link_cse.current a {
  background: url("../images/padlock1.svg") no-repeat;
  background-size: 22px 22px;
  display: block;
  width: 18px;
  height: 22px;
}

.link_draft.current .link_draft_channels i {
  color: #22b80b;
}

.link_active a {
  background: url("../images/channels.svg") no-repeat bottom left;
  display: block;
  width: 23px;
  height: 17px;
}

.link_active.current a {
  background: url("../images/channels_green.svg") no-repeat bottom left;
}

.link_archived {
  margin-top: -1px !important;
}

.link_archived a {
  background: url("../images/suitcase.svg") no-repeat bottom right;
  display: block;
  width: 20px;
  height: 17px;
}

.link_archived.current a {
  background: url("../images/suitcase_green.svg") no-repeat bottom right;
}

.link_network {
  padding-left: 6px;
}

.link_network.connected a, .network_icon.connected a {
  background-image: url("../images/cloud_check.svg");
}

.link_network.disconnected a, .network_icon.disconnected a {
  background-image: url("../images/cloud_cross.svg");
}

.link_network.sendreceive a, .network_icon.sendreceive a {
  background-image: url("../images/cloud_arrows.svg");
}

.network_icon a, .link_network a {
  display: block;
  width: 27px;
  height: 16px;
  background-image: url("../images/cloud_arrows.svg");
  background-repeat: no-repeat;
  margin-top: 2px;
}

.count {
  background-color: #e60000;
  color: #fff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  position: absolute;
  top: -2px;
  right: -6px;
  font-size: 8pt;
  padding: 1px 3px;
  line-height: 10px;
}

a.user-menu-trigger {
  display: block;
  height: 25px;
}

div.profile-menu {
  background: #fff;
  border-radius: 2px;
  border: 1px solid #c1c1c1;
  box-shadow: 0 0 8px 1px #cfcfcf;
  color: #4a4a4a;
  font-size: 13px;
  position: absolute;
  right: 11px;
  text-align: left;
  top: 37px;
  width: 170px;
}

body.mobile div.profile-menu {
  top: 44px;
}

div.profile-menu .user-nav li a {
  padding: 4px 8px;
  display: block;
}

div.profile-menu .user-nav li a:hover {
  background: #f5f5f5;
}

div.profile-menu span.switch-user-header {
  display: block;
  padding: 5px;
  background: #ddd;
  border-bottom: 1px solid #d2d2d2;
  border-top: 1px solid #d2d2d2;
}

div.user-delegates {
  max-height: 50vh;
  overflow: auto;
}

div.profile-menu .user-delegates li a {
  clear: both;
  display: block;
  height: 34px;
  width: 170px;
}

div.profile-menu .user-delegates li a:hover {
  background: #f5f5f5;
}

div.profile-menu .user-delegates li span.delegate-name {
  padding-top: 7px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  width: 123px;
}

div.profile-menu .user-delegates li img.delegate-avatar {
  margin: 5px;
  border-radius: 3px;
  border: 1px solid #ddd;
}

div.profile-menu a.referral {
  color: #41ad48;
}
div.profile-menu a.referral:hover {
  font-weight: bold;
}

#header h1 {
  font-size: 13px;
  margin-left: 4px;
  color: #333;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
}

div.profile_container {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  border: 1px solid transparent;
  width: 110px;
  z-index: 8;
}

div.profile_container:hover .toggle-icon, div.profile_container:hover .user_name {
  opacity: 0.7;
}

div.profile_container .user_name {
  padding: 3px 3px 0 5px;
  width: 60px;
  height: 20px;
  font-size: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

div.profile_container .toggle-icon {
  margin: 0;
  font-size: 14px;
  padding: 2px 4px;
}

a.settings {
  background: url("../images/options_sidevar.svg") no-repeat;
  background-size: 15px;
  display: block;
}

#main {
  position: relative;
  top: 34px;
  left: 0;
  right: 0;
  bottom: 1px;
}

#sidebar {
  width: 85px;
  height: calc(100% - 35px);
  background: #343434 url("../images/sidebar_bg.png") repeat-y;
  position: fixed;
  left: 0;
  top: 35px;
  z-index: 4;
  -webkit-box-shadow: 0 4px 2px black;
  -moz-box-shadow: 0 4px 2px black;
  box-shadow: 0px 4px 2px black;
  bottom: 0;
  overflow-y: auto;
  padding-right: 2px;
  display: flex;
  flex-direction: column;
}

#sidebar li:first-child {
  border-top: none;
}

#sidebar li {
  text-align: center;
  border-bottom: 1px solid #616161;
  border-top: 1px solid #444;
  padding-right: 2px;
}

body.hover #sidebar li:hover, #sidebar li:active {
  background: url("../images/sidebar_arrow.svg") right no-repeat;
}

body.hover #sidebar li.selected, #sidebar li.selected, #sidebar li:active {
  background: url("../images/sidebar_active.png") no-repeat;
}

#sidebar li.selected a.panel-tab, #sidebar li:active a.panel-tab {
  background: url("../images/sidebar_arrow.svg") right no-repeat;
}

#sidebar a {
  background-image: url(about:blank);
  color: #d4d4d4;
  display: block;
  filter: dropshadow(color=#242424, offx=1, offy=1);
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 8pt;
  font-weight: bold;
  height: 60px;
  letter-spacing: 1px;
  padding: 17px 15px 6px 15px;
  text-shadow: 1px 1px 1px #2b2b2b;
}

#sidebar ul > a {
  margin: auto;
}

#sidebar a p {
  height: 36px;
}

#sidebar a > span.block {
  margin-top: 3px;
  text-shadow: 1px 1px 1px black;
  font-weight: normal;
}

#sidebar a.referral {
  margin-top: auto;
  overflow: hidden;
}
#sidebar a.referral div {
  padding: 0px 0px 24px 3px;
  opacity: 1;
  width: 46px;
  height: 30.6px;
}

.mLeft200 {
  margin-left: 200px;
  right: 10px;
}

.channels-list-misc {
  display: flex;
}

.channels-list-header {
  width: 90%;
}

.channels-list-styling {
  position: relative;
  z-index: 1;
}

.channel-list-description {
  margin: 0 0 15px 27px;
}

.main_content_region > h1, .channels-list-header > h1 {
  line-height: 23pt;
  font-size: 15pt;
  margin: 3px 3px 10px 27px;
}

#channels-sorting-container #channels-sorting {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  position: absolute;
  z-index: 2;
  right: 0px;
  margin-top: 3px;
}
#channels-sorting-container .channels-sorting-dropdown-header {
  display: inline-flex;
  color: #333;
  border: solid 1px #ccc;
  border-radius: 6px;
  background-color: #fff;
  float: right;
}
#channels-sorting-container .channels-sorting-dropdown-header:lang(en) {
  width: 210px;
}
#channels-sorting-container .channels-sorting-dropdown-header:lang(fr) {
  width: 280px;
}
#channels-sorting-container .channels-sorting-dropdown-header .channels-sorting-current-sort {
  font-family: Arial;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  padding: 8px 7px 7px 10px;
}
#channels-sorting-container .channels-sorting-dropdown-header .channels-sorting-current-sort:lang(en) {
  width: 180px;
}
#channels-sorting-container .channels-sorting-dropdown-header .channels-sorting-current-sort:lang(fr) {
  width: 250px;
}
#channels-sorting-container .channels-sorting-dropdown-header .fa {
  padding-top: 6px;
}
#channels-sorting-container .channels-sorting-dropdown-header .fa-angle-down {
  width: 20px !important;
  color: #666;
  font-size: 16px;
}
#channels-sorting-container .select-channel-sort {
  display: block !important;
  text-align: center !important;
}
#channels-sorting-container .dropdown-content-channels-sorting-drpdown {
  color: #333;
  display: flex;
  flex-direction: column;
  border: solid 1px #ccc;
  border-radius: 6px;
  background-color: #fff;
}
#channels-sorting-container .dropdown-content-channels-sorting-drpdown:lang(en) {
  width: 210px;
}
#channels-sorting-container .dropdown-content-channels-sorting-drpdown:lang(fr) {
  width: 280px;
}
#channels-sorting-container .dropdown-content-channels-sorting-drpdown p {
  font-family: Arial;
  font-size: 12px;
  line-height: normal;
  text-align: left;
  padding: 8px 11.1px 7px 11.7px;
}
#channels-sorting-container .highlight-channels-sorting {
  cursor: pointer;
  color: #333;
  background-color: #fff;
  padding: 5px;
  float: right;
  border-radius: 6px;
}
#channels-sorting-container .highlight-channels-sorting:hover {
  background-color: #d7f4d3;
}
#channels-sorting-container .highlight-channels-sorting:focus {
  background-color: #d7f4d3;
}

#bulk-option-container {
  padding-right: 10px;
}
#bulk-option-container .bulk-option-dropdown-header {
  display: inline-flex;
  color: #333;
  border: solid 1px #ccc;
  border-radius: 6px;
  background-color: #fff;
}
#bulk-option-container .bulk-option-dropdown-header:lang(en) {
  width: 160px;
}
#bulk-option-container .bulk-option-dropdown-header:lang(fr) {
  width: 210px;
}
#bulk-option-container .bulk-option-dropdown-header .bulk-option-current {
  font-family: Arial;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  padding: 8px 7px 7px 10px;
  margin-bottom: 0px !important;
}
#bulk-option-container .bulk-option-dropdown-header .bulk-option-current:lang(en) {
  width: 125px;
}
#bulk-option-container .bulk-option-dropdown-header .bulk-option-current:lang(fr) {
  width: 175px;
}
#bulk-option-container .select-bulk-option {
  display: block !important;
  text-align: center !important;
  padding-top: 7px;
}
#bulk-option-container .dropdown-content-bulk-action-dropdown {
  color: #333;
  display: flex;
  flex-direction: column;
  border: solid 1px #ccc;
  border-radius: 6px;
  background-color: #fff;
  position: absolute;
  z-index: 1;
}
#bulk-option-container .dropdown-content-bulk-action-dropdown:lang(en) {
  width: 160px;
}
#bulk-option-container .dropdown-content-bulk-action-dropdown:lang(fr) {
  width: 210px;
}
#bulk-option-container .dropdown-content-bulk-action-dropdown p {
  font-family: Arial;
  font-size: 12px;
  line-height: normal;
  text-align: left;
}
#bulk-option-container .highlight-channels-sorting {
  cursor: pointer;
  color: #333;
  background-color: #fff;
  padding: 5px;
  float: right;
  border-radius: 6px;
}
#bulk-option-container .highlight-channels-sorting:hover {
  background-color: #d7f4d3;
}
#bulk-option-container .highlight-channels-sorting:focus {
  background-color: #d7f4d3;
}

@media only screen and (max-width: 800px) {
  #channels-sorting-container {
    display: none;
  }
}
#new_channel_sliding_door div.left {
  background: url("../images/new_channel_left_sliding_door.png") no-repeat;
  width: 17px;
  height: 69px;
  margin-left: -17px;
}

#new_channel_sliding_door div.med {
  height: 69px;
}

#new_channel_sliding_door div.right {
  background: url("../images/new_channel_right_sliding_door.png") no-repeat;
  width: 29px;
  height: 69px;
  float: right !important;
  margin-right: -23px;
}

.favorite, .unfavorite {
  width: 16px;
  height: 16px;
  margin-top: 2px;
  margin-right: 4px;
  cursor: pointer;
}

.favorite {
  background: url("../images/star_yellow.svg") no-repeat;
}

.unfavorite {
  background: url("../images/star_grey.svg") no-repeat;
}

body.hover .unfavorite:hover, body.hover .favorite:hover {
  opacity: 0.7;
  filter: alpha(opacity=70); /* -ms-filter: "progid: dximagetransform.microsoft.Alpha(Opacity=70)"; */
}

.channels > li:first-child {
  margin-top: 0;
}

.channels > li {
  margin-top: 16px;
  background-color: #fff;
  border: 1px solid;
  border-top: none;
  border-bottom-color: #949494;
  border-left-color: #cbcbcb;
  border-top-color: #cbcbcb;
  border-right-color: #cbcbcb;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  position: relative;
  z-index: 100;
}

.virtual {
  -moz-border-radius-bottomleft: 10px;
  -moz-border-radius-bottomright: 10px;
  -moz-border-radius-topleft: 0;
  -moz-border-radius-topright: 0;
  -webkit-border-radius: 0 0 10px 10px;
  background-color: #fff;
  border: 1px solid #949494;
  border-radius: 0 0 10px 10px;
  border-top: none;
  bottom: -8px;
  height: 6px;
  left: 1%;
  position: absolute;
  width: 98%;
  z-index: 1;
}

.virtual.channel-viewed {
  border: none !important;
  background: transparent !important;
}

.virtual.channel-viewed .channel-details {
  -moz-border-radius-bottomleft: 6px;
  -moz-border-radius-bottomright: 6px;
  -moz-border-radius-topleft: 0;
  -moz-border-radius-topright: 0;
  -moz-box-shadow: inset 0 6px 7px -2px #e1e1e1;
  -webkit-border-radius: 0 0 6px 6px;
  -webkit-box-shadow: inset 0 6px 7px -2px #e1e1e1;
  background-color: #fff;
  border-radius: 0 0 6px 6px;
  border-top: none;
  border: 1px solid #cfcfcf;
  box-shadow: inset 0 6px 7px -2px #e1e1e1;
  display: block;
  margin: -1px auto 0 auto;
  margin-bottom: 10px;
  padding-top: 8px;
  position: relative;
  width: 100%;
}
.virtual.channel-viewed .channel-details .tab-menu-header.flex {
  flex-wrap: nowrap;
  align-items: baseline;
}

.virtual .channel-details {
  display: none;
}

.channels li .top h3 {
  font-size: 11pt;
  max-width: 100%;
  overflow-wrap: break-word !important; /* For other browsers */
  word-wrap: break-word; /* Used for IE11 */
}

.channels li .top span.gray, .channel_info {
  font-size: 9pt;
  margin-left: 12px;
}

.channels li .users {
  height: 78px;
  margin-left: 20px;
  overflow: hidden;
  padding-right: 20px;
}
.channels li .users .overscroll {
  height: inherit;
}

.channels li .users li.add_user {
  margin-left: 2px !important;
  margin-right: 16px;
}
.channels li .users li.add_user .add-contact-icon {
  height: 48px;
}

.channels li .users li {
  float: left;
  text-align: center;
  margin-left: 16px;
  margin-top: 4px;
  width: 50px;
}

.channels li span.more-contacts {
  position: absolute;
  display: inline-block;
  float: left;
  text-align: center;
  margin-left: 16px;
  margin-top: 14px;
  width: 50px;
}
.channels li span.more-contacts .more-contacts-list {
  margin-top: 0px !important;
  margin-left: 0px !important;
}
.channels li span.more-contacts span span.more-contacts-container {
  background: #f7f7f7;
  border: 1px solid #b5b5b5;
  border-radius: 4px;
  font-family: Arial, "Lucida Grande", sans-serif;
  font-weight: bold;
  font-size: 9pt;
  display: flex;
  justify-content: center;
  white-space: nowrap;
  width: fit-content;
  gap: 2pt;
  padding: 4px 8px 4px 8px;
}

.channels li .users .owner li {
  margin-left: 2px;
}

.channels li .users li span.gray {
  font-size: 9pt;
  text-align: center;
  display: block;
  width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  padding-top: 3px;
}

.channels li div > .right.counterblock {
  background-color: #f6f6f6;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding: 10px;
  margin-top: 4px;
  margin-bottom: 4px;
  min-width: 70px;
}

.channels #conv_details li > .right {
  background: none;
}

.channels li > .right > span.block {
  font-size: 8pt;
  line-height: 1.2;
  margin-bottom: 5px;
  color: #5c5c5c;
}

.channels li div > .right > span.block span:first-child {
  color: #4a4a4a;
  display: inline-block;
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 10pt;
  font-weight: bold;
  line-height: 8pt;
  text-align: right;
}

.channels li > .right > span.block span.red:first-child {
  color: #ed1f24;
}

.channels li > .channel_header > .top {
  overflow: hidden;
  padding-right: 20px;
  display: flex;
  padding-bottom: 4px;
}

.channels li > .channel_header > .right {
  color: #4a4a4a;
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 8pt;
  height: 79px;
  line-height: 15pt;
}

.channels li div > .right .expandable {
  margin-top: 10px;
}

.expand {
  background: url("../images/arrow_circle_up.svg") top no-repeat;
  width: 35px;
  height: 33px;
  display: block;
  margin: 0 auto;
  text-indent: -9999px;
}

.expanded {
  background: url("../images/arrow_circle_down.svg") no-repeat;
  width: 35px;
  height: 33px;
  display: block;
  margin: 0 auto;
}

body.hover .expanded:hover, body.hover .expand:hover {
  opacity: 0.7;
  filter: alpha(opacity=70); /* -ms-filter: "progid: dximagetransform.microsoft.Alpha(Opacity=70)"; */
}

.virtual.channel-viewed .channel-details #conv_details > p[align^=center] {
  position: absolute;
  left: 46%;
  bottom: 0;
}

.virtual.channel-viewed .channel-details .header {
  position: relative;
}

.virtual.channel-viewed .channel-details .header .right {
  margin-top: 6px;
  margin-right: 21px;
}

body.hover .action_link:hover {
  opacity: 0.7;
  filter: alpha(opacity=70); /* -ms-filter: "progid: dximagetransform.microsoft.Alpha(Opacity=70)"; */
}

a.vault {
  background: url("../images/vault.svg") no-repeat 0 0;
  background-size: 20px 20px !important;
  width: 20px;
  height: 20px;
  margin-top: 2px;
}

.channeloptionslink {
  background: url("../images/gear.svg") no-repeat;
  text-indent: -9999px;
  width: 20px;
  height: 20px;
  display: none;
}

.optionsavailable .channeloptionslink {
  display: inline;
}

body.hover .channeloptionslink:hover {
  opacity: 0.7;
  filter: alpha(opacity=70); /* -ms-filter: "progid: dximagetransform.microsoft.Alpha(Opacity=70)"; */
}

.tags {
  background-position: -30px 0;
}

.download {
  background-position: -64px 0;
}

.delete.action_link {
  background: url("../images/cross_circle.svg") no-repeat;
}

.refresh {
  background-position: -127px 0;
  margin-left: 56px;
}

.margin_above {
  margin-top: 12px;
}

#conv_details h3 {
  font-size: 14px;
  line-height: 20px;
  padding-bottom: 8px;
  flex-wrap: nowrap;
  justify-content: space-between;
}
#conv_details h3 .owner-name {
  text-overflow: ellipsis;
  overflow: hidden;
  padding-right: 15px;
}
#conv_details h3 .timestamp {
  flex-basis: 20px;
  padding-right: 20px;
}

#conv_details .nomessage h3 {
  margin-bottom: -5px;
}

#conv_details .channelsmallprint {
  font-size: 13px;
}

#conv_details h3 .right:first-child {
  margin-right: 24px;
}

#conv_details ul {
  padding: 0 15px 30px 20px;
}

#conv_details #channelfiles ul {
  padding: 10px 15px 30px 15px;
}

#conv_details #channelfiles ul > li {
  padding: 0 0 0 0;
  margin: 0;
  border: none;
  border-top: none;
}

#conv_details .content ul > li, .report-row-item {
  padding-top: 15px;
  padding-bottom: 6px;
  border-top: 1px solid #e3e3e3;
}
@media only screen and (max-width: 520px) {
  #conv_details .content ul > li .report-row-item, .report-row-item .report-row-item {
    display: flex;
    flex-direction: column;
    padding-left: 10px;
    padding-bottom: 13px;
  }
}

#new-message > li:first-child {
  border-top: none !important;
}

#conv_details ul li div.left {
  margin-right: 10px;
}

#conv_details ul li.old .middle {
  width: 73%;
  margin-right: 0;
  margin-left: 10px;
}

#conv_details ul li.old .middle.nomessage {
  width: 73%;
  margin-left: 0;
}

#conv_details ul li .middle p {
  font-size: 14px;
  color: #333;
  word-wrap: break-word;
}

.upload {
  background: url("../images/upload_input.png") no-repeat;
  width: 133px;
  height: 36px;
  text-indent: -9999px;
}

.uploading {
  background: url("../images/files/_blank.svg") no-repeat top left;
  min-height: 16px;
  margin-top: 3px;
  margin-right: 12px;
  background-size: 12px 16px;
}

.filename {
  color: #6d6d6d;
  font-size: 10pt;
  line-height: 14pt;
  overflow-x: hidden;
  text-overflow: ellipsis;
}

.filename a {
  color: #4c4c4c;
}

.filesize, .stats, .credeon_file_progress {
  font-size: 10pt;
  line-height: 14pt;
}

.progress {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  width: 100px;
  display: block;
  height: 8px;
  margin-top: 4px;
  padding: 0 1px 1px;
  background: url("../images/progressContainerBG.png") repeat-x;
}

.progress.upload {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  width: 100px;
  display: block;
  height: 8px;
  margin-top: 4px;
  margin-left: 8px;
  padding: 0 1px 1px;
  background: url("../images/progressContainerBG.png") repeat-x;
}

.progress .bar {
  display: block;
  height: 8px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: url("../images/progressBG.png") repeat-x;
}

.panel-list .uploading {
  background: none;
  margin: 0;
  padding: 0;
}

.panel-list .progress {
  float: left;
  margin-left: 0;
}

.panel-list .cancel {
  float: left;
}

.old .uploading {
  margin-right: 50px;
}

li.old {
  position: relative;
}

.message-item .delete_comment {
  position: absolute;
  top: 14px;
  right: 0;
  height: 8px;
  background: url("../images/cross_nobg.svg") no-repeat 50% 50% transparent;
  background-size: 10px 10px;
  padding: 6px;
}

body.hover .message-item .delete_comment:hover {
  opacity: 0.7;
  filter: alpha(opacity=70); /* -ms-filter: "progid: dximagetransform.microsoft.Alpha(Opacity=70)"; */
}

.links {
  font-size: 9pt;
  margin-left: 2px;
}

li.old .links {
  width: 100px;
  font-size: 9pt;
  margin-left: 2px;
}

.links strong {
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}

.old .links a {
  margin-top: 5px !important;
}

body.hover .feedbackSendBtn:hover, body.hover .links > a:hover {
  background-position: 0 -27px;
}

.feedbackSendBtn:active {
  background-position: 0 -50px;
}

.minimize_channel {
  background: url("../images/chevron_up.svg") no-repeat 30px 7px;
  background-size: 7px 5px;
  width: 7px;
  padding: 10px 30px 7px 30px;
  display: block;
}

.panel-content {
  height: 100%;
  position: fixed;
  z-index: 6;
  top: 35px;
  left: 87px;
}

#panel-details .panel-content {
  margin-left: 186px;
}

.panel-content .list {
  -moz-box-shadow: 3px 1px 5px 0.9px #cfcfcf;
  -webkit-box-shadow: 3px 1px 5px 0.9px #cfcfcf;
  background-color: #f9f9f9;
  box-shadow: 3px 1px 5px 0.9px #cfcfcf;
  height: 100%;
}

.panel-content .list_content {
  width: 186px;
  float: left;
  height: 100%;
}
.panel-content .list_content.details .action-links-container {
  margin-left: 4px;
}

.panel-content .list_content.details {
  -webkit-box-shadow: inset 3.5px 1px 5px 0.5px #cfcfcf;
  -moz-box-shadow: inset 3.5px 1px 5px 0.5px #cfcfcf;
  box-shadow: inset 3.5px 1px 5px 0.5px #cfcfcf;
  display: flex;
  flex-direction: column;
}
.panel-content .list_content.details .detailsContainer {
  margin-bottom: 35px;
  overflow-y: scroll;
  overflow-x: hidden;
}

.panel-content .list_content ul.contacts {
  padding-bottom: 35px;
}

.panel-content .list h4 {
  font-size: 11pt;
  margin: 11px 0 8px 14px;
}

.panel-content .list h4.bigger {
  font-size: 11pt;
  line-height: 11pt;
}

.panel-content .list .action-links-container {
  background-color: #eee;
  height: 30px;
}

.panel-content .list .action_links {
  height: 30px;
}

.panel-content .list .action_links a {
  margin-right: 10px;
  margin-top: 5.5px;
}

body.hover .panel-content .list .action_links a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70); /* -ms-filter: "progid: dximagetransform.microsoft.Alpha(Opacity=70)"; */
}

.panel-content .list .action_links a.add-contact {
  width: 22px;
  height: 18px;
  background: url("../images/add_user.svg") no-repeat;
}

.panel-content .list .action_links a.star_item {
  width: 18px;
  height: 18px;
  background: url("../images/star_dark_grey.svg") no-repeat;
}

.panel-content .list .action_links a.star_item.unfavorite {
  opacity: 0.4;
  filter: alpha(opacity=40); /* -ms-filter: "progid: dximagetransform.microsoft.Alpha(Opacity=40)"; */
}

body.hover .panel-content .list .action_links a.star_item.unfavorite:hover {
  background: url("../images/star_plus.svg") !important;
}

body.hover .panel-content .list .action_links a.star_item:hover {
  background: url("../images/star_minus.svg");
  opacity: 1;
}

.panel-content .list .action_links a.edit_item, a.edit_contact {
  width: 18px;
  height: 18px;
  margin: 6px 8px;
}
.panel-content .list .action_links a.edit_item i.fa-pencil-square, a.edit_contact i.fa-pencil-square {
  font-size: 20px;
  color: #4f4f4f;
}
.panel-content .list .action_links a.edit_item i.fa-pencil-square.panel-action, a.edit_contact i.fa-pencil-square.panel-action {
  line-height: 15px !important;
}

#save-status-label a.discard {
  font-size: 20px;
  color: #424242;
  margin-top: -2px;
}

.panel-content .list .remove_item_hideme, .panel-content .list .list_content .remove_contact_hideme {
  background: #f33a3a;
  background: -moz-linear-gradient(top, #f33a3a 0%, #dd2424 99%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f33a3a), color-stop(99%, #dd2424));
  background: -webkit-linear-gradient(top, #f33a3a 0%, #dd2424 99%);
  background: -o-linear-gradient(top, #f33a3a 0%, #dd2424 99%);
  background: -ms-linear-gradient(top, #f33a3a 0%, #dd2424 99%);
  background: linear-gradient(to bottom, #f33a3a 0%, #dd2424 99%);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr="$white", endColorstr="$black", GradientType=0);
  display: block;
  padding: 5px 20px 4px 20px;
  font-size: 10pt;
  height: 45px;
  color: #fff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
  box-shadow: 0 1px 8px 1px #cfcfcf;
  border-radius: 6px;
}

.panel-content .list .list_content .remove_contact_hideme {
  padding: 5px 5px 5px 6px;
  height: 67px;
}

div.panel-content div.list div.remove_item_hideme a#confirm_button.confirm_remove, div.panel-content div.list div.list_content div.remove_contact_hideme a#confirm_button.confirm_remove_contact {
  font-size: 10pt;
  border: 1px #a72c2c solid;
  padding: 2px 4px 2px 2px;
  line-height: 12pt;
  margin-left: 42px;
  text-shadow: 0 0 0;
  background-color: #f1100f;
}

div.panel-content div.list div.list_content div.remove_contact_hideme a#confirm_button.confirm_remove_contact {
  margin-left: 55px;
}

.panel-content .list .action_links a.file_download {
  width: 13.5px;
  height: 18px;
  background: url("../images/file_down.svg") no-repeat;
}

.panel-content .list .action_links .preview-pdf {
  height: 18px;
}
.panel-content .list .action_links .preview-pdf .fa-stack {
  font-size: 0.5rem;
}
.panel-content .list .action_links .preview-pdf .fa-stack .fa-search {
  margin-top: 0.15rem;
}

.panel-content .list .action_links a.upload_file {
  width: 13.5px;
  height: 18px;
  background: url("../images/file_up.svg") no-repeat;
}

.panel-content .list .action_links a.upload_file.folder {
  width: 21px;
  height: 18px;
  background: url("../images/folder_up.svg") no-repeat;
}

.panel-content a.close-panel, .panel-content a.close-details {
  width: 8px;
  height: 8px;
  background: url("../images/cross_nobg.svg") no-repeat 50% 50% transparent;
  background-size: 8px 8px;
  text-indent: -9999px;
  float: right;
  margin: 3px 10px 3px 3px;
}

ul.panel-list li > div > span.left {
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  margin-left: 8px;
  padding: 5px 0 4px 0;
}

/* Force No Selection */
ul.panel-list li {
  background: #fff;
  background: -moz-linear-gradient(top, #fff 0%, #f7f7f7 99%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(99%, #f7f7f7));
  background: -webkit-linear-gradient(top, #fff 0%, #f7f7f7 99%);
  background: -o-linear-gradient(top, #fff 0%, #f7f7f7 99%);
  background: -ms-linear-gradient(top, #fff 0%, #f7f7f7 99%);
  background: linear-gradient(to bottom, #fff 0%, #f7f7f7 99%);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr="$white", endColorstr="$black", GradientType=0);
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  border-bottom: 1px solid #e4dede;
  cursor: pointer;
  min-height: 38px;
  padding: 4px 4px 0;
  user-select: none;
  width: 178px;
}

/* EOF : Force No Selection */
ul.panel-list li:first-child {
  border-top: 1px solid #e4dede;
}

ul.panel-list li.fav {
  background: #fff;
  background: -moz-linear-gradient(top, #fff 0%, #f7f7f7 99%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(99%, #f7f7f7));
  background: -webkit-linear-gradient(top, #fff 0%, #f7f7f7 99%);
  background: -o-linear-gradient(top, #fff 0%, #f7f7f7 99%);
  background: -ms-linear-gradient(top, #fff 0%, #f7f7f7 99%);
  background: linear-gradient(to bottom, #fff 0%, #f7f7f7 99%);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr="$white", endColorstr="$black", GradientType=0);
  background: url("../images/favorite.svg") top right no-repeat; /* Old browsers */
  background-size: 18px 18px;
}

body.hover ul.panel-list li.fav:hover, ul.panel-list li.fav.current {
  background: url("../images/favorite.svg") top right no-repeat, #f3efee !important;
  background-size: 18px 18px !important;
}

ul.panel-list li.current, body.hover ul.panel-list li:hover {
  -webkit-box-shadow: inset 2px 0.2px 5px 0 #cfcfcf;
  -moz-box-shadow: inset 2px 0.2px 5px 0 #cfcfcf;
  box-shadow: inset 2px 0.2px 5px 0 #cfcfcf;
  background: #f3efee !important;
}

ul.panel-list li img {
  border: 1px solid #898b8c;
}

ul.panel-list li div > span.left {
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  margin-left: 8px;
  overflow: hidden;
  padding: 5px 0 4px 0;
  width: 128px !important;
}

.files_list li > span.left {
  width: 126px !important;
}

ul.panel-list li span.name {
  font-size: 9pt;
  color: #313131;
  display: block;
  line-height: 11pt;
  margin-bottom: 2px;
  white-space: nowrap;
  width: 130px;
  text-overflow: ellipsis;
  overflow: hidden;
}

span.company, span.email {
  font-size: 8pt;
  color: #545454;
  display: block;
  line-height: 8pt;
  margin-bottom: 3px;
  width: 130px;
  text-overflow: ellipsis;
  overflow: hidden;
  height: 15px;
  white-space: nowrap;
}

ul.panel-list li span.company.left {
  white-space: nowrap;
}

img.file_icon {
  border: 0 !important;
}

#links img.file_icon {
  margin-right: -4px;
}

.files-filename-column {
  display: flex;
  align-items: center;
  text-overflow: ellipsis;
  overflow-x: hidden;
}

.files-filename-column img.file_icon.no-checkboxes {
  padding-left: 5px;
}

.files-filename-column .star-folder-icon {
  height: 10px;
  width: 10px;
  background: url("/static/images/star_dark_grey.svg") no-repeat !important;
  display: inline-block;
  vertical-align: -2%;
}

#channelfiles img.file_icon {
  margin-left: 2px;
}

div.message_files img.file_icon {
  vertical-align: top;
}

.panel-header {
  font-size: 14px;
  padding-left: 10px;
  font-weight: bold;
}

#contacts-header {
  padding-top: 5px;
}

#starred-contact-list {
  max-height: min(250px, 25vh);
  border-bottom: 3px solid #eaeaea;
}

#panel-file-list, #panel-contact-list, #starred-contact-list {
  overflow-y: auto;
  overflow-x: hidden;
}

#panel-file-list img.file_icon {
  display: inline-block;
}

#panel-file-list .isfolder img.file_icon {
  margin: 0;
}

.image_frame {
  background: url("../images/frameBottom.png") no-repeat bottom left, url("../images/frameTop.png") no-repeat top left, url("../images/frameMiddle.png") repeat-y center center;
  width: 166px;
  padding-bottom: 3px;
}

.image_frame img {
  background: #fff;
  margin: 9px 0 0 9px;
}

.file_details {
  margin-top: 10px;
}

.detailsContainer {
  padding: 0 16px;
  margin-bottom: 27px;
  margin-top: 19px;
}

h3.fileName, h3.fileName * {
  color: #666;
  font-weight: normal;
  font-size: 10pt;
  margin-bottom: 5px;
  display: block;
  word-wrap: break-word;
}

.contact_details span {
  font-size: 8pt;
  color: #737373;
}

#panel-details .detailsContainer * {
  line-height: 15pt !important;
}

#panel-details .detailsContainer br.clear {
  display: none;
}

#panel-details .detailsContainer .contact_details {
  margin-bottom: 8px !important;
}

p.contact_details > span > span > span {
  float: right;
}

.accordion {
  padding: 0 8px;
  min-height: 150px;
}

.preview {
  color: #313131;
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 10pt;
  margin-left: 7px;
  width: 218px;
}

.accordion a {
  background: url("../images/accordion_arrow.png") no-repeat 0 6px;
  color: #313131;
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 10pt;
  padding-left: 10px;
}

.contacts_sort_by {
  padding: 8px 0 2px 8px;
}

.contacts_sort_by span {
  color: #737373;
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 9pt;
  line-height: 16pt;
  margin-right: 6px;
}

.contacts_sort_by a {
  font-size: 8pt;
  color: #313131;
  margin-right: 7px;
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  line-height: 8pt;
  padding: 4px 5px 4px;
}

body.hover .contacts_sort_by a:hover {
  background-color: #bbb;
}

.contacts_sort_by a.current, .contacts_sort_by a:active {
  background-color: #9b9b9b;
}

body.hover .contacts_sort_by a:hover, .contacts_sort_by a.current, .contacts_sort_by a:active {
  border: 1px solid #6d6d6d;
  color: #fff;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

.header_icon {
  padding: 8px 0 0 5px;
  width: 32px;
  height: 28px;
  -webkit-box-shadow: 0 -6px 8px 1px #cfcfcf;
  -moz-box-shadow: 0 -6px 8px 1px #cfcfcf;
  box-shadow: 0 -6px 8px 1px #cfcfcf;
  border-left: 1px solid #bcbcbc;
  border-right: 1px solid #bcbcbc;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 105;
  background-color: #fff;
}

@media only screen and (max-width: 520px) {
  .header_icon.network_icon {
    top: 2px;
    left: -49px;
  }
}
body.hover .notifications_icon img {
  margin: 0 4px;
}

body.mobile .notifications_icon img {
  margin: 5px 4px;
}

.feedback {
  z-index: 100;
  position: fixed;
  top: 0;
  left: 188px;
}

.notifications {
  z-index: 100;
  position: fixed;
  top: 0;
  left: 148px;
}

.syncMenu {
  z-index: 100;
  position: fixed;
  top: 0;
  left: 190px;
}

.syncMenu .notifications_container {
  padding-bottom: 14px !important;
  padding-right: 7px !important;
}

.syncMenu .close {
  margin: 5px 0 0 !important;
}

.syncMenu .feedbackSendBtn {
  margin-top: 15px;
}

.syncMenu .feedbackSendBtn[disabled] {
  opacity: 0.5;
}

.notifications .count {
  top: 6px;
  right: 4px;
}

.feedback_form, .notifications_container {
  background-color: #fff;
  -webkit-box-shadow: 0 0 8px 1px #cfcfcf;
  -moz-box-shadow: 0 0 8px 1px #cfcfcf;
  box-shadow: 0 0 8px 1px #cfcfcf;
  position: absolute;
  top: 35px;
  left: 0;
  z-index: 10;
  border: 1px solid #bcbcbc;
  -moz-border-radius-topleft: 0;
  -moz-border-radius-topright: 2px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  -webkit-border-radius: 0 2px 5px 5px;
  border-radius: 0 2px 5px 5px;
  max-height: 85vh;
  overflow-y: auto;
}

.notifications_header {
  padding: 5px 8px;
  border-bottom: 1px solid #bcbcbc;
}

.notifications_header strong {
  font-size: 9pt;
}

.feedback_form_header .close, .notifications_header .close, .channeloptionsinner .close, .tos-dialog .close {
  background: url("../images/cross_nobg.svg") no-repeat;
  width: 10px;
  height: 10px;
  margin-left: 15px;
  margin-top: 6px;
  margin-right: 4px;
}

.feedback_form textarea, .notifications_header textarea {
  width: 230px;
  height: 108px;
  background: #fff url("../images/textarea.png") repeat-x top;
  padding: 7px 4px;
  border: 1px solid #c6c3c3;
  margin-bottom: 3px;
}

.make_me_feel {
  width: 25px;
  height: 24px;
  margin-top: 2px;
}

.happy {
  background: url("../images/make_me_feel.png") left bottom;
}

.sad {
  background: url("../images/make_me_feel.png") right bottom;
}

body.hover .happy:hover, .happy.current, .happy:active {
  background-position: left top;
}

body.hover .sad:hover, .sad.current, .sad:active {
  background-position: right top;
}

.feedbackSendBtn {
  padding: 5px 18px 4px;
  border: 1px solid #000;
  display: block;
  font-size: 9pt;
  text-align: center;
  margin-top: 2px;
  height: 25px;
}

.help {
  background-color: #fff;
  height: 31px;
  -moz-border-radius-topleft: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  -webkit-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
}

body.hover .help a:hover {
  background-position: -25px;
}

.notifications-list, .report {
  width: 240px;
  margin: 0 auto;
}

.notifications-list li, .report li {
  border-bottom: 1px solid #d4d4d4;
  padding: 6px 0 6px 6px;
}

.notifications-list span.block, .report span.block {
  font-size: 8pt;
  width: 166px;
  line-height: 16px;
  margin-left: 9px;
}

.notifications-list a, .report a, .allnotificationList a {
  color: #333;
}

body.hover .notifications-list span.block:hover, body.hover .report span.block:hover {
  text-decoration: underline;
}

.notifications-list li {
  display: grid;
  overflow: hidden;
}

.single_details_group {
  display: block;
  margin-bottom: 10px;
}

.file_preview .image_frame {
  margin: 3px 12px;
}

.logo_larger, #accessHeader {
  width: 350px;
  height: auto;
  text-align: center;
  margin: 50px auto 20px;
}
.logo_larger img, #accessHeader img {
  max-width: 200px;
  max-height: 100px;
}
.logo_larger #tf-login-logo, #accessHeader #tf-login-logo {
  max-width: 170px;
}

.register_login_main_2columns {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 573px;
  height: auto;
  top: 0;
  left: 50%;
  margin-left: -286px;
  background-color: #fff;
  -moz-box-shadow: 0 0 4px 1px #e2e2e2;
  -webkit-box-shadow: 0 0 4px 1px #e2e2e2;
  box-shadow: 0 0 4px 1px #e2e2e2;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  border: 2px solid #d4d4d4;
}
@media only screen and (max-width: 732px) {
  .register_login_main_2columns {
    width: 351px;
    margin-left: -175px;
  }
  .register_login_main_2columns .password-rules-title {
    display: none;
  }
  .register_login_main_2columns .passwordrules {
    float: none;
    width: 320px;
  }
  .register_login_main_2columns .left.column {
    float: none;
    border: none !important;
  }
}
.register_login_main_2columns #duo_iframe {
  width: 110%;
  min-width: 304px;
  max-width: 655px;
  height: 340px;
  border: none;
  margin: -1px;
}
.register_login_main_2columns .duo-otp {
  margin-top: 1.6rem;
}
.register_login_main_2columns .duo-otp #otp-form input[type=submit].verify-pin {
  margin-top: 1rem;
}
.register_login_main_2columns .duo-admin-text {
  margin: 1rem;
  padding: 1rem;
  border: 2px solid #777;
  border-radius: 8px;
  background-color: #eee;
}

.register_login_main_2columns.regless {
  width: 351px;
  padding-bottom: 20px;
}

.register_login_main_2columns.regless input#loginbtn_reg_page {
  margin: 0 24px;
}

.register_login_main_2columns.regless input#cancel {
  margin: 0;
}

.register_login_main_2columns.regless .left.column {
  width: 326px;
  border-right: none;
  padding: 14px 0 0 24px;
}

body.registrationless div.login-dialog {
  margin-left: -175px;
}

.register_login_main_2columns.noregister {
  width: 350px;
  margin-left: -175px;
  top: 0;
}
.register_login_main_2columns.wider {
  width: 650px;
  margin-left: -325px;
}
.register_login_main_2columns.wider.duo {
  height: 388px;
}
.register_login_main_2columns.wider.twofactor-setup {
  margin: auto;
  width: 95vw;
  max-width: 700px;
  position: static;
}

.register_login_header {
  height: 50px;
  background-color: #f6f6f6;
  -moz-border-radius-topleft: 7px;
  -moz-border-radius-topright: 7px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -webkit-border-radius: 7px 7px 0 0;
  border-radius: 7px 7px 0 0;
  border-bottom: 1px solid #d4d4d4;
}

.register_login_header .column {
  height: 36px;
}

#password-change-buttons {
  display: flex;
  justify-content: center;
  gap: 5px;
}

.register_login_main_2columns .register_login_header .column.left, .register_login_main_2columns .register_login_header .column.right {
  padding: 15px 0 0 0;
  text-align: center;
}
.register_login_main_2columns .register_login_header .column.password-expire-title {
  width: 350px;
}
.register_login_main_2columns .register_login_header .column.password-rules-title {
  width: 222px;
}

.register_login_header h3 {
  text-shadow: 1px 1px 1px #fff;
  font-size: 11pt;
  color: #5e5e5e;
}

.register_login_main_2columns .left.column {
  width: 326px;
  border-right: 1px solid #d4d4d4;
  padding: 14px 0 0 24px;
}
.register_login_main_2columns .left.column.login-title {
  width: 100%;
  padding: 15px 0 0 0;
  text-align: center;
}
.register_login_main_2columns .left.column.full-width {
  width: 100%;
  border-right: none;
}
.register_login_main_2columns .left.column.twofactor-info {
  width: 40%;
  height: 100%;
  padding: 34px 20px 0 24px;
  border-right: none;
}
@media only screen and (max-width: 450px) {
  .register_login_main_2columns .left.column.twofactor-info {
    padding: 15px 15px 0 15px;
  }
}
.register_login_main_2columns .left.column.methods {
  width: 287px;
  padding: 14px 14px 0 14px;
  border-right: none;
  border-left: 1px solid #d4d4d4;
}

.register_login_main_2columns.noregister .left.column {
  border-right: none;
}

.register_login_main_2columns .left.column.options {
  width: 571px;
  border-right: 1px solid #d4d4d4;
  padding: 14px 0 0 24px;
}

.company_links, .register_login_main_2columns .right.column {
  width: 198px;
  padding: 14px 0 0 24px;
}

.register_login_main_2columns.noregister .right.column {
  display: none;
}

.company_links {
  padding-top: 9px !important;
}

.register_login_main {
  overflow: auto;
}
.register_login_main.duo {
  height: 335px;
}
.register_login_main.twofactor-setup {
  display: flex;
}

.register_login_main .column {
  overflow: auto;
}

.register_login_main_2columns label {
  font-size: 13px;
  color: #5e5e5e;
  margin-bottom: 8px;
  line-height: 16px;
}

.register_login_main_2columns p {
  font-size: 13px;
  margin-bottom: 8px;
  line-height: 16px;
}

.register_login_main_2columns a {
  font-size: 13px;
  margin-bottom: 8px;
  line-height: 16px;
}
.register_login_main_2columns a.back-button {
  display: inline-block;
  font-size: 10pt;
  line-height: 18px;
  max-width: 50px;
  height: 20px;
  padding-left: 48px;
  background: url("/static/images/leftarrow_nvidiagreen.svg") 10px 5px no-repeat, linear-gradient(to bottom, #ffffff 0%, #f5f5f5 100%);
}

.method-btn-setup {
  display: flex;
  flex-wrap: nowrap;
}
.method-btn-setup .twofactornumber nput {
  width: 260px;
  padding-left: 50px;
}
.method-btn-setup .iti {
  padding-left: 5px;
}

.register_login_main_2columns input[type^=text]:focus, .register_login_main_2columns input[type^=password]:focus {
  background: #fff;
  background: -moz-linear-gradient(top, #fff 0%, #fff 99%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(99%, #fff));
  background: -webkit-linear-gradient(top, #fff 0%, #fff 99%);
  background: -o-linear-gradient(top, #fff 0%, #fff 99%);
  background: -ms-linear-gradient(top, #fff 0%, #fff 99%);
  background: linear-gradient(to bottom, #fff 0%, #fff 99%);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr="$white", endColorstr="$black", GradientType=0);
  -moz-box-shadow: inset 0 0 4px 1px #d9d9d9;
  -webkit-box-shadow: inset 0 0 4px 1px #d9d9d9;
  border: 1px solid #939393;
  box-shadow: inset 0 0 4px 1px #d9d9d9;
  outline: none !important;
}

.register_login_main_2columns input[type^=text],
.register_login_main_2columns input[type^=email],
.register_login_main_2columns input[type^=password],
#id_company_size,
#id_phone,
#id_industry {
  margin-bottom: 8px;
  height: 16px;
  width: 276px;
  padding: 7px 9px;
}

.register_login_main_2columns input[id^=id_new_password],
.register_login_main_2columns input[id^=id_old_password] {
  width: 100% !important;
}

#id_company_size, #id_industry {
  height: 32px;
  width: 296px;
  border-radius: 4px;
}

.register_login_main_2columns select.gredient {
  height: auto;
}

.gredient, input[type^=text], input[type=password], input[type=email], #id_company_size, #id_phone, #retention_period, #id_industry {
  background: #fff;
  background: -moz-linear-gradient(top, #fff 0%, #f7f7f7 99%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(99%, #f7f7f7));
  background: -webkit-linear-gradient(top, #fff 0%, #f7f7f7 99%);
  background: -o-linear-gradient(top, #fff 0%, #f7f7f7 99%);
  background: -ms-linear-gradient(top, #fff 0%, #f7f7f7 99%);
  background: linear-gradient(to bottom, #fff 0%, #f7f7f7 99%);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr="$white", endColorstr="$black", GradientType=0);
  -moz-box-shadow: inset 0 0 4px 2px #f0f0f0;
  -webkit-box-shadow: inset 0 0 4px 2px #f0f0f0;
  border: 1px solid #828282;
  box-shadow: inset 0 0 4px 2px #f0f0f0;
  color: #6d6d6d;
  font-size: 10pt;
  text-indent: 4px;
}

.gredient2 {
  background: #fafafa;
  background: -moz-linear-gradient(top, #fafafa 0%, #f2f2f2 99%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fafafa), color-stop(99%, #f2f2f2));
  background: -webkit-linear-gradient(top, #fafafa 0%, #f2f2f2 99%);
  background: -o-linear-gradient(top, #fafafa 0%, #f2f2f2 99%);
  background: -ms-linear-gradient(top, #fafafa 0%, #f2f2f2 99%);
  background: linear-gradient(to bottom, #fafafa 0%, #f2f2f2 99%);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr="$white", endColorstr="$black", GradientType=0);
  -moz-box-shadow: inset 0 0 4px 2px #f0f0f0;
  -webkit-box-shadow: inset 0 0 4px 2px #f0f0f0;
  border: 1px solid #c5c5c5;
  box-shadow: inset 0 0 4px 2px #f0f0f0;
  color: #b4b4b4;
  font-size: 10pt;
}

.register_login_main_2columns .notes {
  font-size: 9pt;
  color: #9f9e9e;
}

.register_login_main_2columns .center,
.tooltipster-content .center,
#options_details .center,
#tf-password-container .center {
  text-align: center;
}
.register_login_main_2columns a.cyan,
.tooltipster-content a.cyan,
#options_details a.cyan,
#tf-password-container a.cyan {
  color: #2e7ea1;
  text-decoration: underline;
}
.register_login_main_2columns .btn-api-regenerate,
.tooltipster-content .btn-api-regenerate,
#options_details .btn-api-regenerate,
#tf-password-container .btn-api-regenerate {
  width: 13rem;
}

#options_details {
  margin-bottom: 35px;
}

#notification_details {
  margin-bottom: 35px;
  padding: 16px 6px 0 26px;
}

.recaptcha-footer {
  text-align: center;
  font-size: 10pt;
  color: #777;
}
.recaptcha-footer a.cyan {
  color: #2e7ea1;
  text-decoration: underline;
}

.grecaptcha-badge {
  visibility: hidden;
}

.terms-accept.regenerate a.cyan {
  color: #2e7ea1;
  text-decoration: underline;
}

body.hover .register_login_main_2columns a.cyan:hover,
body.hover .terms-accept a.cyan:hover {
  text-decoration: none;
}

.register_login_main_2columns #loginbtn_reg_page {
  margin-right: 29px;
  margin-bottom: 16px;
}

.register_login_main_2columns #proceedbtn_reg_page {
  margin-right: 29px;
}

.register_login_main_2columns #reset_btn {
  margin: 20px auto 0;
}

div.login-dialog .register_login_main_2columns input[type^=submit], div.register-dialog .register_login_main_2columns input[type^=submit] {
  margin-right: 29px;
}

body.hover .register_login_main_2columns .proceed_btn:hover, body.hover .register_login_main_2columns .register_btn:hover {
  border-color: #a3a3a3;
}

.switch label {
  cursor: pointer;
}

.btn_gredient {
  font-size: 10pt;
}

.switch {
  margin-right: 3px;
}
.switch.disabled {
  opacity: 0.6;
}

.modalBoxLabel.disabled {
  opacity: 0.6;
}

.form_footer {
  margin-top: 0;
}

.what_to_recieve {
  list-style-image: url("../images/check_nobg_green.svg");
  list-style-position: outside;
  margin-left: 24px;
  margin-bottom: 80px;
  margin-top: 12px;
}

.what_to_recieve li {
  color: #5e5e5e;
  font-size: 10pt;
  padding-left: 7px;
  margin-bottom: 30px;
}

.register_login_main_2columns.taller {
  min-height: 396px;
}

.register_login_main_2columns.taller .register_login_main .column {
  min-height: 298px;
}

.activateError a, .message.info p {
  font-size: 10pt;
  color: #5e5e5e;
}

body.hover .activateError a:hover {
  text-decoration: underline;
}

.register_login_main_2columns.smaller, .register_trial {
  width: 351px;
  margin-left: -175px;
}

.register_login_main_2columns.smaller p, .register_login_main_2columns.stubby p {
  color: #5e5e5e;
  font-size: 10pt;
}

.register_login_main_2columns.smaller small, .register_login_main_2columns.stubby small {
  font-size: 9pt;
  color: #9f9e9e;
}

.register_login_main_2columns.smaller input[type^=email], .register_login_main_2columns.stubby input[type^=email] {
  margin-top: 30px;
  margin-bottom: 12px;
}

.register_login_main_2columns.smaller input[type^=submit], .register_login_main_2columns.stubby input[type^=submit] {
  margin-top: 45px;
}
.register_login_main_2columns.smaller input[type^=submit].btn-login, .register_login_main_2columns.stubby input[type^=submit].btn-login {
  margin-top: 10px;
  margin-bottom: 10px;
}

.m_r_29 {
  font-size: 8pt;
  color: #9f9e9e;
  margin: 28px 29px 0 8px;
}

.company_links div {
  margin-left: 18px;
}

.register_login_main_2columns.smaller.a3 .left.column, .register_login_main_2columns.smaller.b2 .left.column {
  width: 302px;
  border-right: 1px solid #d4d4d4;
  padding: 14px 24px 0 24px;
}

.register_login_main_2columns p.green {
  color: #6eaa2f;
  font-size: 11pt;
  width: 185px;
  text-align: center;
  margin-bottom: 22px;
}

.loader {
  margin-bottom: 15px;
}

.register_login_main_2columns.smaller.b2 input[type^=text] {
  width: 190px;
  margin: 20px 12px 0 0;
}

.register_login_main_2columns.smaller.b2 input[type^=submit] {
  margin: 0;
  padding: 4px 10px 4px 35px;
  margin-top: 20px;
}

.register_login_main_2columns.smaller.b2 .notes {
  margin-top: 25px;
}

.register_login_main_2columns.smaller.a3 p.green {
  font-size: 13pt;
  color: #6eaa2f;
  font-weight: bold;
  width: auto;
  margin-bottom: 0;
}

.register_login_main_2columns.smaller.a3 p.green:first-child {
  margin-bottom: 43px;
}

.register_login_main_2columns.smaller.a3 .register_login_main .left.column {
  padding-top: 13px !important;
}

.n-ve-m-top {
  margin-top: 0;
}

.register_login_main_2columns.smaller.a3 p.gray {
  margin-left: -28px;
  margin-bottom: 70px;
}

.register_login_main_2columns.smaller.a3 .proceed_btn {
  display: inline-block;
}

#options_header > ul li a {
  display: block;
  font-weight: normal;
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  color: #4c4a4a;
  font-size: 9pt;
  line-height: 1.2;
  text-align: center;
  padding-bottom: 5px;
}

body.hover #options_header > ul li a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70); /* -ms-filter: "progid: dximagetransform.microsoft.Alpha(Opacity=70)"; */
}

#options_header > ul li a:active {
  color: #666;
  opacity: 0.9;
  filter: alpha(opacity=90); /* -ms-filter: "progid: dximagetransform.microsoft.Alpha(Opacity=90)"; */
}

a.remove {
  width: 12px;
  height: 12px;
  margin-top: 1.5px;
  background: url("../images/cross_nobg.svg") no-repeat;
  display: inline-block;
}

.profile_details .left.img a:first-child {
  margin-right: 8px;
}
.profile_details .left.img a:first-child.edit.uploader {
  margin-right: 0px;
}

.image-wrap_new {
  position: relative;
  display: inline-block;
  vertical-align: bottom;
  max-width: 100%;
  height: 116px;
}

.image-wrap_new img {
  border-radius: 6px;
}

.profile_details .left.txt {
  margin-top: 20px;
}

.profile_details .left.txt h4 {
  font-size: 16pt;
  color: #363636;
  margin-bottom: 13px;
  word-break: break-word !important; /* For other browsers */
  word-break: break-all; /* Used for IE11 */
}

.profile_details .left.txt .verified {
  font-size: 11pt; /* background: url('../images/verfied.png') no-repeat 0 3px; padding-left: 21px; */
  margin-bottom: 8px;
}

.profile_details .left.txt .location {
  font-size: 11pt; /* background: url('../images/location.png') no-repeat 0 3px; padding-left: 21px; */
}

.encryption-keys a {
  text-decoration: underline;
}

#options_details_3columns > div {
  margin-right: 10px;
}

#options_details_3columns .left.phone_numbers {
  width: 236px;
}

#options_details_3columns .left.email_addresses {
  width: 310px;
}

#options_details_3columns .left.change_password {
  width: 186px;
}

#options_details_3columns ul.list {
  margin-bottom: 16px;
}

#options_details_3columns ul.list li {
  padding-left: 3px;
  margin-left: 2px;
  margin-top: 5px;
}

#options_details_3columns ul.list li span {
  padding-left: 17px;
  color: #6d6d6d;
  font-size: 10pt;
}

#options_details_3columns ul.list li.verifiy span {
  background: url("../images/cross_nobg_yellow.svg") no-repeat 0 3px;
  background-size: 17px 17px;
}

#options_details_3columns ul.list li.verified span {
  background: url("../images/check_nobg_green.svg") no-repeat 0 3px;
  background-size: 14px 14px;
}

body.hover #options_details_3columns ul.list li:hover {
  background-position: #ccc;
}

div.change_password {
  margin: 53px 46px;
  display: inline-block;
  vertical-align: top;
  padding: 0;
  width: 35%;
}
div.change_password .btn-password {
  width: 215px;
}
div.change_password .little-headroom {
  margin-top: 16px;
}

.update_defaults {
  font-size: 15px;
}
.update_defaults > div {
  padding-bottom: 10px;
}
.update_defaults .radio-buttons-container {
  display: flex;
  gap: 2px;
  flex-direction: column;
}
.update_defaults .radio-buttons-container > div {
  display: flex;
  gap: 5px;
}

div.change_password > h3 {
  font-size: 16pt;
  margin-bottom: 15px;
  margin-top: 15px;
}

form.change_password label, .subdomain label {
  color: #6d6d6d;
  font-size: 10pt;
  margin-top: 3px;
}

form.update_twofactor label, .subdomain label {
  color: #6d6d6d;
  font-size: 10pt;
  margin-top: 3px;
}

form.change_password input[type^=password] {
  width: 171px;
  height: 26px;
  padding-left: 4px;
}

form.update_twofactor input[type^=text] {
  width: 171px;
  height: 26px;
  padding-left: 4px;
}

form.change_password input[type^=submit] {
  margin-top: 15px;
}

.profile_details.contacts > h3, .import_export h3 {
  font-size: 15pt;
  margin-bottom: 24px;
}

.dispaly_sorting label {
  width: 177px;
  text-align: right;
  padding-top: 3px;
  margin-right: 20px;
  line-height: 28px;
}

.tenPTtitle, .preview > .title, .dispaly_sorting label, .dispaly_sorting select {
  color: #6d6d6d;
  font-size: 10pt;
}

.preferences label {
  width: 250px;
  text-align: left;
}

.preferences_title {
  margin-bottom: 10px;
}

.preferences ul.left {
  padding-top: 24px;
}

.preferences .preview_container {
  margin-top: 4px;
  padding: 2px;
}

.preferences .preview_container span {
  color: #6d6d6d;
  text-align: center;
  font-size: 9pt;
}

.preferences > div.right {
  float: left !important;
  margin-left: 55px;
}

.preview_container div {
  margin-left: 5px;
  padding-top: 6px;
}

body.hover .preview_container .panel-list li:hover {
  -webkit-box-shadow: 0 0 0 0;
  -moz-box-shadow: 0 0 0 0;
  box-shadow: 0 0 0 0;
}

.dispaly_sorting select {
  width: 175px;
  height: 23px;
  border-color: #e8e8e8;
  margin-top: 5px;
  font-size: 9pt;
}

.preview_container {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 3px;
  width: 100%;
  margin-top: 12px;
  box-shadow: inset 1px 1px 1px 1px rgba(0, 0, 0, 0.26);
  -moz-box-shadow: inset 1px 1px 1px 1px rgba(0, 0, 0, 0.26);
  -webkit-box-shadow: inset 1px 1px 1px 1px rgba(0, 0, 0, 0.26);
}

.preview_container .panel-list {
  width: 182px;
  height: 44px;
  margin-left: 19px;
  padding: 12px 0;
}

.import_export {
  margin-top: 32px;
}

.import_export .left.import {
  width: 470px;
}

.import_export .right.export {
  width: 218px;
}

.import_export div ul li a {
  width: 158px;
  height: 23px; /* filter: progid: dximagetransform.microsoft.gradient( startColorstr='#fff', endColorstr='#f5f5f5',GradientType=0 ); /* IE6-9 */
  border: 1px solid #ccc;
  color: #595959;
  font-size: 9pt;
  line-height: 20px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  padding: 11px 25px 6px 45px;
  margin-bottom: 18px;
}

.import_export div ul li a:first-child {
  margin-right: 9px;
}

body.hover .import_export div ul li a:hover, .import_export div ul li a:active {
  color: #595959;
  border-color: #7a7a7b;
}

.noti > h3 {
  font-size: 13.5pt;
  width: 250px;
  text-align: right;
  margin-top: 25px;
  margin-bottom: 15px;
}
.noti > h3.freq {
  margin: 25px 0 10px 0 !important;
}
.noti > h3.content_title {
  margin-top: 35px;
}
.noti ul li > label {
  width: 250px;
  line-height: 21px;
}
.noti .label {
  font-size: 10pt;
  color: #6d6d6d;
  margin-right: 12px;
}
.noti .privilege-info {
  font-size: 10pt;
  margin-top: 0.4rem;
  color: #737373;
}
.noti .select2-container {
  width: 100% !important;
  font-size: 12px;
}
.noti a.cyan {
  font-size: 10pt;
  color: #2e7ea1;
  text-decoration: underline;
}
.noti .headroom {
  margin-top: 16px;
}

.integration li {
  margin-top: 15px;
}

.integration li:first-child .title {
  padding-top: 0;
}

.integration li img {
  margin-right: 14px;
}

.integration li .title {
  font-size: 15pt;
  padding-top: 8px;
}

.integration li .last_sync {
  font-size: 11pt;
}

.integration li .titles {
  width: 190px;
}

.integration li .actions a {
  width: 51px;
  height: 23px; /* filter: progid: dximagetransform.microsoft.gradient( startColorstr='#fff', endColorstr='#f5f5f5',GradientType=0 ); /* IE6-9 */
  border: 1px solid #ccc;
  color: #595959;
  font-size: 9pt;
  line-height: 20px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  padding: 11px 25px 6px 45px;
  margin-right: 8px;
}

body.hover .subscription_links a.red:hover, .subscription_links a.red:active, body.hover .integration li .actions a.red:hover, .integration li .actions a.red:active {
  color: #ed1f24;
  border-color: #ed1f24;
}

body.hover .subscription_links a.green:hover, .subscription_links a.green:active, body.hover .integration li .actions a.green:hover, .integration li .actions a.green:active {
  color: #28be0a;
  border-color: #7a7a7b;
}

body.hover .subscription_links a.orange:hover, .subscription_links a.orange:active {
  color: #ff9c00;
  border-color: #ff9c00;
}

.subscription .column > div > h3 {
  color: #363636;
  font-size: 15pt;
  margin-bottom: 20px;
  margin-top: 25px;
}

.subscription .column {
  width: 50%;
}

.subscription .left.column .edit {
  background: url("../images/pencil.svg");
  width: 14px;
  height: 13px;
  margin-left: 11px;
  margin-top: 3px;
}

.subscription .column > div:first-child > h3 {
  margin-top: 10px;
}

.subscription p {
  color: #6d6d6d;
  line-height: 17px;
  font-size: 10pt;
}

.subscription p span {
  margin-right: 17px;
}

.subscription p.high {
  line-height: 23pt;
}

.subscription .right.column select {
  width: 190px;
  margin-top: 8px;
  color: #6d6d6d;
  font-size: 9pt;
}

.subscription .right.column ul {
  margin-top: 12px;
}

.subscription .right.column ul li {
  margin-bottom: 8px;
}

.subscription .right.column ul li .filename {
  font-size: 9pt;
}

.subscription_links {
  display: inline-block;
}

.subscriptionContainer .options_details_header, .subscriptionContainer #options_container {
  padding-bottom: 0 !important;
}

.cancel_subs_btn {
  margin-right: 46px;
}

.users li h4 {
  color: #6d6d6d;
  font-size: 12pt;
  line-height: 12pt;
}

.last_login {
  font-size: 10pt;
  line-height: 13pt;
  width: 290px;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #737373;
}

.reset_password .key {
  background: url("../images/key_firefoxorange.svg") no-repeat 0 0;
  width: 25px;
  height: 26px;
  position: absolute;
  left: -10px;
  margin: 3px 0;
  top: 2px;
}

.reset_password .x {
  background: url("../images/cross_radeonred.svg") no-repeat 0 !important;
  width: 24px !important;
  height: 24px !important;
  left: -10px !important;
  margin: 1px;
  z-index: 10;
}

body.hover .reset_password > a.block.toggle:hover {
  background-position: -24px 0;
}

.reset_password > a.block.toggle:active {
  background-position: 1px 0;
}

.branding li {
  width: 150px !important;
  text-align: center;
}

.branding .preview_container {
  margin-top: 0;
  width: 240px;
}

.branding .preview_container .panel-list {
  margin-left: 10px;
}

.branding_section_label {
  color: #363636;
  font-size: 17px;
}

.branding.profile_details .left.img, .metadata-action-buttons-display {
  display: inline-block;
  width: inherit;
  text-align: center;
  margin-right: 5%;
}
.branding.profile_details .left.img .branding_note, .metadata-action-buttons-display .branding_note {
  max-width: 800px;
}

.branding-selection-form {
  display: inline-block;
  width: 70%;
}

.metadata-action-buttons textarea {
  width: 100%;
  max-width: 100%;
}
.metadata-action-buttons a {
  width: 14px;
  height: 14px;
  display: inline-block;
}
.metadata-action-buttons .download-metadata {
  background: url("../images/file_down.svg") no-repeat;
  cursor: pointer;
}
.metadata-action-buttons .download-metadata.disabled {
  opacity: 0.6;
  cursor: auto;
}
.metadata-action-buttons .upload-metadata {
  background: url("../images/file_up.svg") no-repeat;
  cursor: pointer;
}

.branding.profile_details .left.txt p {
  margin-left: 55px;
}

.email_footer p, .branding.profile_details .left.txt p {
  color: #6d6d6d;
  font-size: 10pt;
}

.email_footer h3, .subdomain h3 {
  font-size: 15pt;
  margin-bottom: 15px;
}

.subdomain ul li {
  margin-bottom: 6px;
}

.subdomain li {
  width: auto !important;
  margin-bottom: 6px;
}

.subdomain label {
  margin-right: 25px;
  width: 208px;
  text-align: left;
  margin-left: 3px;
  line-height: 32px;
}

.subdomain input {
  height: 22px;
  margin-top: 2px;
}

.subdomain {
  margin-top: 25px;
  margin-bottom: 25px;
}

.subdomain label:first-child {
  text-align: right !important;
}

.integrationNote {
  margin-top: 26px;
  font-size: 9pt;
  color: #6d6d6d;
}

.integrationImportExport .imp_in {
  margin-bottom: 20px;
}

.email_footer textarea {
  margin-top: 20px;
  font-size: 10pt;
  color: #6d6d6d;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: inset 0 1px 1px 1px #bcbcbc;
  -moz-box-shadow: inset 0 1px 1px 1px #bcbcbc;
  box-shadow: inset 1px 0 1px 1px #edf1f5;
  width: 683px;
  height: 65px;
  background-color: #f2f2f2;
  border-top: 1px solid #d2d2d2;
  border-left: 1px solid #d2d2d2;
  border-bottom: none;
  border-right: none;
  resize: none;
  padding: 10px 5px;
}

.green_msg {
  width: 693px;
  margin-top: 6px;
}
.green_msg span {
  color: #23bc04;
  font-size: 9pt;
  margin-left: 6px;
}
.green_msg img {
  margin-top: 3px;
}

.reassign-member {
  margin-bottom: 5px;
  padding-top: 10px;
  height: 60px;
}
.reassign-member.selected {
  background-color: #cacaca;
}

.manage_users .users li h4,
.reassign-member h4 {
  color: #6d6d6d;
  font-size: 12pt;
  line-height: 14pt;
}
.manage_users .users li img,
.reassign-member img {
  margin-right: 10px;
  border: 1px solid #898b8c;
  border-radius: 2px;
  width: 48px;
  height: 48px;
}
.manage_users .users li span.block.left,
.reassign-member span.block.left {
  width: 300px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.preferences-breadcrumbs {
  font-weight: bold;
}

.user-form-label {
  font-size: 10pt;
  margin-top: 3px;
  color: #6d6d6d;
}

.member-actions {
  margin-left: 7rem;
}
.member-actions input.btn {
  width: auto;
  min-width: 230px;
}

@media only screen and (max-width: 748px) {
  .member-actions {
    margin-left: 0;
  }
}
.manage_users .btn-add {
  margin: 2px 8px 2px 2px;
}
.manage_users .btn-add-user {
  display: inline-block;
  padding: 4px 12px 4px 8px;
}
.manage_users .users {
  margin-top: 25px;
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.manage_users .users li {
  margin-bottom: 15px;
}
.manage_users .users li .twofactor-status {
  font-size: 13px;
  margin-right: -10px;
  margin-left: 10px;
}
.manage_users .users li .twofactor-status.disabled {
  opacity: 0.5;
}
.manage_users .users li .reset_password {
  position: relative;
  min-width: 25px;
  min-height: 26px;
}
.manage_users .users li .reset_password .hideme {
  display: block;
}
.manage_users .users li .reset_password * {
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
  font-size: 10pt;
}
.manage_users .users li .share-actions {
  color: #4f4f4f;
}
.manage_users .users li .share-actions .delete_user {
  margin-left: 10px;
}
.manage_users .users li .share-actions .hideme {
  background: #f33a3a;
  background: -moz-linear-gradient(top, #f33a3a 0%, #dd2424 99%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f33a3a), color-stop(99%, #dd2424));
  background: -webkit-linear-gradient(top, #f33a3a 0%, #dd2424 99%);
  background: -o-linear-gradient(top, #f33a3a 0%, #dd2424 99%);
  background: -ms-linear-gradient(top, #f33a3a 0%, #dd2424 99%);
  background: linear-gradient(to bottom, #f33a3a 0%, #dd2424 99%);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr="$white", endColorstr="$black", GradientType=0);
  margin: 8px 0 0 0;
  padding: 5px 8px 4px 10px;
  font-size: 10pt;
  height: 23px;
  color: #fff;
  box-shadow: 0 1px 8px 1px #cfcfcf;
  border-radius: 6px;
  background: linear-gradient(#f33a3a, #dd2424);
  -moz-border-radius: 6px;
  -moz-box-shadow: 0 1px 8px 1px #cfcfcf;
  -webkit-border-radius: 6px;
  -webkit-box-shadow: 0 1px 8px 1px #cfcfcf;
}
.manage_users .users li .share-actions a.confirm {
  padding: 2px 6px 1.5px 6px;
  border: 1px #a97c2e solid;
  border-radius: 3px;
  margin: 0px 2px 0px 7px;
  font-size: 8pt;
  line-height: 12pt;
  background-color: #f1100f;
  border-color: #fff !important;
}
.manage_users .users-stats span {
  font-size: 10pt;
  color: #6d6d6d;
  margin-left: 36px;
  margin-top: -4px;
}
.manage_users.edit-user .users-stats span {
  margin: 2px 15px 0 10px;
}

.reassign-view {
  margin-left: 20px;
}

.reassign-members-view {
  height: 200px;
  overflow-y: scroll;
}

.profile_details.manage_users .users.subscription-admin li h4 {
  color: #313131 !important;
  line-height: 13pt !important;
  font-size: 13pt !important;
}

.no-bg {
  background: none !important;
  -webkit-box-shadow: 0 0 0 !important;
  -moz-box-shadow: 0 0 0 !important;
  box-shadow: 0 0 0 !important;
  width: 6px !important;
  margin-right: 0 !important;
}

.whitebg {
  background-color: #fff;
}

#overscroll {
  overflow-y: hidden;
  height: 75%;
  overflow-x: visible !important;
  position: static !important;
}

.right_arrow {
  width: 11px;
  height: 16px;
  margin-top: 21px;
}

body.hover .right_arrow:hover {
  background-position: -11px -17px;
}

.right_arrow:active {
  background-position: -11px -34px;
}

.right_arrow_container {
  position: absolute;
  top: 27px;
  right: 110px;
}

.jcarousel-container ul.users {
  margin-left: 0;
}

ul.panel-list li.uploading span.name span {
  color: #737373;
  font-size: 8pt;
  padding-left: 4px;
}

ul.panel-list li.uploading > span.left {
  padding: 2px 0 7px 0;
  width: 113px !important;
  margin-left: 5px;
}

span.block.cancel.left {
  line-height: 16px;
  margin-left: 10px;
}

.template-download .delete {
  margin-left: 10px;
}

span.block.cancel.left .cancelUpload {
  background: url("../images/cross_lightgrey_radeonred.svg") 0 0 no-repeat;
  width: 16px;
  height: 16px;
  cursor: pointer;
  border: none;
  text-indent: -9999px;
  margin-top: 0 !important;
}
span.block.cancel.left .cancelUpload.cancelUpload {
  background: url("../images/cross_lightgrey_radeonred.svg") 0 0 no-repeat;
}
span.block.cancel.left .cancelUpload.pauseUpload {
  background: url("../images/bag.png") 0 0 no-repeat;
}
span.block.cancel.left .cancelUpload.resumeUpload {
  background: url("../images/globe.svg") 0 0 no-repeat;
}
span.block.cancel.left .cancelUpload:hover {
  background: url("../images/cross_grey_radeonred.svg") 0 0 no-repeat;
}

.cancelUpload, .cancelDownload {
  background: url("../images/cross_lightgrey_radeonred.svg") 0 0 no-repeat;
  width: 16px;
  height: 16px;
  margin-top: 0;
}
.cancelUpload.noconn, .cancelDownload.noconn {
  margin-top: 0;
}
.cancelUpload:active, .cancelDownload:active {
  background: url("../images/cross_grey_radeonred.svg") 0 0 no-repeat;
}

body.hover .cancelUpload:hover,
body.hover .cancelDownload:hover {
  background: url("../images/cross_grey_radeonred.svg") 0 0 no-repeat;
}

.cancelUpload button, .cancelDownload button {
  display: none;
}

button.cancelUpload, button.cancelDownload {
  border: 0;
  text-indent: -9999px;
  margin-top: -8px;
}
button.cancelUpload {
  margin-top: -2px;
}

.filter label {
  color: #737373;
  font-size: 8pt;
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  margin-right: 6px;
}

.show_from {
  margin-right: 9px !important;
}

.filter select {
  margin-right: 21px;
  margin-top: 2px;
}

ul.detailed_activites li:nth-child(odd) {
  background-color: #faf9f9;
}

ul.detailed_activites li {
  min-height: 32px;
  word-wrap: break-word;
}

ul.detailed_activites li span {
  padding-top: 6px;
}

ul.detailed_activites li span.date {
  width: 20%;
  max-width: 220px;
  font-size: 9pt;
  font-weight: bold;
  margin-left: 4%;
}

ul.detailed_activites li span.description {
  width: 64%;
  font-size: 10pt;
}

@media only screen and (max-width: 520px) {
  ul.detailed_activites li span.date {
    width: 25%;
  }
  ul.detailed_activites li span.description {
    width: 60%;
  }
}
.allnotificationList {
  margin-top: 14px;
}
.allnotificationList li {
  margin-bottom: 7px;
  font-size: 14px;
  color: #333;
}
.allnotificationList li > span {
  margin-left: 10px;
  margin-top: 4px;
}
.allnotificationList li a:not([href]) {
  cursor: default;
}

.filter .contacts_sort_by a {
  font-size: 9pt;
}

.filter .contacts_sort_by {
  padding: 2px 0 2px 8px;
}

.graphs {
  margin-bottom: 30px;
}

.graph:first-child {
  margin-right: 10px;
}

.graph {
  border: 1px solid #dcdcdc;
  padding: 6px 5px 6px 12px;
  -webkit-box-shadow: 0 4px 8px -5px #cfcfcf;
  -moz-box-shadow: 0 4px 8px -5px #cfcfcf;
  box-shadow: 0 4px 8px -5px #cfcfcf;
}

.graph h4 {
  color: #676666;
  font-weight: bold;
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 10pt;
}

.conclusion:first-child {
  margin-left: 0;
}

.conclusion {
  padding-top: 1px;
  width: 141px;
  height: 56px;
  border: 1px solid #dfdfdf;
  margin-left: 50px;
}

.runningDaysCounterUnit {
  margin-top: 12px;
}

.runningDaysCounterUnit .counter {
  color: #313131;
  font-size: 18pt;
}

.runningDaysCounterUnit .unit {
  color: #313131;
  font-size: 10pt;
  margin-left: -5px;
}

.allnotifications .options_details_header > h2 {
  font-size: 15pt;
}

body.access #wrapper .container {
  width: 700px;
  margin: 0 auto;
}

body.access .content {
  margin: 0 auto;
  background: #fff;
  -webkit-box-shadow: 1px 1px 6px 0 #999;
  -moz-box-shadow: 1px 1px 6px 0 #999;
  box-shadow: 1px 1px 6px 0 #999;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  position: relative;
}

#accessHeader > a {
  margin-top: 9px;
}

#accessHeader > span, #accessFooter > span {
  color: #4e4e4e;
  font-size: 11pt;
}

#accessHeader > span {
  margin-top: 16px;
}

#accessFooter {
  padding: 8px 25px;
}

div.avatar {
  width: 50px;
}

.avatar_top {
  width: 24px;
}

div.heading {
  padding-left: 10px;
  width: 540px;
}

.content_contain {
  width: 600px;
  margin: 0 auto;
  padding-bottom: 20px;
  text-align: center;
  color: #767676;
  font-size: 10.5pt;
}
.content_contain .cyan {
  color: #2e7ea1;
  text-decoration: underline;
}

.accessDetails {
  width: 600px;
  margin: 0 auto;
  padding: 30px 0;
  line-height: 1;
}

.accessDetails > div.left > h2 {
  font-size: 20pt;
  color: #1e1e1e;
  margin-bottom: 8px;
}

.accessDetails > div.left > h4 {
  font-size: 11pt;
  color: #767676;
}

.accessVeifyTitle {
  font-size: 14pt;
  color: #4e4e4e;
  line-height: 18pt;
  margin-top: 35px;
  margin-bottom: 10px;
}

.getAccessTo {
  padding-top: 13px;
  margin-bottom: 30px;
}

.getAccessTo span {
  color: #313131;
  font-size: 12pt;
}

.getAccessTo li {
  float: left;
  margin: 0 0 0 100px;
}

body.access p.Helvetica-Neue {
  color: #767676;
  font-size: 11pt;
}

strong.email {
  color: #444;
}

.verifiyForm {
  margin: 20px auto;
  text-align: left;
  width: 330px;
}
.verifiyForm a.cyan {
  color: #2e7ea1;
  text-decoration: underline;
  background: none;
  border: none;
  text-shadow: none;
  box-shadow: none;
  margin-left: 94px;
  display: block;
  width: 140px;
}
.verifiyForm a.cyan.regen:hover {
  background: transparent;
}

.verifiyForm label {
  margin-right: 7px;
  cursor: default;
  color: #767676;
  width: 120px;
}

.verifiyForm input {
  font-size: 10.5pt;
  border: 1px solid #9ea4ae;
  height: 25px;
  display: block;
  padding: 2px 4px;
  -webkit-box-shadow: inset 0 1px 2px 0 #dcdde0;
  -moz-box-shadow: inset 0 1px 2px 0 #dcdde0;
  box-shadow: inset 0 1px 2px 0 #dcdde0;
  font-weight: bold;
  color: #444;
  outline: none;
  max-width: 183px;
}
.verifiyForm input#id_pin {
  margin-left: 80px;
}

.verifiyForm input:focus {
  border: 1px solid #cfcebe;
  border-bottom: 1px solid transparent;
  height: 25px;
  display: block;
  padding: 2px 4px;
  -webkit-box-shadow: inset 0 1px 2px 0 #e7e6de;
  -moz-box-shadow: inset 0 1px 2px 0 #e7e6de;
  box-shadow: inset 0 1px 2px 0 #e7e6de;
  font-weight: bold;
  outline: none;
}

.filesCounterUnit img {
  padding-bottom: 10px;
}

.messagesCounterUnit img {
  padding-bottom: 5px;
}

.peopleCounterUnit img {
  padding-bottom: 10px;
}

body.access .inputContainer {
  display: flex;
  align-items: center;
  padding: 4px 0;
}

body.access .inputContainer input:focus {
  border: 1px solid #444;
}

body.access .inputContainer.focus {
  background-color: #f5f5f5;
}

ul.errors li {
  color: red;
  margin: 10px 0;
}

body.hover .verifiyForm a:hover {
  background: #79ba14;
  background: -webkit-gradient(linear, left top, left bottom, from(#99c72c), to(#629722));
  background: -webkit-linear-gradient(top, #99c72c, #629722);
  background: -moz-linear-gradient(top, #99c72c, #629722);
  background: -ms-linear-gradient(top, #99c72c, #629722);
  background: -o-linear-gradient(top, #99c72c, #629722);
}

.verifiyForm a:active {
  background: #79ba14;
  background: -webkit-gradient(linear, left top, left bottom, from(#7daf27), to(#629722));
  background: -webkit-linear-gradient(top, #7daf27, #629722);
  background: -moz-linear-gradient(top, #7daf27, #629722);
  background: -ms-linear-gradient(top, #7daf27, #629722);
  background: -o-linear-gradient(top, #7daf27, #629722);
}

body.access .ipad {
  position: absolute;
  width: 313px;
  height: 304px;
  top: 194px;
  right: 0;
}

.preferences .preview {
  width: auto !important;
}

.searchTabArrow.collapsed {
  background: url("../images/search_tab_arrow.png") bottom;
}

.SearchDetails span.Helvetica-Neue, .SearchDetails a.Helvetica-Neue {
  font-size: 11pt;
  color: #363636;
  line-height: 8pt;
  margin-bottom: 4px;
  display: inline-block;
  margin-top: 2px;
}

.peopleSearchDetails span.Helvetica-Neue, .fileSearchDetails span.Helvetica-Neue {
  font-size: 11pt;
}

.peopleSearchDetails a.Helvetica-Neue, .fileSearchDetails a.Helvetica-Neue {
  font-size: 10pt;
  line-height: 12pt;
}

body.hover .SearchDetails a.Helvetica-Neue:hover {
  text-decoration: underline;
}

.peopleSearchDetails span.gray {
  font-size: 9pt;
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}

.searchResultTabContainer > ul {
  margin-left: 40px;
}

.searchResultTabContainer > ul.filesSearch > li {
  margin-bottom: 4px;
}

.searchResultTabContainer > ul > li {
  margin-top: 8px;
}

.searchResultTabContainer > ul > li:first-child {
  margin-top: 9px;
}

.highlight {
  background-color: #ffc;
  padding: 1px 2px;
}

#options_details_header.searchResultsHeader > h2 {
  margin-bottom: 0;
  font-size: 14pt;
  margin-left: 2px;
  margin-top: -4px;
}

.channel-stats-filter {
  flex: 0 !important;
  flex-basis: fit-content;
  margin-left: auto;
}
.channel-stats-filter .search-bar {
  display: flex;
}

.multiple_action_container {
  justify-content: right;
  align-items: center;
  margin: 5px 7px;
  flex: 1;
}
.multiple_action_container .multiple_action_counter {
  font-size: 10pt;
  padding-right: 10px;
  display: flex;
}
.multiple_action_container .multiple_action_counter .clear_all {
  background: url("../images/cross_lightgrey_radeonred.svg") 0 0 no-repeat;
  background-position: center center;
  width: 16px;
  margin-left: 6px !important;
  cursor: pointer;
  border: none;
  text-indent: -9999px;
  margin-top: 0 !important;
}
.multiple_action_container .multiple_action_button {
  padding: 5px 10px;
  background: rgb(2, 128, 12);
  color: #fff;
  box-shadow: none;
  cursor: pointer;
}
.multiple_action_container .multiple_action_button span {
  padding: 0px 5px;
}
.multiple_action_container .multiple_action_button.ui-state-disabled {
  cursor: not-allowed;
  color: #000;
  background: none;
}

.filesSearch > li > div.left:first-child {
  margin-left: 9px;
}

.stats, .credeon_file_progress {
  font-size: 8pt;
}

#searchBox .searchResultTabContainer > ul {
  margin-left: 8px;
  margin-bottom: 8px;
}

#searchBox .SearchDetails span.Helvetica-Neue, #searchBox .SearchDetails a.Helvetica-Neue {
  font-size: 9pt;
  margin-bottom: 1px;
}

#searchBox .searching, #searchBox .searchTab > strong {
  margin-left: 8px;
}

#searchBox .searching {
  margin-top: 3px;
  display: block;
  margin-bottom: 3px;
  font-size: 11pt;
  color: #313131;
  background: url("../images/searchbox_loader.gif") no-repeat 0 2px;
  padding-left: 19px;
}

#searchBox .date {
  margin-right: 30px;
}

#new-message li {
  padding-bottom: 0 !important;
}

.new-message-holder {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
}

/* BOF : Page Loader */
#loading {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed;
  display: block;
  background-color: #fff;
  z-index: 99;
  text-align: center;
}

/* EOF : Page Loader */
div, li {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

*[draggable=true] {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -khtml-user-drag: element;
  -webkit-user-drag: element;
  cursor: pointer;
  cursor: hand;
}

.drag-over {
  background-color: #eee;
  border-radius: 4px;
}

/* BOF: USER Popup */
.popup {
  /* -ms-filter: "progid: dximagetransform.microsoft.Alpha(Opacity=70)"; */
  -moz-border-radius: 10px;
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4), 0 1px 0 rgba(0, 0, 0, 0.09) inset;
  -webkit-border-radius: 4px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4), 0 1px 0 rgba(0, 0, 0, 0.09) inset;
  background-color: #000;
  background-image: -moz-linear-gradient(rgba(0, 0, 0, 0.09), rgba(255, 255, 255, 0.09));
  background-image: -ms-linear-gradient(rgba(0, 0, 0, 0.09), rgba(255, 255, 255, 0.09));
  background-image: -o-linear-gradient(rgba(0, 0, 0, 0.09), rgba(255, 255, 255, 0.09));
  background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.09), rgba(255, 255, 255, 0.09));
  background-image: linear-gradient(rgba(0, 0, 0, 0.09), rgba(255, 255, 255, 0.09));
  border-color: #161a1f;
  border-radius: 10px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4), 0 1px 0 rgba(0, 0, 0, 0.09) inset;
  color: #fff;
  filter: alpha(opacity=80);
  max-width: 200px;
  opacity: 0.8;
  padding: 8px 8px;
  text-align: left;
  text-shadow: 0 1px 0 #000;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
  z-index: 25;
}

.popup .licensetext {
  font-size: 13px;
}

.popup a.star {
  background-image: url("../images/star_grey.svg");
}

.popup a.add {
  background-image: url("../images/plus_grey.svg");
  background-position: top left;
}

body.hover .popup a.add:hover {
  background-position: top right;
}

.popup a.star, .popup a.add {
  display: block;
  width: 18px;
  height: 18px;
  margin-right: 5px;
  background-repeat: no-repeat;
}

.popup a.add, .popup a.star, .popup h3 {
  float: left;
  margin-bottom: 4px;
}

.popup h3, .popup span {
  font-size: 8pt;
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  color: #fff;
  font-weight: normal;
  display: block;
  text-align: left;
  line-height: 16pt;
}

.tooltipRemove {
  background: #636363;
  background: -moz-linear-gradient(top, #636363 0%, #343434 99%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #636363), color-stop(99%, #343434));
  background: -webkit-linear-gradient(top, #636363 0%, #343434 99%);
  background: -o-linear-gradient(top, #636363 0%, #343434 99%);
  background: -ms-linear-gradient(top, #636363 0%, #343434 99%);
  background: linear-gradient(to bottom, #636363 0%, #343434 99%);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr="$white", endColorstr="$black", GradientType=0);
  border: 1px solid #131313;
  font-size: 8pt;
  display: block;
  padding: 3px;
  margin: 5px 0;
  width: 50px;
  text-align: center;
}

.popup a.star.starred {
  background-position: top left;
}

body.hover .popup a.star.starred:hover {
  background-position: -19px 0;
}

.popup a.star.unstarred {
  background-position: -37px 0;
}

body.hover .popup a.star.unstarred:hover {
  background-position: -56px 0;
}

/* EOF: USER Popup */
.files_container {
  display: block;
  margin-left: 3px;
  white-space: nowrap;
  max-width: 100%;
}

.nomessage .files_container {
  display: block;
  margin-left: 30px;
}

.Delete.right {
  margin-left: 10px;
  margin-top: -2px;
}

ul.errorlist {
  color: #f33;
  margin-bottom: 5px;
}

.register-splash .errorlist {
  padding-top: 4px;
  text-align: center;
}

.edit_text input {
  border: none !important;
  outline: none !important;
  padding: 0;
  margin: 0;
  font-size: 11pt;
  vertical-align: baseline;
}

.channel_name .edit_text {
  cursor: text;
  display: block;
}

/* BEGIN overscroll */
.overscroll {
  overflow: hidden;
}

.channels > li > div.left {
  width: 100% !important;
}

@media only screen and (max-width: 1050px) {
  input[name=channels_query] {
    width: 49px !important;
  }
  div.channels_search div.contain {
    width: 79px !important;
  }
}
@media only screen and (max-width: 600px) {
  body.mobile .file-area a.uploader {
    display: block;
  }
}
.noChannelAlert {
  text-align: center;
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 12pt;
  color: #444;
}

.virtual.channel-viewed::after {
  content: " ";
  line-height: 50px;
}

.NochannelSliding {
  background: none !important;
  border: none !important;
}

.redMessages p, .register_login_main .messages {
  margin-bottom: 7px;
}

.redMessages p, .redMessages p.redMessages, .register_login_main ul.errorlist li, form#paymentmethod p.redMessages, .register_login_main .messages .error {
  color: #f33;
  font-size: 10pt;
}

.arrow {
  margin-top: 120px;
}

.allnotificationList li > span.date {
  min-width: 110px;
  margin-right: 8px;
}

#options_container.newContiner.BigNewContiner {
  width: auto !important;
}

.allnotificationList li > span.description {
  width: 76%;
}

#options_container.newContiner.BigNewContiner .options_details_header .clear_notifications {
  margin-right: 15px;
}

/* *BOF: Nudge CSS */
.nudgenudge_wrap {
  width: 200px;
  height: 60px;
  z-index: 25;
  margin: 0 auto;
}

img.nudgenudge {
  position: relative;
}

img.nudgenudge_right {
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
}

/* left arrow (pointing right!) */
.intensity_low > img.nudgenudge_left {
  -webkit-animation: nudge_low_l 2s infinite;
  -moz-animation: nudge_low_l 2s infinite;
  -ms-animation: nudge_low_l 2s infinite;
}

.intensity_medium > img.nudgenudge_left {
  -webkit-animation: nudge_medium_l 1s infinite;
  -moz-animation: nudge_medium_l 1s infinite;
  -ms-animation: nudge_medium_l 1s infinite;
}

.intensity_high > img.nudgenudge_left {
  -webkit-animation: nudge_high_l 0.8s infinite;
  -moz-animation: nudge_high_l 0.8s infinite;
  -ms-animation: nudge_high_l 0.8s infinite;
}

/* right arrow (pointing left!) */
.intensity_low > img.nudgenudge_right {
  -webkit-animation: nudge_low_r 2s infinite;
  -moz-animation: nudge_low_r 2s infinite;
  -ms-animation: nudge_low_r 2s infinite;
}

.intensity_medium > img.nudgenudge_right {
  -webkit-animation: nudge_medium_r 1s infinite;
  -moz-animation: nudge_medium_r 1s infinite;
  -ms-animation: nudge_medium_r 1s infinite;
}

.intensity_high > img.nudgenudge_right {
  -webkit-animation: nudge_high_r 0.8s infinite;
  -moz-animation: nudge_high_r 0.8s infinite;
  -ms-animation: nudge_high_r 0.8s infinite;
}

/* low nudge intensity */
@-webkit-keyframes nudge_low_l {
  0% {
    bottom: 20px;
  }
  50% {
    bottom: 50px;
  }
  100% {
    bottom: 20px;
  }
}
@-moz-keyframes nudge_low_l {
  0% {
    bottom: 20px;
  }
  50% {
    bottom: 50px;
  }
  100% {
    bottom: 20px;
  }
}
@-ms-keyframes nudge_low_l {
  0% {
    bottom: 20px;
  }
  50% {
    bottom: 50px;
  }
  100% {
    bottom: 20px;
  }
}
/* medium nudge intensity */
@-webkit-keyframes nudge_medium_l {
  0% {
    bottom: 0;
  }
  30% {
    bottom: 50px;
  }
  100% {
    bottom: 0;
  }
}
@-moz-keyframes nudge_medium_l {
  0% {
    bottom: 0;
  }
  30% {
    bottom: 50px;
  }
  100% {
    bottom: 0;
  }
}
@-ms-keyframes nudge_medium_l {
  0% {
    bottom: 0;
  }
  30% {
    bottom: 50px;
  }
  100% {
    bottom: 0;
  }
}
/* high nudge intensity */
@-webkit-keyframes nudge_high_l {
  0% {
    bottom: 0;
  }
  20% {
    bottom: 50px;
  }
  100% {
    bottom: 0;
  }
}
@-moz-keyframes nudge_high_l {
  0% {
    bottom: 0;
  }
  20% {
    bottom: 50px;
  }
  100% {
    bottom: 0;
  }
}
@-ms-keyframes nudge_high_l {
  0% {
    bottom: 0;
  }
  20% {
    bottom: 50px;
  }
  100% {
    bottom: 0;
  }
}
/* low nudge intensity */
@-webkit-keyframes nudge_low_r {
  0% {
    bottom: 30px;
  }
  50% {
    bottom: 0;
  }
  100% {
    bottom: 30px;
  }
}
@-moz-keyframes nudge_low_r {
  0% {
    bottom: 30px;
  }
  50% {
    bottom: 0;
  }
  100% {
    bottom: 30px;
  }
}
@-ms-keyframes nudge_low_r {
  0% {
    bottom: 30px;
  }
  50% {
    bottom: 0;
  }
  100% {
    bottom: 30px;
  }
}
/* medium nudge intensity */
@-webkit-keyframes nudge_medium_r {
  0% {
    bottom: 50px;
  }
  30% {
    bottom: 0;
  }
  100% {
    bottom: 50px;
  }
}
@-moz-keyframes nudge_medium_r {
  0% {
    bottom: 50px;
  }
  30% {
    bottom: 0;
  }
  100% {
    bottom: 50px;
  }
}
@-ms-keyframes nudge_medium_r {
  0% {
    bottom: 50px;
  }
  30% {
    bottom: 0;
  }
  100% {
    bottom: 50px;
  }
}
/* high nudge intensity */
@-webkit-keyframes nudge_high_r {
  0% {
    bottom: 50px;
  }
  20% {
    bottom: 0;
  }
  100% {
    bottom: 50px;
  }
}
@-moz-keyframes nudge_high_r {
  0% {
    bottom: 50px;
  }
  20% {
    bottom: 0;
  }
  100% {
    bottom: 50px;
  }
}
@-ms-keyframes nudge_high_r {
  0% {
    bottom: 50px;
  }
  20% {
    bottom: 0;
  }
  100% {
    bottom: 50px;
  }
}
/* *EOF: Nudge CSS */
/* *BOF: Overthrow CSS */
.overthrow-enabled .overthrow {
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}

/* *EOF: Overthrow CSS */
/* *EOF: NanoScroller CSS */
.add-member form {
  padding: 10px;
  border: solid lightgray 1px;
}

.add-member .btn_gredient {
  font-size: 9pt !important;
}

.add-member input[type=text], .add-member input[type=number], .add-member input[type=email] {
  margin-right: 20px !important;
  line-height: 20px !important;
}

.add-member > div {
  margin-top: 20px;
}

.add-member .buttons input {
  margin-top: 10px;
}

div.profile_details.subscription .payment-method, div.profile_details.subscription .billing-address {
  width: 325px;
}

.leftAligned {
  text-align: left;
}

.account-adoption-confirmation p {
  margin-bottom: 10px;
}

span.small {
  font-size: 8pt;
}

.change-subscription p {
  line-height: 23px;
}

.change-subscription .block.right.buttons {
  clear: left;
}

.change-subscription div.block.left {
  margin-right: 25px;
}

.change-subscription p span {
  width: 250px;
  display: block;
  text-align: right;
}

.change-subscription p span strong {
  float: right;
  text-align: center;
  display: block;
  min-width: 74px;
  margin-left: 10px;
}

.register_login_main_2columns.smaller .submit input[type^=submit] {
  margin: 10px;
}

p.err {
  font-size: 12pt !important;
  margin-bottom: 5px;
}

h6.ttl {
  margin-top: -14px;
  font-size: 12pt !important;
  margin-bottom: 5px;
}

p.err.red {
  color: #f33 !important;
}

body > textarea {
  line-height: 16pt;
}

textarea::-webkit-input-placeholder, textarea:-moz-placeholder {
  color: #a1a1a1;
  font-size: 10pt;
}

p.terms-accept {
  line-height: 35px;
}

p.terms-accept.login-page {
  line-height: 1.5;
  margin: 10px 0 6px;
}

p.terms-accept a.password-reset {
  line-height: 35px;
}

#alerts {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 0;
  text-align: center;
  z-index: 99999;
  margin: 30px auto;
  width: 60%;
}
#alerts .alert {
  display: flex;
  justify-content: center;
}

#alerts .alert #inner {
  display: flex;
  justify-content: space-between;
  text-align: left;
  border-radius: 5px;
  padding: 10px 20px;
}
#alerts .alert #inner span {
  display: block;
  font-weight: bold;
  font-size: 16px;
}
#alerts .alert #inner .close-alert {
  display: block;
  font-weight: bold;
  background: #000;
  padding: 0 4px;
  color: #fff;
  height: 20px;
  opacity: 0.5;
  border-radius: 11px;
  margin-left: 15px;
}

#alerts .error #inner {
  background-color: #f2aaaa;
  color: #9b0813;
  border: 1px solid #ae4747;
}

#alerts .warning #inner {
  background-color: #edcc9a;
  color: #d86100;
  border: 1px solid #a77428;
}

#alerts .success #inner {
  background-color: #91eea0;
  color: #187226 !important;
  border: 1px solid #3d9b4c;
}

#alerts .info #inner, #alerts .static-info #inner {
  background-color: #cbf5f9;
  color: #08747e;
  border: 1px solid #389199;
}

#alerts .clickable-info #inner {
  background-color: #cbf5f9;
  color: #08747e;
  border: 1px solid #389199;
  cursor: pointer;
}

input.addPersonEmailInput {
  margin: 0;
}

ul.ui-menu.ui-widget.ui-autocomplete {
  max-height: 80px;
  overflow-y: auto;
  overflow-x: hidden;
  padding-right: 20px;
}
ul.ui-menu.ui-widget.ui-autocomplete li div.ui-menu-item-wrapper {
  font-family: arial, helvetica, sans-serif;
  font-size: 12px;
}
ul.ui-menu.ui-widget.ui-autocomplete li div.ui-menu-item-wrapper.ui-state-active {
  font-weight: normal;
  margin-top: -1px;
  margin-left: -1px;
}

.phone2fa {
  height: 26px;
  width: 232px !important;
  border-radius: 4px;
  border: solid 1px #6d6d6d !important;
}

#avatar-contain span.error {
  font-size: 10px;
  color: red;
}

#avatar-contain .progress {
  height: auto;
}

#branding_contain span.error {
  font-size: 10px;
  color: red;
}

#branding_contain .progress {
  height: auto;
}

.second_uploader {
  position: relative;
  overflow: hidden;
  display: block;
  width: 100%;
  height: 100%;
  border-top: solid 2px #9ba1a6;
  border-left: solid 1px #dae0e3;
  border-right: solid 1px #dae0e3;
  vertical-align: bottom;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

.second_uploader .avatar-upload {
  opacity: 0;
  position: absolute;
  z-index: 999;
  height: 123px;
  font-size: 26px;
  top: -6px;
  right: -2px;
  margin: 0;
  border: solid transparent;
  filter: alpha(opacity=0);
  cursor: pointer;
  direction: ltr;
}

#rememberme {
  margin-right: 5px;
}

#loginbtn_reg_page {
  margin-top: -10px;
}

#registerbtn_reg_page {
  width: 54px;
}

body.mobile #registerbtn_reg_page {
  margin-top: 0;
}

div.import_contacts {
  margin-top: 52px;
}

div.clearbutton {
  background-color: transparent !important;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 999;
}

.editform span.field_error {
  padding-bottom: 0 !important;
}

span.field_error, span.form-error {
  clear: both;
  display: block;
  color: #e40f0f;
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
}

.addPersonForm .form-error {
  width: 15rem;
  line-height: 17px;
}
.addPersonForm.add-contact-panel .field_error {
  width: 230px;
}

.reassign-container span.field_error {
  padding-top: 6px;
  padding-bottom: 0 !important;
  margin-left: 26px;
}
.reassign-container .modalBoxLabel {
  margin-left: 26px;
}

#reassign-container .reassign-form-btns {
  margin-top: 1rem;
}
#reassign-container #noticeLabel {
  font-size: 10pt;
  color: #333;
}

#cb-twofactor-label,
#add-to-shared-label,
#add-to-panel-label {
  font-size: 10pt;
  color: #333;
}

.expandable.glow {
  background: url("../images/arrow_down_darkgreen.svg") 0 32px;
  height: 32px;
  width: 33px;
}

.ie-progress {
  padding-top: 5px;
  margin: 0 auto;
  text-align: center;
  display: block;
}

/* Monkey patch for jqueryui on Ice Cream Sandwich native browser */
body.android div.ui-dialog {
  position: fixed !important;
}

ul.activateError {
  list-style: disc;
  margin: 3px 20px;
}

.activateError a {
  color: #4999bc;
}

#django_messages li.success {
  color: #c3f984 !important;
  margin: 15px 0;
  padding: 5px;
  background: #30b447;
  border: 1px solid #30d447;
}

div.ui-dialog .register_login_main_2columns {
  top: 0;
  left: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin-left: 0;
}

div.login-dialog {
  width: auto;
  height: auto;
  top: 20% !important;
  left: 50% !important;
  margin-left: -289px;
  font-family: Arial, Helvetica, sans-serif;
}

div.register-dialog {
  width: auto;
  height: auto;
  top: 20% !important;
  left: 50% !important;
  margin-left: -289px;
  font-family: Arial, Helvetica, sans-serif;
}

div.register-complete-dialog {
  width: auto;
  height: auto;
  margin-left: -177px;
  font-family: Arial, Helvetica, sans-serif;
}

div.password-reset-dialog {
  width: auto;
  height: auto;
  margin-left: -177px;
  font-family: Arial, Helvetica, sans-serif;
}

div.password-reset-complete-dialog {
  width: auto;
  height: auto;
  margin-left: -177px;
  font-family: Arial, Helvetica, sans-serif;
}

div.addContactChannel, div.addFolder {
  top: 20% !important;
  left: 50% !important;
  margin-left: -180px;
}

div.addContactPanel {
  top: 20% !important;
  left: 50% !important;
  margin-left: -180px;
}

div.upgrade-dialog {
  width: 354px !important;
  height: 202px !important;
  margin-left: -177px;
  font-family: Arial, Helvetica, sans-serif;
}

div.upgrade-dialog.upgrade_mandatory {
  height: 244px !important;
}

div.tos-dialog {
  width: 635px !important;
  height: auto;
  margin-left: -317px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  line-height: 17px;
}

div.tos-dialog input[type=button] {
  margin: 20px 0;
}

div.ui-dialog.tos-dialog {
  top: 5% !important;
}

div.tos-dialog b {
  font-weight: bold;
}

div.upgrade-dialog #upgrade_btn, div.upgrade-dialog #dismiss_btn {
  height: 21px !important;
  width: 58px !important;
}

div.upgrade-dialog #dismiss_btn, div.upgrade-dialog.upgrade_mandatory #mandatory {
  display: block;
}

div.upgrade-dialog.upgrade_mandatory #dismiss_btn, div.upgrade-dialog #mandatory {
  display: none;
}

div.login-dialog input, div.register-dialog input, div.register-complete-dialog input, div.password-reset-dialog input {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
}

div.login-dialog .dialog-form, div.register-dialog .dialog-form, div.register-complete-dialog .dialog-form, div.password-reset-dialog .dialog-form, div.password-reset-complete-dialog .dialog-form, div.upgrade-dialog .dialog-form, div.channeloptions .dialog-form {
  overflow: hidden;
  height: auto;
  padding: 0;
}

.ui-dialog-title {
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  align-items: center;
  height: 100%;
  justify-content: center;
}

div.register-complete-dialog .register_login_main_2columns.smaller {
  margin-left: 0;
}

div.login-dialog .ui-dialog-titlebar, div.register-dialog .ui-dialog-titlebar, div.register-complete-dialog .ui-dialog-titlebar, div.password-reset-dialog .ui-dialog-titlebar, div.password-reset-complete-dialog .ui-dialog-titlebar, div.upgrade-dialog .ui-dialog-titlebar, div.channeloptions .ui-dialog-titlebar, div.tos-dialog .ui-dialog-titlebar {
  display: none;
}

.ui-dialog-titlebar {
  cursor: move;
  background: none !important;
  background-color: #f0f0f0 !important;
}

div.register-complete-dialog input[type^=button], div.password-reset-complete-dialog input[type^=button], div.upgrade-dialog a {
  margin-bottom: 20px;
  color: #7c7c7c;
}

div.password-reset-dialog.ui-dialog .btn_gredient {
  width: auto;
}

.bold {
  font-weight: bold !important;
}

input.titan-green {
  -webkit-box-shadow: inset 0 1px 0 0 #308436;
  background-color: #308436;
  border-radius: 3px;
  border: 1px solid #308436;
  box-shadow: inset 0 1px 0 0 #308436;
  color: #fff;
  float: right;
  font: bold normal normal 14px/1.4 "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  height: 35px;
  margin: 5px 23px;
  padding: 7px 0 8px 0;
  text-align: center;
  text-shadow: 0 -1px 0 #4c9021;
  width: 183px;
}
input.titan-green.continue {
  margin: 20px auto;
  float: none;
}

input.titan-green:hover {
  -webkit-box-shadow: inset 0 1px 0 0 #46a24d;
  background-color: #46a24d;
  box-shadow: inset 0 1px 0 0 #46a24d;
  cursor: pointer;
  height: 35px;
}

input.titan-green:active {
  -webkit-box-shadow: inset 0 0 8px 4px #548c29, 0 1px 0 0 #eee;
  border-bottom: 1px solid #538c27;
  border: 1px solid #5b992b;
  box-shadow: inset 0 0 8px 4px #548c29, 0 1px 0 0 #eee;
  height: 35px;
}

input.titan-green:focus {
  height: 35px;
}

.address_hasdata p {
  margin: 3px 0;
}

.billing-address address {
  margin: 0 10px;
  font-size: 10pt;
  color: #6d6d6d;
}

.register_login_main_2columns.stubby {
  width: 350px;
  height: 288px;
  min-height: 0;
  margin-left: -175px;
}

.restricted-file-ext-dialog {
  display: flex;
  align-items: center;
}
.restricted-file-ext-dialog .fa.fa-exclamation-triangle {
  color: #f79239;
  padding: 7px 10px 0 0;
  font-size: 30px;
  float: left;
}

.bulk-add-summary {
  font-size: 14px;
}
.bulk-add-summary .add-summary {
  font-weight: bold;
}
.bulk-add-summary .fa.fa-check {
  color: #0c860c;
}
.bulk-add-summary .fa.fa-exclamation-circle {
  color: #d21414;
}
.bulk-add-summary .fa.fa-exclamation-triangle {
  color: #f79239;
}
.bulk-add-summary .error-table {
  border: 1px solid #c6c6c6;
  border-radius: 5px;
  width: 500px;
  margin-top: 10px;
}
.bulk-add-summary .error-table .error-rows {
  max-height: 170px;
  overflow: scroll;
}
.bulk-add-summary .error-table .error-header, .bulk-add-summary .error-table .error-row {
  padding: 8px 10px;
}
.bulk-add-summary .error-table .error-header, .bulk-add-summary .error-table .error-row {
  display: flex;
  gap: 10px;
}
.bulk-add-summary .error-table .error-header {
  border-bottom: 1px solid #c6c6c6;
}
.bulk-add-summary .error-table .contact-column {
  width: 220px;
  flex-shrink: 0;
}
.bulk-add-summary .button-container {
  height: 35px;
}
.bulk-add-summary #bulk-try-again {
  width: revert;
}

.addPersonForm.new-contact-form {
  display: flex;
  flex-direction: row;
  justify-content: center;
  max-width: 650px;
}
.addPersonForm .permission-label {
  padding-top: 10px;
  font-size: 10pt;
}
.addPersonForm .permission-label #current-permission {
  font-weight: bold;
}
.addPersonForm #hide-permissions {
  opacity: 40%;
}
.addPersonForm #hide-permissions:hover {
  opacity: 100%;
}
.addPersonForm input[type^=text],
.addPersonForm input[type^=email] {
  width: 224px;
  color: #6d6d6d !important;
  font-size: 9pt !important;
  height: 22px;
  padding-left: 4px;
}
.addPersonForm .form-fields {
  width: fit-content;
  margin: auto;
}
.addPersonForm .add-contact-column {
  padding: 0px 10px;
  display: flex;
  flex-direction: column;
}
.addPersonForm .add-contact-column .permissions-header {
  display: flex;
  gap: 5px;
  padding-bottom: 8px;
}
.addPersonForm .add-contact-column .permissions-header .fa.fa-question-circle {
  color: #737373;
}
.addPersonForm .add-contact-column .permissions-header .fa.fa-question-circle:hover {
  color: #595959;
}
.addPersonForm .add-contact-column .permissions-header #hide-permissions-container {
  flex: 1;
  text-align: right;
}
.addPersonForm .add-contact-column .permissions-header a.cyan {
  line-height: 15px;
  font-size: 15px;
  margin-top: -1px;
}
.addPersonForm .add-contact-column .twofactor-setup {
  margin-top: 5px;
}
.addPersonForm .add-contact-column.bulk-add {
  width: 380px;
  max-width: 380px;
}
.addPersonForm .add-contact-column.bulk-add .permission-label {
  padding-top: 10px;
}
.addPersonForm .add-contact-column.bulk-add #add-to-panel-label {
  margin-top: 5px;
}
.addPersonForm .add-contact-column #bulk-contacts-add {
  height: 120px;
  resize: none;
  width: 100%;
  font-size: 14px !important;
  font-weight: normal;
  padding: 5px;
  box-sizing: border-box;
}
.addPersonForm .add-contact-column #bulk-contacts-description {
  padding-top: 5px;
  font-size: 12px;
  line-height: 18px;
  color: #737373;
}
.addPersonForm .add-contact-column #bulk-contacts-parsed {
  cursor: pointer;
  max-height: 350px;
  overflow: scroll;
  margin-left: -3px;
}
.addPersonForm .add-contact-column #bulk-contacts-parsed:hover .parsed-contact {
  background: #eee;
}
.addPersonForm .add-contact-column #bulk-contacts-parsed:hover .parsed-contact.error {
  background: #ffcbcb;
}
.addPersonForm .add-contact-column #bulk-contacts-parsed .parsed-contact {
  font-size: 12px;
  border: 1px solid #bbb;
  border-radius: 16px;
  padding: 0 8px;
  display: inline-block;
  margin: 3px;
  cursor: pointer;
}
.addPersonForm .add-contact-column #bulk-contacts-parsed .parsed-contact:hover {
  background: #eee;
}
.addPersonForm .add-contact-column #bulk-contacts-parsed .parsed-contact.error {
  background: #f2aaaa;
  color: #9b0813;
}
.addPersonForm .add-contact-column.subsequent {
  border-left: 1px solid #e3e3e3;
  width: 260px;
  flex-shrink: 0;
}
@media only screen and (max-width: 645px) {
  .addPersonForm .add-contact-column.subsequent {
    border-left: none;
  }
}
.addPersonForm .edit-2fa-label {
  font-size: 10pt;
  color: #737373;
  padding-bottom: 10px;
}
.addPersonForm .cb-twofactor,
.addPersonForm .addtopanel,
.addPersonForm .addtoshared,
.addPersonForm .removeshared,
.addPersonForm .delete-silent,
.addPersonForm .remove-from-channels {
  width: 24px;
  margin-left: 0px !important;
  vertical-align: baseline;
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
}
.addPersonForm .transfer-channels {
  vertical-align: baseline;
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
}
.addPersonForm #privilege-radio-container input {
  margin-left: 0px !important;
  vertical-align: baseline;
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
}
.addPersonForm #privilege-radio-container .role {
  font-weight: bold;
  margin-bottom: -5px;
}
.addPersonForm #privilege-radio-container .privilege-info {
  margin-top: 0px !important;
}
.addPersonForm #privilege-radio-container .description {
  line-height: 17px;
  padding: 4px 0 8px 26px;
}
.addPersonForm .edit-contact-privileges {
  border-top: 1px solid #e3e3e3;
  margin-top: 5px;
}
.addPersonForm .edit-contact-privileges {
  padding-top: 10px;
}

.retention-delete {
  display: inline-flex;
}

#retentionContainer {
  display: flex;
  flex-direction: column;
}
#retentionContainer .editRetentionForm {
  margin-bottom: 9px;
  margin-left: 5px;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
}
#retentionContainer .editRetentionForm input[type^=text], #retentionContainer .editRetentionForm select {
  color: #6d6d6d !important;
  width: 40px;
  height: 22px;
  padding-left: 4px;
  margin-right: 4px;
  margin-bottom: 11px;
}
#retentionContainer .editRetentionForm select {
  width: 84px !important;
}
#retentionContainer input[name~=override_retention] {
  margin-right: 10px;
}

.channelDetails a {
  text-decoration: underline;
}

div.channeloptions.owner_audit_available {
  height: auto;
}

div.channeloptions {
  width: 600px !important;
  height: auto;
}

div.channeloptions .register_login_main h3 {
  font-size: 10px;
  line-height: 12px;
  margin: -4px 17px 25px 20px;
}

.register_login_main_2columns.channeloptionsinner.owner_audit_available {
  height: auto;
}

.channeloptionsinner a.close {
  margin: -16px 19px;
}

@media only screen and (max-width: 600px) {
  .branding, .options_branding {
    display: none;
  }
}
.branding.profile_details .left.img .center {
  margin-left: initial;
}

.branding p a {
  text-decoration: underline;
  color: inherit;
}

.branding_preview_container .preview-size-rec-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.branding_preview_label {
  margin: 5px 60px 0 0;
}

.branding_preview_container.branding_label {
  margin: auto, 5em, auto, 0px;
}

.branding_options_form_container {
  margin-top: 25px;
}
.branding_options_form_container #editor-login-text.quill-editor a {
  color: #2e7ea1;
}
.branding_options_form_container #editor-email-footer, .branding_options_form_container #editor-login-text {
  width: 700px;
}

#previewer-container .previewer-top-bar {
  padding: 16px;
  background-color: white;
  border-bottom: 1px solid #bdbdbd;
}
#previewer-container .previewer-top-bar .preview-title {
  padding-left: 20px;
}
#previewer-container #previewer {
  background-color: #cacaca;
  background-image: url("/static/images/body.png");
  position: fixed;
  width: 100%;
  height: calc(100% - 55px);
  z-index: 1000;
  overflow: auto;
  /**
   * Remove functionality of links and buttons in the previewer except for the
   * custom login text section.
   **/
}
#previewer-container #previewer a, #previewer-container #previewer input, #previewer-container #previewer button {
  pointer-events: none;
}
#previewer-container #previewer #custom-login-text a {
  pointer-events: auto;
}

.not_visible {
  visibility: hidden;
}

.branding_note {
  font-size: inherit;
  max-width: 765px;
  margin-top: 5px;
  text-align: left;
  color: #333;
}

.branding_options_form .ql-toolbar {
  max-width: 700px;
}
.branding_options_form .branding_email_label {
  display: inline-block;
  font-size: initial;
}
.branding_options_form .use_global_email_footer_container {
  display: flex;
  align-items: center;
  margin-top: 8px;
}
.branding_options_form .use_global_email_footer_container .switch {
  margin-left: 7px;
}

.branding #revert_branding_options,
.branding #preview-login {
  padding-left: 35px;
  background: none;
}

.branding_preview {
  box-shadow: none;
  border: 1px solid #333;
  border-radius: 4px;
  padding: 5px;
}

a.branding_image {
  height: 25px;
  width: 100%;
  display: block;
}
a.branding_image #branding-logo {
  border: none !important;
  height: 25px;
}

.branding-selection {
  position: relative;
  top: 5px;
}

body.hover a.header_logo {
  width: 105px;
  height: 25px;
  overflow: hidden;
  margin-top: 2px;
}
body.hover a.header_logo img {
  max-width: 105px;
  max-height: 25px;
}

body.mobile a.header_logo {
  width: 105px;
  height: 25px;
  overflow: hidden;
}

.branding_info {
  width: 50%;
  padding: 15px 0 !important;
}

.metadata-help-text {
  display: inline-block;
  width: 48%;
  padding: 15px 0 !important;
}

.metadata-info {
  overflow-wrap: break-word;
}

.metadata-file {
  text-align: center;
}
.metadata-file p {
  display: inline-block;
  max-width: 95%;
}
.metadata-file .spinner {
  width: 5%;
  height: 20px;
  position: absolute;
  background: url("/static/images/loading_spin.svg") no-repeat;
  margin-left: 4px;
}

.branding .branding_logo_text {
  font-size: inherit;
  line-height: 1.3;
  padding-top: 5px;
  width: inherit;
  color: #333;
}

.branding_logo_text {
  font-size: 10px;
  line-height: 1.3;
  padding-top: 5px;
}

.data_residency h6 {
  display: inline;
}
.data_residency p {
  display: inline;
  font-size: 17px;
  margin-left: 7px;
  margin-right: 7px;
}
.data_residency img {
  display: inline;
  width: 25px;
  height: auto;
}

#registrationless-overlay, #tf-overlay {
  background: #000;
  opacity: 0.2;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  filter: alpha(opacity=20);
}

#registrationless-overlay {
  z-index: 5;
}

#tf-overlay {
  z-index: 7;
}

body.registrationless .channel_name {
  margin: 0 20px;
}

.ui-dialog.channeloptions {
  margin-left: -298px;
}

.owner_audit a.expandable.expanded {
  opacity: 0.35;
  filter: alpha(Opacity=35);
}

div.profile_details.subscription div.left.column {
  width: 30%;
}

div.right.column {
  width: 100%;
}

div.profile_details.subscription {
  display: inline-block;
  width: 100%;
  margin-top: 10px;
}

.subscription h3.gotham_book {
  color: black;
  font-size: 16.5pt;
}

select.rounded_4 {
  border: 1px solid #828282;
  height: 25px;
  width: 55px;
}

hr.billinghr {
  width: 100%;
  height: 1px;
  color: #777;
  background-color: #777;
}

span.totalline {
  margin-right: 35px;
}

.infopopup {
  background: url("../images/info.svg") no-repeat;
  text-indent: -9999px;
  width: 15px;
  height: 15px;
  font-size: 48px;
}

.inline-block {
  display: inline-block;
}

.flex {
  display: flex;
}

.huge_upgrade_btn {
  background-color: #29b333;
  border-radius: 2px;
  font-size: 18px;
  color: #eee;
  height: 61px;
  min-width: 316px;
  border: none;
}

span.filename.error, span.name.error {
  color: red;
  font-size: 9pt;
  line-height: 1;
}

ul.probenefits {
  list-style-type: disc;
  font-size: 12px;
  margin-left: 25px;
}

p.bottomtext {
  position: absolute;
}

div.proform {
  margin-top: 10px;
}

input:disabled, input[disabled=disabled], input.loadAllChannelsBtn[disabled], input.loadAllChannelsBtn[disabled=disabled] {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

div.messages-loader {
  text-align: center;
  margin-bottom: 25px;
}

div.files-panel-loader, div.channel-search-results-loader, div.reports-list-loader {
  text-align: center;
}

div.infinite-loader {
  text-align: center;
  margin-top: 25px;
}

input.loadAllChannelsBtn {
  opacity: 0.8;
  filter: alpha(opacity=80);
  margin-right: 5px;
}

#the-end {
  text-align: center;
  margin: 40px 0 0;
}

#twofactor_setup input[type=submit], #twofactor_verify input[type=submit] {
  margin: 20px auto;
}

.twofactor-setup ul li .method-icon,
.twofactor-setup ul li .lighter {
  font-size: 13px;
  font-family: arial, helvetica, sans-serif;
}

.input-element .iti {
  display: inherit;
}
.input-element .iti .field_error {
  position: absolute;
}

.twofactor-method.selected .iti__selected-dial-code {
  font-family: arial, helvetica, sans-serif;
  font-size: 10px;
  font-weight: bold;
}
.twofactor-method.selected .iti__divider {
  height: 1px;
}

.iti__country-name, .iti__dial-code, .iti__selected-dial-code {
  font-family: arial, helvetica, sans-serif;
  font-size: 12px;
}

#phone2fa, #phonesms, #phonevoice {
  color: #6d6d6d;
}

.twofactor-setup .iti__country-list {
  width: 289px;
  margin: 0px;
  white-space: normal;
}
.twofactor-setup .left.column .iti__country-list {
  width: 275px;
}
.twofactor-setup .twofactor-method {
  border-bottom: 1px solid #ccc;
  padding: 6px 0;
}
.twofactor-setup #twofactor_setup .twofactor-method {
  padding: 12px 0 0 0;
}
.twofactor-setup ul li .iti {
  display: none;
}
.twofactor-setup ul li.selected {
  height: auto;
  background-color: #ccc;
}
.twofactor-setup ul li.selected .phonevoice, .twofactor-setup ul li.selected .phonesms, .twofactor-setup ul li.selected .iti {
  display: inline-block;
  margin-bottom: 5px;
}
.twofactor-setup ul li.selected .iti--separate-dial-code {
  padding-left: 5px;
}
.twofactor-setup ul li.selected .iti__flag-container {
  display: inline;
  padding-top: 4px;
  padding-left: 5px;
}
.twofactor-setup ul li .iti__flag-container {
  display: none;
}
.twofactor-setup ul li .phonevoice, .twofactor-setup ul li .phonesms {
  display: none;
  width: 289px;
  padding-left: 5px;
}
@media only screen and (max-width: 540px) {
  .twofactor-setup ul li .phonevoice, .twofactor-setup ul li .phonesms {
    width: 95% !important;
    margin-left: 5px;
    padding-left: 50px;
  }
}
.twofactor-setup ul li:last-child {
  border-bottom: none;
}
.twofactor-setup ul li .fa-circle.fa-stack-2x {
  color: #66b243;
}
.twofactor-setup ul li .twofactornumberinput {
  width: 275px;
  padding-left: 45px;
}
.twofactor-setup ul li .method-icon {
  height: 100%;
  vertical-align: middle;
}
.twofactor-setup ul li .method-icon .logo-image {
  padding: 2px 0 2px 4px;
  height: 46px;
  width: 46px;
}
.twofactor-setup ul li .method-detail {
  text-align: left;
  width: 75%;
  margin-left: 0.6rem;
}
.twofactor-setup ul li .method-detail .lighter {
  font-weight: lighter;
  color: #7c7c7c;
}
.twofactor-setup ul li .method-detail .help-link {
  text-decoration: underline;
}
.twofactor-setup ul li:hover {
  background-color: #ddd;
}

.channelfileviewcontainer {
  overflow: hidden;
  width: 100%;
  padding: 3px 0 3px 0;
  display: flex;
  flex-direction: column;
}
.channelfileviewcontainer .channelfileview {
  display: flex;
  align-items: center;
  min-height: 35px;
}
.channelfileviewcontainer #file-checkbox {
  display: flex;
}

#open-file-dropdown {
  vertical-align: middle;
  margin-top: -4px;
}

.files-size span.name {
  display: block;
}

.files-date span.name {
  display: block;
}
@media only screen and (max-width: 1024px) {
  .files-date span.name {
    line-height: 18px;
  }
}

@media only screen and (max-width: 1530px) {
  .files-date.with-folder-tree span.name {
    line-height: 18px;
  }
}

@media only screen and (max-width: 1400px) {
  .files-date.search span.name {
    line-height: 18px;
  }
}

.files-filename, .files-filename-column {
  flex: 1;
}

.files-filename {
  display: inline-block;
  width: 100%;
}

.files-folder {
  width: 160px;
  color: #303030;
}
@media only screen and (max-width: 1200px) {
  .files-folder {
    width: 85px;
  }
}
@media only screen and (max-width: 850px) {
  .files-folder {
    display: none;
  }
}
.files-folder .open-folder {
  display: block;
  text-overflow: ellipsis;
  overflow: auto;
}
@media only screen and (max-width: 1300px) {
  .files-folder.with-folder-tree {
    display: none;
  }
}

.files-size {
  width: 100px;
  color: #303030;
}
@media only screen and (max-width: 830px) {
  .files-size {
    display: none;
  }
}
@media only screen and (max-width: 1000px) {
  .files-size.search {
    display: none;
  }
}
.files-size.search.with-folder-tree {
  display: none;
}
@media only screen and (max-width: 1200px) {
  .files-size.with-folder-tree {
    display: none;
  }
}

.files-owner {
  width: 140px;
  color: #303030;
}
.files-owner span.name {
  display: block;
}
@media only screen and (max-width: 1024px) {
  .files-owner {
    display: none;
  }
}
@media only screen and (max-width: 1400px) {
  .files-owner.search {
    display: none;
  }
}
@media only screen and (max-width: 1530px) {
  .files-owner.with-folder-tree {
    display: none;
  }
}

.files-date {
  width: 110px;
  color: #303030;
}
@media only screen and (max-width: 700px) {
  .files-date {
    display: none;
  }
}
@media only screen and (max-width: 1150px) {
  .files-date.with-folder-tree {
    display: none;
  }
}
@media only screen and (max-width: 1200px) {
  .files-date.with-folder-tree.search {
    display: none;
  }
}
.files-date span.last-modified {
  font-weight: bold;
  color: #555;
}
.files-date .last-modified-mobile {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .files-date .last-modified-mobile {
    display: inline;
  }
}
@media only screen and (max-width: 1400px) {
  .files-date .last-modified-mobile.search {
    display: inline;
  }
}
@media only screen and (max-width: 1530px) {
  .files-date .last-modified-mobile.with-folder-tree {
    display: inline;
  }
}

div.channel-files-header {
  padding: 15px 0 5px;
  border-top: 1px solid #e3e3e3;
  width: 100%;
}
div.channel-files-header a.btn {
  line-height: 12px;
}
div.channel-files-header .contain {
  width: 170px;
  height: 30px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}
div.channel-files-header input[name=files-query] {
  padding: 0;
}

div#channelfiles, div#channel-files-header, div#folderbreadcrumbs {
  margin-left: 20px;
  margin-right: 20px;
}

div#folderbreadcrumbs {
  padding: 0 14px;
  font-weight: bold;
}

.columntitle {
  font-weight: bold;
  font-size: 13px;
  color: #303030;
}
.columntitle:hover {
  color: gray;
}

div.files_search, div.contacts_search {
  margin-bottom: 10px;
}

.members-search {
  margin: 10px 0 10px 140px;
}

.channels-search {
  margin: 10px 0 10px 0;
}
.channels-search div.contain img {
  width: 20px;
  padding-top: 8px;
}
.channels-search div.contain input {
  width: 246px;
}
.channels-search div.loading_results {
  left: 50%;
  margin-top: -10px;
}

div.files_search div.contain,
div.contacts_search div.contain,
div.channels_search div.contain,
.members-search div.contain,
.channels-search div.contain {
  margin: 5px auto;
  border: 1px solid #ccc;
  border-radius: 5px;
  width: 165px;
}
div.files_search div.contain img,
div.contacts_search div.contain img,
div.channels_search div.contain img,
.members-search div.contain img,
.channels-search div.contain img {
  height: 15px;
}

div.channels_search {
  margin: 0 5px 0 0;
  padding: 0 10px;
  border-right: 1px dotted #ddd;
}

div.channels_search #go {
  margin: 0;
  height: 26px;
  color: #fff;
  border: none;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

div.channels_search div.contain {
  margin: 0;
  width: 220px;
  height: 25px;
}

input[name=channels_query], input[name=contacts-query], input[name=files-query], input[name=members-query], input[name=channels-query] {
  background: transparent;
  width: 135px;
  float: left;
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  padding: 7px 0;
  margin: 0;
  outline: none;
}

input[name=channels_query] {
  width: 190px;
  padding: 5px 0 0;
}

input[name=files-query]::-ms-clear,
input[name=contacts-query]::-ms-clear,
input[name=channels_query]::-ms-clear,
input[name=members-query]::-ms-clear,
input[name=channels-query]::-ms-clear {
  display: none;
}

button[name=clear-search] {
  background: none;
  border: none;
  float: left;
  height: 30px;
  margin: 0;
  padding: 0;
  width: 30px;
}

div.channels_search button[name=clear-search] {
  height: 26px;
}

button[name=clear-search] img {
  margin: -3px;
  padding: 0;
  opacity: 0.6;
}

div.channels_search button {
  margin: 0;
}

div.loading_results {
  width: 50px;
  margin: 0 auto;
}

div.search_info {
  line-height: 1.3;
  font-size: 8pt;
  text-align: center;
  margin: 0 5px;
}

div.search_info span.error {
  color: red;
}

span.sortby {
  display: none;
}

.files_header.name .sortby.filename-asc {
  display: inline;
}

.files_header.-name .sortby.filename-desc {
  display: inline;
}

.files_header.folder_path .sortby.folder-asc {
  display: inline;
}

.files_header.-folder_path .sortby.folder-desc {
  display: inline;
}

.files_header.size .sortby.size-asc {
  display: inline;
}

.files_header.-size .sortby.size-desc {
  display: inline;
}

.files_header.owner .sortby.owner-asc {
  display: inline;
}

.files_header.-owner .sortby.owner-desc {
  display: inline;
}

.files_header.timestamp .sortby.date-asc {
  display: inline;
}

.files_header.-timestamp .sortby.date-desc {
  display: inline;
}

.channel-files-header .links, body.registrationless .links {
  margin-bottom: 15px;
  width: 100%;
}

.channel-files-header .files_search {
  margin-right: 4px;
  margin-top: -5px;
  display: inline-block;
  vertical-align: top;
}

#channelfiles a.edit {
  margin: -20px 0 0 13px;
}

#channelfiles li.no-files {
  font-weight: bold;
  text-align: center;
}

.newfoldericon {
  width: 32px;
  margin-right: 23px;
}

#in-channels-list span.isowner {
  font-weight: bold;
}

span.path.drag-over a, span.path.drag-over {
  opacity: 1;
}

span.path.drag-over a {
  background: #d7d7d7;
  color: #27bd09;
}

div.cloned {
  background: #444;
  color: #fff;
  font-size: 13px;
  padding: 5px;
  width: 200px;
  border-radius: 5px;
  overflow: hidden;
}

div.cloned span {
  display: inline !important;
  color: #fff !important;
}

.folderbreadcrumbs #paths span a {
  margin: 0 3px 0;
  word-wrap: break-word;
}
.folderbreadcrumbs #paths span a:hover {
  color: gray;
}
.folderbreadcrumbs #paths span a .fa-calendar {
  padding-left: 5px;
}

.folderbreadcrumbs #paths span span {
  margin: 0 3px;
}

.folderbreadcrumbs.dragtome #paths span a {
  background: #d7d7d7;
}

.folderbreadcrumbs.dragtome #paths span a:hover {
  background: #d7d7d7;
}

.folderbreadcrumbs.dragtome #paths a span:hover {
  color: #27bd09;
}

.channels li > .right.nomessage, .channels li > .right.links.nomessage {
  height: auto;
}

.files_container.showonlyfirst span.message-file {
  display: none;
}

.files_container.showonlyfirst span.message-file:first-child {
  display: block;
}

.howmanymore {
  position: relative;
  top: -4px;
  left: 10px;
  font-size: 13px;
  color: #717171;
}

#channelexpirylabel .ui-datepicker-trigger {
  margin-top: -8px;
  padding: 0px;
  width: 15px;
  vertical-align: bottom;
}

.ui-datepicker-unselectable.ui-state-disabled > .ui-state-default {
  cursor: not-allowed !important;
}

input[type=checkbox].css-checkbox {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

input[type=checkbox].css-checkbox + label.css-label {
  padding-left: 22px;
  display: inline-block;
  height: 16px;
  line-height: 18px !important;
  background-repeat: no-repeat;
  background-position: 0 0;
  font-size: 15px;
  cursor: pointer;
}

input[type=checkbox].css-checkbox.checked + label.css-label,
input[type=checkbox].css-checkbox:checked + label.css-label {
  background-position: 0 -16px;
}

input[type=checkbox].css-checkbox.focus-visible + label.css-label,
input[type=checkbox].css-checkbox:focus-visible + label.css-label {
  background-position: 0 -32px;
}

input[type=checkbox].css-checkbox.focus-visible.checked + label.css-label,
input[type=checkbox].css-checkbox:focus-visible:checked + label.css-label {
  background-position: 0 -48px;
}

.css-label {
  background-image: url("/static/images/checkbox.svg");
}

.file-upload-btn {
  float: left !important;
}

div.virtual.channel-viewed.expired .channel-details {
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
}

div#conv_details.expired {
  margin: 10px 10px 10px 10px;
  padding: 10px 10px 10px 10px;
}

div#conv_details.expired a {
  text-decoration: underline;
}

#conv_details #channelfiles .revisions ul > li {
  padding: 15px 0 0 0;
}

#channeloptions {
  margin: 0 20px;
}
#channeloptions #channel_expiry_date {
  background: none;
  border: none;
  font-size: 16px;
  color: black;
  padding: 0px;
}
#channeloptions #channel_expiry_date:disabled {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
#channeloptions .ui-datepicker-trigger:disabled {
  opacity: 0.5;
}

.notifications_options {
  padding-bottom: 21px;
}

.branding_options_details_header {
  padding-bottom: 21px;
}
.branding_options_details_header .left-col, .branding_options_details_header .right-col {
  float: left;
}
.branding_options_details_header .left-col {
  width: 100%;
}
.branding_options_details_header .right-col {
  width: 50%;
}

.saml_metadata_details_header {
  padding-top: 21px;
  padding-bottom: 21px;
}

#channeloptions h3, div#options_details h3.subtext, .options_details_header.notifications_options h3 {
  font-size: 13px;
  height: auto;
}

input#savechanneloptions {
  margin: 0 0 20px;
}

#channeloptions .disabled {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

div.revisions {
  display: inline;
}

div.revisions > ul {
  display: inline-block;
}

div.revisions li span.hideonlast, div.revisions li:last-child span.showonlast {
  display: inline;
}

div.revisions li:last-child span.hideonlast, div.revisions li span.showonlast {
  display: none;
}

a.registrationless-login, a.registrationless-register {
  color: #27bd09;
}

div.tf-context-menu {
  position: fixed;
  background: #444;
  color: #fff;
  z-index: 9999;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  overflow: auto;
  max-height: 260px;
  min-width: 110px;
}
div.tf-context-menu.light {
  background: #fff !important;
  color: #444 !important;
  border: solid 1px #c1c1c1 !important;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16) !important;
}
div.tf-context-menu.light .options-list > li:hover {
  background: rgb(240, 240, 240) !important;
  color: rgba(110, 110, 110, 0.8);
}
div.tf-context-menu.light .options-list > li.selected {
  background: rgb(220, 220, 220) !important;
  color: rgb(110, 110, 110);
}
div.tf-context-menu .options-list {
  padding: 0px !important;
  font-size: 13px;
}
div.tf-context-menu .options-list > li {
  padding: 5px 10px !important;
  word-break: normal;
  border: none !important;
  margin: 0;
  cursor: pointer;
}
div.tf-context-menu .options-list > li > div a.tf-context-menu-item-link i.tf-context-menu-item-icon {
  padding: 0rem 0.3rem 0rem 0.1rem;
}
div.tf-context-menu .options-list > li > div a.tf-context-menu-item-link i.tf-context-menu-item-icon img {
  vertical-align: middle;
}
div.tf-context-menu .options-list > li > div .tf-context-menu-item-submenu {
  float: right;
}
div.tf-context-menu:not([class~=light]) > .options-list > li:hover {
  background: #666;
}

.context-menu-item-disabled {
  pointer-events: none;
  opacity: 0.5;
}

.files-filename a.folder, .files-filename a.file {
  cursor: default;
  display: inline-block;
  max-width: 100%;
}
.files-filename .name.edit_text {
  padding: 0 5px 0 0;
  max-width: 97%;
  overflow-x: hidden;
  text-overflow: ellipsis;
}
.files-filename input {
  width: 300px;
}
.files-filename form {
  display: inline;
  background: red;
}

h3.edit_text {
  height: 20px;
}

div.loading-results {
  padding: 20px 0;
  text-align: center;
}

div#end-of-results {
  text-align: center;
  font-weight: bold;
  margin: 50px 0 0;
}

.channels > li.no-results {
  text-align: center;
  font-weight: bold;
  border: none;
  background: none;
}

#conversation span.filesview_noti {
  display: block;
  text-align: center;
  padding: 0 0 10px;
}

div.loading-content {
  text-align: center;
  padding: 20px 0;
}

div.loading-channelslist {
  text-align: center;
  margin-top: 100px;
}

span.loading-text {
  display: block;
}

#conv_details #channelhistory ul > li {
  padding: 10px 0;
  margin: 0;
}

#conv_details #channelhistory ul > li:nth-child(odd) {
  background: #faf9f9;
}

#conv_details #channelhistory li .date {
  padding: 0;
  margin: 0;
  width: 150px;
  font-weight: bold;
  display: block;
  float: left;
}

#conv_details #channelhistory li .description {
  display: block;
  margin-left: 150px;
  padding: 0;
}

.endpagination {
  text-align: center;
}

.endpagination p {
  padding-bottom: 30px;
}

.channel-file a > span {
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  margin-left: 8px;
  margin-top: -1px;
  color: #303030;
}

li.channel-file, .report-row-item {
  font-size: 13px;
  position: relative;
}

li.channel-file div.relative:hover, .report-row-item:hover {
  background: #f7f7f7;
}

.files_area.dragging li.channel-file div.relative:hover {
  background: none;
}
.files_area.dragging li.channel-file div.relative:hover.selected {
  background: #ddd;
}

@media only screen and (max-width: 1024px) {
  li.channel-file div.relative span.files-date {
    font-size: 12px;
  }
}
@media only screen and (max-width: 1530px) {
  li.channel-file div.relative span.files-date.with-folder-tree {
    font-size: 12px;
  }
}
@media only screen and (max-width: 1400px) {
  li.channel-file div.relative span.files-date.search {
    font-size: 12px;
  }
}

li.channel-file div.relative .channelfilerevision_container img {
  padding: 0;
}

li.channel-file div.relative.selected {
  background: #ddd;
}

li.channel-file.ui-draggable-dragging {
  background: red;
}

li.channel-file.drag-over {
  background: #ddd;
}

.message-file, .channel-file, .report-row-item {
  display: flex;
  padding-bottom: 2px;
  padding-right: 24px;
  vertical-align: top;
  word-break: break-all;
  word-break: break-word;
}
.message-file > div, .channel-file > div, .report-row-item > div {
  margin: auto;
  width: 100%;
}
.message-file a > span, .channel-file a > span, .report-row-item a > span {
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  margin-left: 8px;
  margin-top: -1px;
  color: #717171;
}
.message-file a.cancel-preview, .channel-file a.cancel-preview, .report-row-item a.cancel-preview {
  color: #717171;
  text-decoration: none;
}

.message-file .name strong {
  color: #555;
}

.message-file .my-download {
  width: 150%;
}

.channel-file .my-download {
  margin-bottom: 0.5em;
  margin-top: -1em;
}

.folderbreadcrumbs {
  font-weight: bold;
  padding-bottom: 3px;
}

#conv_details .files_area ul {
  padding: 0 20px;
}

#conv_details .files_area .revisions ul {
  padding: 0 0 5px 28px;
}

#conv_details .files_area .revisions ul > li {
  border: none;
  padding: 0;
  margin: 0 0 5px 30px;
}
#conv_details .files_area .revisions ul > li.no-checkboxes {
  margin: 0 0 5px 0px;
}

#toggle-folder-tree-nav {
  background: url("../images/folder-tree-icon.svg") no-repeat;
  display: block;
  height: 30px;
  width: 30px;
  float: left;
  padding-right: 4px;
}
#toggle-folder-tree-nav:hover {
  opacity: 0.7;
}
@media only screen and (max-width: 900px) {
  #toggle-folder-tree-nav {
    display: none;
  }
}

#folder-tree-nav-placeholder {
  float: left;
  overflow: hidden;
  width: 200px;
  height: 400px;
  display: none;
  padding-right: 20px;
}
@media only screen and (max-width: 900px) {
  #folder-tree-nav-placeholder {
    display: none !important;
  }
}

#folder-tree-nav-resize-sticky-wrapper {
  display: inline;
}

#folder-tree-nav-resize {
  width: 200px;
  min-width: 200px;
  max-width: 350px;
  float: left;
  min-height: 400px;
  max-height: 600px;
  margin: 0 0 20px 20px;
  display: flex;
  flex-direction: column;
  border-right: 1px solid #cacaca;
}
#folder-tree-nav-resize .ui-resizable-e {
  cursor: ew-resize;
}
#folder-tree-nav-resize .ui-resizable-handle:hover {
  background: #cacaca;
}
@media only screen and (max-width: 900px) {
  #folder-tree-nav-resize {
    display: none !important;
  }
}

#folder-tree-nav {
  overflow: scroll;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  min-height: 400px;
  max-height: 600px;
}
#folder-tree-nav ul {
  padding: 0 0 0 20px;
  font-size: 14px;
  white-space: nowrap;
}
#folder-tree-nav ul li {
  padding: 0 !important;
  border: none !important;
  display: table-row;
}
#folder-tree-nav ul li.starred-folder {
  display: block;
}
#folder-tree-nav .node-triangle {
  padding: 0 3px 0 5px;
  cursor: default;
}
#folder-tree-nav .node-triangle::before {
  content: "▶";
  color: #555;
  display: inline-block;
  margin-right: 6px;
  font-size: 8px;
  font-family: ui-monospace;
}
#folder-tree-nav .folder-open > .node-triangle::before {
  transform: rotate(90deg);
}
#folder-tree-nav .folder-tree-node {
  display: flex;
  align-items: center;
  cursor: pointer;
  user-select: none;
  padding-right: 20px;
  margin-top: 10px;
  height: 22px;
}
#folder-tree-nav .folder-tree-node.starred:hover {
  color: inherit;
}
#folder-tree-nav .folder-tree-node:hover {
  color: gray;
}
#folder-tree-nav .folder-tree-node:hover img.delete-icon {
  visibility: visible;
}
#folder-tree-nav .folder-tree-node a.delete-starred-folder {
  float: right;
}
#folder-tree-nav .folder-tree-node img.delete-icon {
  float: right;
  opacity: 0.6;
  margin-top: 4px;
  visibility: hidden;
}
#folder-tree-nav .folder-tree-node img.delete-icon:hover {
  opacity: 1;
}
@media (hover: none) {
  #folder-tree-nav .folder-tree-node img.delete-icon {
    visibility: visible;
  }
}
#folder-tree-nav .folder-tree-node div.folder-icon {
  vertical-align: -10%;
  padding-right: 5px;
  height: 16px;
  width: 18px;
  background: url("/static/images/folder-regular.svg") no-repeat;
  display: inline-block;
}
#folder-tree-nav .folder-tree-node.starred > div.folder-icon {
  vertical-align: -5%;
  height: 14px;
  width: 14px;
  background: url("/static/images/star_dark_grey.svg") no-repeat !important;
}
#folder-tree-nav .folder-tree-node.folder-open > div.folder-icon {
  background: url("/static/images/folder-open-regular.svg") no-repeat;
}
#folder-tree-nav .folder-tree-node.folder-open.current-folder > div.folder-icon {
  background: url("/static/images/folder-open-solid.svg") no-repeat;
}
#folder-tree-nav .folder-tree-node.current-folder {
  font-weight: bold;
}
#folder-tree-nav .folder-tree-node.current-folder > div.folder-icon {
  background: url("/static/images/folder-solid.svg") no-repeat;
}
#folder-tree-nav .fetch-sentinel {
  height: 10px;
}

.starred-folder .node-triangle {
  display: none;
}
.starred-folder .folder-icon {
  margin-left: 3px;
}
.starred-folder .node-name {
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  width: calc(100% - 50px);
  vertical-align: top;
}

#folder-tree-nav > ul {
  padding: 0px;
}
#folder-tree-nav > ul > li > span.folder-tree-node:first-child {
  margin-top: 0px;
}
#folder-tree-nav > ul > li:first-child {
  display: block;
  margin-bottom: 20px;
}

#files-list {
  overflow: hidden;
}

.files_header {
  padding: 0 20px;
  display: flex;
  align-items: center;
  min-height: 35px;
}
@media only screen and (max-width: 520px) {
  .files_header {
    padding: 0 10px;
  }
}
.files_header .files-checkbox {
  display: flex;
}

.files_header > span, .channelfileview > span {
  margin: 0 7px;
}
.files_header > span:first-child, .channelfileview > span:first-child {
  margin-left: 0px;
}
.files_header > span:last-child, .channelfileview > span:last-child {
  margin-right: 0px;
}

.channel-files-container input[type=checkbox] {
  width: 42px;
  margin-top: -5px;
}
.channel-files-container input[type=checkbox].css-checkbox + label.css-label {
  margin-left: 10px;
  padding-left: 16px;
}
@media (hover: hover) {
  .channel-files-container input[type=checkbox].css-checkbox + label.css-label:hover {
    background-position: 0 -16px;
  }
}

@media (hover: hover) {
  .files_area .files-checkbox input[type=checkbox], .files_area .files-checkbox label.css-label {
    visibility: hidden;
  }
  .files_area .files-checkbox input[type=checkbox]:hover, .files_area .files-checkbox input[type=checkbox]:checked, .files_area .files-checkbox label.css-label:hover, .files_area .files-checkbox label.css-label:checked {
    visibility: visible;
  }
  .files_area .files-checkbox input[type=checkbox].css-checkbox:checked + label.css-label {
    visibility: visible;
  }
  li.channel-file div.relative:hover input[type=checkbox], li.channel-file div.relative:hover label.css-label {
    visibility: visible;
  }
}
.files_area {
  padding-bottom: 30px;
}

#conv_details .channel-files-container ul > li {
  padding: 0;
  margin: 0;
  white-space: nowrap;
}

#conv_details .detailed_activities > li {
  padding: 10px 0;
  margin: 0;
}

#conv_details .detailed_activities > li:nth-child(odd) {
  background: #faf9f9;
}

.breadcrumbs-container, .header-container {
  padding: 0 20px;
}

.header-container .channel-files-header {
  margin-bottom: -2em;
}
.header-container .get-all-progress {
  font-size: 10pt;
}

.getallprogress {
  margin-right: 20px;
}

.channel_history .history-item {
  display: flex;
}
.channel_history .history-item span {
  padding-top: 5px;
  padding-bottom: 5px;
}
.channel_history .history-item .date {
  font-size: 13px;
  font-weight: bold;
  padding-left: 5px;
  flex-basis: 200px;
  flex-shrink: 0;
  overflow-wrap: break-word;
}
.channel_history .history-item .description {
  font-size: 14px;
  overflow-wrap: break-word;
  min-width: 50%;
  flex-shrink: 1;
}

#panel-file-list li span.block {
  display: inline-block;
  vertical-align: top;
}

#panel-file-list li div.isfolder span.block {
  padding: 11px 0 0;
}

#panel-file-list li div.isfile span.block {
  vertical-align: text-bottom;
}

div.go-up {
  border: 1px solid #e4dede;
  min-height: 42px;
  font-size: 9pt;
  cursor: pointer;
}

div.go-up img {
  float: left;
  margin-top: 8px;
  margin-left: 3px;
  margin-right: 4px;
}

div.go-up span.block.left {
  margin-top: 11px;
}

#breadcrumb div.go-up span.block.left {
  width: 140px;
}

span.currently {
  font-size: 8pt;
}

.dropfiles {
  margin: 15px 0;
  padding: 40px 0;
  border: 4px dashed #ccc;
  border-radius: 5px;
  text-align: center;
  color: #ccc;
  font-size: 22pt;
}

.panel-content .list .action_links a.addfolder {
  margin-top: 5px;
}

#new-message {
  padding-bottom: 0 !important;
  padding-top: 15px !important;
  margin-bottom: -15px;
}
#new-message .uploading {
  background: none;
  vertical-align: top;
  display: block;
  margin: 0 0 1px 0;
  white-space: nowrap;
  max-width: 100%;
  overflow-x: hidden;
  text-overflow: ellipsis;
}
#new-message .uploading.in {
  font-size: 10pt;
  margin: 8px 0;
}
#new-message .uploading.in .filename {
  color: #6d6d6d;
}
#new-message .uploading.in.template-upload .filesize {
  font-size: 8pt;
}
#new-message .uploading .filename {
  word-break: break-all;
  padding: 0 5px;
  max-width: 100%;
}
#new-message .uploading .filename.error {
  color: #dd2626;
}
#new-message .uploading .icon {
  vertical-align: text-top;
}
#new-message .uploading button.cancelUpload {
  vertical-align: middle;
}
#new-message .uploading .cancel.with-error {
  margin-left: 10px;
}

.ql-editor.custom-login-text {
  height: auto !important;
  min-height: auto;
  resize: none;
}
.ql-editor.custom-login-text a {
  color: #2e7ea1;
  font-size: inherit;
  margin: inherit;
  line-height: inherit;
}

.quill-editor .ql-editor p, .quill-editor .ql-editor li, #editor .ql-editor p, #editor .ql-editor li {
  font-size: 14px !important;
  text-align: left !important;
}
.quill-editor .ql-editor ul, .quill-editor .ql-editor ol, .quill-editor .ql-editor li, #editor .ql-editor ul, #editor .ql-editor ol, #editor .ql-editor li {
  padding: 0 !important;
}
.quill-editor .ql-editor ul, .quill-editor .ql-editor ol, #editor .ql-editor ul, #editor .ql-editor ol {
  margin: 5px 18px;
}
.quill-editor .ql-editor em, .quill-editor .ql-editor p em, #editor .ql-editor em, #editor .ql-editor p em {
  font-style: italic !important;
}
.quill-editor .ql-editor blockquote, #editor .ql-editor blockquote {
  padding: 10px;
  font-style: italic;
  font-size: 14px;
}
.quill-editor .ql-editor h1, .quill-editor .ql-editor h2, .quill-editor .ql-editor h3, #editor .ql-editor h1, #editor .ql-editor h2, #editor .ql-editor h3 {
  margin: 5px 0;
}
.quill-editor .ql-editor ul > li::before, #editor .ql-editor ul > li::before {
  content: "●";
  font-size: 11px;
  vertical-align: 5%;
  line-height: 14px;
  margin-right: 0.5em;
}

.panel-list .drag-over, #breadcrumb .drag-over {
  background: none;
}

a.telephone {
  color: green;
}

div#profilequota, div#profilecredeon, div#apps_download {
  padding: 20px 15px;
  margin: 0 20px;
}

div#ooo_container {
  padding-top: 20px;
  padding-bottom: 20px;
}

.last-login {
  padding: 10px 0;
}

.api_credentials_container {
  padding-bottom: 20px;
}

div#deposit_link {
  padding: 20px 15px 20px 0;
}

div#profilecredeon {
  border-bottom: 1px #ccc solid;
}

div#profilequota div.progress-wrapper {
  padding-top: 25px;
}

div#profilequota span.progress {
  width: 250px;
}

div#profilequota .company,
div#deposit_link .deposit_link,
.api_credentials_container .api-credentials {
  margin: 20px 0 15px 0;
  font-size: 13px;
  width: inherit;
}

div#profilecredeon .company, div#apps_download .company, div#deposit_link .deposit_link, .api_credentials_container {
  margin-top: 20px;
  line-height: 13px;
}

#options_details h3 {
  margin-bottom: 10px;
}

.social-login {
  font-size: 9pt;
  margin-bottom: 10px;
}

.social-login.login-page {
  margin: 3px 0 10px;
}

div.left.column.socauth-content {
  padding: 28px 0 30px 22px;
}

div#save-status-label {
  font-size: 12px;
  padding: 15px 0 0 10px;
  display: flex;
  align-items: center;
}

#save-status-label span {
  margin-right: 1em;
}

.darkred {
  color: #d53c29;
}

div#options_details div#profilecredeon a {
  float: left;
  margin-right: 20px;
}

div.servicecode {
  font-size: 10pt;
  font-weight: bold;
  text-align: center;
  width: 300px;
  border: 1px solid #aaa;
  border-radius: 2px;
  background-color: #eee;
  margin-top: 14px;
  padding: 9px 0;
}

div.credeon_confirmation p span.servicecode {
  background-color: #ccc;
}

div.leftalign {
  text-align: left;
}

div.credeon_confirmation p {
  margin-top: 14px;
  line-height: 17px;
}

div.credeon_confirmation a {
  text-decoration: underline;
}

.register_login_main_2columns.smaller input[type^=submit]#credeon_done {
  margin-top: 25px;
}

#credeon_continue, #credeon_skip {
  margin-top: 0;
}

#credeon_skip {
  float: left;
}

#credeon_continue {
  float: right;
}

#topbar {
  display: grid;
  height: 100%;
  margin-left: 5px;
}

#topbar > ul {
  margin: auto;
}

#topbar ul li {
  float: left;
  margin: 0 5px;
}
#topbar ul li.filterByText {
  margin: 3px 0;
  color: #555;
  font-weight: bold;
  font-size: 10pt;
  margin-left: 50px;
}

#topbar a {
  margin: 4px 5px;
}

#topbar #create_new_channel.feedbackSendBtn {
  outline: none;
  margin-top: 1px;
  font-weight: normal;
  text-shadow: 1px 1px 1px #333;
  padding: 0 12px !important;
  font-size: 10pt;
}

body.hover #topbar .feedbackSendBtn:hover {
  background: #444;
}

.channel_header .channel_info {
  cursor: text;
}

.channel_info {
  white-space: nowrap;
}

.channel_header {
  border-radius: 10px;
  padding: 2px 7px 3px;
  box-sizing: border-box;
}

.channel_header:hover {
  cursor: pointer;
}

body.hover #topbar .link_archive:hover, body.hover #topbar .link_active:hover, body.hover #topbar .link_starred:hover, body.hover #topbar .link_cse:hover, body.hover #topbar .link_draft:hover, .link_trash:hover {
  opacity: 0.7;
  filter: alpha(opacity=0.7);
}

.link_active_channels.current, .link_archived_channels.current, .link_starred_channels.current {
  background: #33b809;
}

#feedback {
  right: -66px;
  height: 104px;
  width: 104px;
  position: fixed;
  top: 50%;
  z-index: 3;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  filter: progid:dximagetransform.microsoft.basicimage(rotation=3);
}

#feedback a {
  display: block;
  background: #999;
  padding: 10px;
  color: #fff;
  font-weight: bold;
  border-radius: 5px 5px 0 0;
  text-align: center;
  text-shadow: 1px 1px 1px #616161;
}

#feedback a:hover {
  background: #444;
}

#feedback_form textarea {
  padding: 5px;
  width: 300px;
  height: 120px;
  font-size: 12pt;
  color: #444;
  margin: 0 auto;
  border-radius: 3px;
  outline: none;
  overflow: auto;
}

#feedback_feeling {
  margin: 20px 0 0;
  padding: 15px 0;
  border-top: 1px solid #eee;
}

#feedback_feeling strong {
  font-size: 10pt;
  margin-top: 2px;
}

#feedback_feeling .make_me_feel {
  margin: 0 3px;
}

#feedback_feeling .happy {
  margin-left: 15px;
}

#feedback_form #cancel {
  margin-right: 40px;
  margin-top: 20px;
  outline: none;
}

#feedback_form #add {
  margin-top: 20px;
  outline: none;
}

#mobile-drawer {
  display: none;
}

#mobile-drawer ul {
  text-align: right;
  position: absolute;
  top: 49px;
  background: #444;
  color: #fff;
  right: 14px;
  border-radius: 0 0 3px 3px;
}

#mobile-drawer ul li {
  padding: 3px 7px !important;
}

#mobile-search {
  display: none;
}

.mobile-cancel-search {
  position: relative;
  float: right;
  background: url("../images/cross_nobg.svg") no-repeat 50%;
  background-size: 8px 8px;
  width: 20px;
  margin: 0 -5px;
  height: 25px;
}

#mobile-search-container {
  background: #fff;
  border-left: 1px solid #888;
  border-bottom: 1px solid #888;
  border-right: 1px solid #888;
  padding: 5px;
  width: 130px;
  height: 25px;
  position: absolute;
  right: 11px;
  border-radius: 0 0 3px 3px;
}

#mobile-panel {
  position: fixed;
  z-index: 999;
  background: #fff;
  height: 100%;
  width: 100%;
}

#mobile-panel-header {
  position: fixed;
  width: 100%;
  top: 0;
}

#mobile-panel-header h2 {
  color: #444;
  padding: 9px 20px 14px;
  font-size: 16pt;
}

#mobile-panel-search-container {
  width: 100%;
  text-align: center;
}

input#mobile-panel-search {
  padding: 6px 0;
  width: 90%;
  margin: 0 auto;
}

button#mobile-panel-new {
  font-size: 10pt;
  border-radius: 5px;
  border: none;
  color: #fff;
  background: #40ad48;
  position: absolute;
  top: 8px;
  right: 16px;
  outline: none;
  vertical-align: middle;
  padding: 5px;
}

button.mobile-panel-add img {
  height: 34px;
  display: block;
  position: absolute;
  top: 3px;
  right: 2px;
}

button.mobile-panel-goback img {
  height: 26px;
  display: block;
  position: absolute;
  top: 6px;
  right: 5px;
}

.mobile-panel-no-results {
  font-size: 14pt;
  margin: 30px 0 0;
  text-align: center;
  color: #444;
}

.mobile-panel-no-results button.mobile-panel-goback {
  color: #fff;
  background: #999;
  border-radius: 50%;
  width: 32px;
  display: block;
  margin: 15px auto;
  height: 32px;
  border: none;
  position: relative;
}

.mobile-panel-no-results button.mobile-panel-goback img {
  top: 6px;
}

#mobile-panel-content {
  border-top: 1px solid #ddd;
  overflow: auto;
  background: #fff;
  position: fixed;
  top: 85px;
  width: 100%;
}

#mobile-panel-content .loading_results {
  margin: 30px auto;
}

#mobile-panel-footer {
  position: fixed;
  bottom: 0;
  padding: 0;
  width: 100%;
  background: #f7f7f7;
  border-top: 1px solid #ddd;
}

#mobile-panel-footer button {
  width: auto;
  padding: 7px 5px;
  border-radius: 5px;
  color: #fff;
  font-size: 10pt !important;
  border: none;
  outline: none;
}

#mobile-panel-footer button#add {
  background: #40ad48;
}

#mobile-panel-footer button#cancel {
  background: #999;
}

#mobile-panel #mobile-items {
  height: 300px;
  overflow-y: auto;
  overflow-x: hidden;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

#mobile-panel h3 {
  font-size: 13pt;
  padding: 0 10px 20px;
}

#mobile-panel img.file_icon {
  margin: 0 3px;
}

#mobile-panel img.folder {
  margin-top: 1px;
  margin-right: 3px;
}

#mobile-panel img.file {
  border: 1px solid #ddd;
  margin-top: 1px;
  margin-right: 3px;
}

#mobile-panel #button_container {
  margin: 5px 20px;
}

#mobile-panel li {
  padding: 5px;
  cursor: pointer;
}

#mobile-panel li span.company, #mobile-panel li span.email {
  font-size: 8pt;
  color: #737373;
  display: block;
  margin-bottom: 0;
  width: auto;
  text-overflow: ellipsis;
  overflow: hidden;
  height: auto;
  margin-top: 1px;
}

#mobile-panel .selected {
  background: #e2e2e2;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

#mobile-panel li span {
  display: block;
  font-size: 10pt;
}

#mobile-panel li span.name, #mobile-panel li span.email {
  padding: 0 5px;
}

#mobile-panel-content .mobile-file img {
  margin: 6px 3px;
}

#mobile-panel-content .mobile-file .file-img {
  display: inline-block;
  vertical-align: middle;
}

#mobile-panel-content .mobile-file .file-info {
  display: inline-block;
  vertical-align: middle;
  width: 250px;
}

#mobile-panel-content .mobile-file .file-info .name {
  padding: 0;
  line-height: 1.4;
  font-size: 9pt;
}

#mobile-panel li span.tiny {
  font-size: 8pt;
  line-height: 1.4;
  color: #737373;
}

#mobile-panel .mobile-file .info {
  margin-top: 3px;
}

#mobile-panel-contact-form {
  margin: 22px 30px;
  color: #444;
}

#mobile-panel-contact-form input[type=checkbox] {
  width: auto;
  margin: 5px;
}

#mobile-panel-contact-form label {
  padding-bottom: 3px;
}

#mobile-panel-contact-form .noti .switch {
  margin: 1px 2px 0 0;
}

#mobile-panel-contact-form .modalBoxLabel {
  color: #444;
}

#mobile-panel-contact-form input {
  margin: 0 0 15px;
  padding: 7px 0;
  width: 100%;
}

.choose-from-panel {
  margin-bottom: 15px;
}

.choose-from-panel a, .file-area .upload_file {
  text-align: center;
}

.choose-from-panel a {
  display: none;
}

.file-area .upload_file {
  padding: 8px;
  width: auto;
  color: #808080;
  background: #f7f7f7;
  border: 1px solid #b5b5b5;
  display: block;
  height: auto;
  text-indent: 0;
}

.file-area .upload_file:hover {
  background: #fff;
}

div.files {
  margin: 20px 45px;
  padding: 0;
}

h3.gotham_medium span.edit_text input {
  font-size: 12px;
}

#apps_download {
  padding-bottom: 21px;
}

div#options_details div#apps_download a#outlook_help, div#options_details div#profilecredeon a#credeon_help {
  float: none;
  text-decoration: underline;
  margin-right: 0;
}

img.officelogo, img.credeonlogo {
  width: 150px;
}

div#options_details p.smaller {
  font-size: 11pt;
  padding-top: 10px;
  width: 70%;
}

a.not_active {
  pointer-events: none;
  cursor: default;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

a.not_active .name {
  text-decoration: line-through;
}

.channel-files-container .fileblock.selected:hover {
  background: #ccc;
}

div[id$=small_pages] div.register_login_main form#paymentmethod input[type=submit] {
  margin: 13px 5px 25px 20px;
}

div.register_login_main form#paymentmethod select#id_cc_exp_mo {
  margin-left: 93px;
}

div.register_login_main form#paymentmethod select#id_cc_exp_yr {
  width: 70px;
}

a#change_password_continue {
  text-decoration: underline;
  color: blue;
  line-height: 50px;
}

#panel-contact-list .contact_container {
  position: relative;
}

div.invalid_email {
  background: url("../images/warning_radeonred.svg");
  height: 16px;
  width: 16px;
  position: absolute;
  top: 0;
  right: 0;
}

div.contact_managment_name_and_picture {
  position: absolute;
}

div.invalid-email-tooltip-contactmanagement {
  left: 17px;
  top: -6px;
}

div.shared_email {
  background: url("../images/shared_contact_green.svg");
  background-size: 16px 17px;
  height: 16px;
  width: 16px;
  position: absolute;
  top: 0;
  right: 0;
}

div.channel-contacts .invalid_email, ul.owner .invalid_email {
  top: -5px;
  right: -5px !important;
}

#starred-contact-list .contact_container {
  position: relative;
}

#panel-contact-list .invalid_email, #starred-contact-list .invalid_email {
  left: 27px;
  top: -5px;
}

#panel-contact-list .shared_email, #starred-contact-list .shared_email {
  left: 26px;
  top: -4px;
}

#panel-contact-list .isgroup .shared_email, #starred-contact-list .isgroup .shared_email {
  top: 0;
}

p.force_password {
  font-size: 10pt;
  padding-bottom: 7px;
}

p.pass_policy_text {
  padding: 5px 0 0;
}
p.pass_policy_text.gotham_book {
  width: inherit;
}

label.modalBoxLabel {
  font-size: 10pt;
}

ul.panel-list li .isgroup img {
  border: none;
}

.passwordrules {
  width: 205px;
  padding: 14px 0 0 7px;
}

.empty-user-name {
  color: grey;
  font-style: italic;
}

span.member-admin-title {
  font-size: 9pt;
}

input[name=member_admin] {
  vertical-align: middle;
}

#edit_member_form hr {
  border-top: 1px solid #e7e7e7;
  margin: 15px 0 5px;
}

a.unshare {
  background: url("../images/cross_radeonred.svg") no-repeat 0 !important;
  width: 25px !important;
  height: 26px !important;
  z-index: 10;
  display: block;
  margin: 3px 0;
}

div.share-actions {
  float: left;
  margin: 10px 15px 0 5px;
}

.group-name {
  margin: 6px 0 0;
}

.isgroup .group-name {
  cursor: pointer;
}

.shared-current-folder {
  margin: 20px 0 0;
}

.shared-current-folder h4 {
  border-bottom: 1px solid #eee;
  padding: 5px 0;
}

a.goback {
  margin: 10px 0;
}

.contacts-list {
  margin-bottom: 20px;
}

.contacts-list li.current {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.members_header {
  margin: 20px 0 0;
  color: #363636;
}

.users h4.gotham_book {
  width: 290px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.member-list a.edit {
  display: inline-block;
}

.member-list .edit_member {
  color: #4f4f4f;
}

.users.subscription-admin .last_login {
  color: #737373;
}

.contacts-list .group-name {
  margin: 15px 0 0;
}

.manage_users .users li .isgroup img {
  border: none;
}

.shared-breadcrumb .go-up {
  border: none;
  width: auto;
  padding: 10px 0;
}

.contacts-list ul.users {
  margin: 10px 0;
}

.shared-breadcrumb .go-up:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

.shared-breadcrumb .drag-over {
  background: none;
}

.contacts-list .isgroup img {
  cursor: pointer;
}

.contacts-list .isgroup .folder-wrapper:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

div.folder-wrapper {
  width: 400px;
  display: block;
  height: 44px;
  float: left;
}

form#twofactor_setup ul {
  margin-bottom: 15px;
}

input[name=channel_admin] {
  margin: 5px 0;
}

.login_footer, .ql-editor.custom-login-text {
  font-size: 12px;
  padding: 0 24px 10px 0;
}

#options_header ul li img {
  display: block;
  margin: 2px auto 7px;
}

.admin-panel-header-icon {
  height: 30px;
  width: 30px;
}

#options_header ul li i {
  display: block;
  margin: 2px auto 7px;
  width: 35px;
  height: 39px;
}

input#add {
  width: auto;
}

a.load_all.loading {
  background-image: url("../images/loading_spin.svg");
}

.contact-info-box span {
  display: block;
}

.contact-info-box h3 {
  font-size: 9pt;
  display: inline-block;
  vertical-align: top;
  margin-top: 2px;
}

.contact-info-box .star {
  display: inline-block;
  height: 17px;
  width: 18px;
}

.contact-info-box .add {
  display: block;
  height: 18px;
  width: 18px;
  float: left;
}

span.ingroup {
  display: block;
  line-height: 10pt;
  font-size: 8pt;
  width: 130px;
  padding-bottom: 5px;
}

div.popup-actions {
  display: block;
  margin: 5px 0;
}

div.popup-info {
  display: block;
}

div.popup-actions .tooltipRemove {
  background: url("../images/remove_contact_light.svg") no-repeat !important;
  background-size: 19px 28px !important;
  width: 19px;
  height: 19px;
  border: 0;
  padding: 0;
  margin: 0;
  display: block;
  float: right;
}

.titanfile-tooltipster .tooltipster-box {
  background: #333;
  opacity: 0.9 !important;
  filter: alpha(opacity=90);
  border-radius: 7px;
  border: 1px solid #222;
  color: #fff;
}
.titanfile-tooltipster .tooltipster-box .tooltipster-content {
  font-family: Arial, sans-serif;
  font-size: 11px;
  line-height: 16px;
  padding: 8px;
}
.titanfile-tooltipster .tooltipster-arrow .tooltipster-arrow-border {
  border-bottom-color: inherit;
}
.titanfile-tooltipster .tooltipster-arrow .tooltipster-arrow-background {
  border-bottom-color: inherit;
}

input[type=radio] {
  vertical-align: 2px;
}

#panel-contact-list .contact_container img, #starred-contact-list .contact_container img {
  display: inline-block;
}
#panel-contact-list .contact_container span.block, #starred-contact-list .contact_container span.block {
  display: inline-block;
  padding: 1px 0 0;
  vertical-align: top;
  margin-left: 5px;
}
#panel-contact-list .contact_container.isgroup span.block, #starred-contact-list .contact_container.isgroup span.block {
  padding: 11px 0 0;
}
#panel-contact-list .contact_container .group-name, #starred-contact-list .contact_container .group-name {
  margin: 0;
}

.share-actions a.edit_contact {
  display: block;
  margin: 0px 4px;
  width: 24px;
  height: 24px;
  background-size: 24px 24px !important;
}

.manage_users span.company {
  width: 250px;
  height: 20px;
}

span.details-company {
  overflow: hidden;
  text-overflow: ellipsis;
}

.notifications_header span {
  display: inline-block;
  vertical-align: top;
}

.notifications_header .mark_notifications {
  padding: 4px;
  font-size: 8pt;
  margin-left: 35px;
  font-weight: normal;
}

.notifications_header .mark_notifications:hover {
  background-position: -25px;
}

.notifications_header .notification_settings {
  text-indent: -9999px;
  background: url("../images/gear.svg");
  background-size: 22px;
  height: 22px;
  width: 22px;
  display: block;
  margin-top: 1px;
  opacity: 0.8;
  filter: alpha(opacity=80);
  margin-left: 3px;
}

.notifications_container .help a {
  font-weight: normal;
}

.all_notifications .clear_notifications, .all_notifications .mark_notifications {
  font-weight: normal;
  margin-right: 5px;
}

#newFolderContainer .btn-update, #newFolderContainer .btn-cancel {
  width: calc((100% - 1em) / 2);
}
#newFolderContainer .btn-cancel {
  margin: 0 auto;
}
#newFolderContainer .btn-cancel.cancel-edit-contact {
  margin-left: 10px;
}

#addPersonFormContainer.remove .addPersonForm.noti {
  margin-top: 10px;
}
#addPersonFormContainer.remove .addPersonForm.noti.checkboxes label.modalBoxLabel {
  font-size: 10pt;
  color: #333;
}

#addPersonFormContainer.remove {
  width: 350px;
}
#addPersonFormContainer.remove .btn-update, #addPersonFormContainer.remove .btn-cancel {
  width: calc((100% - 1em) / 2);
}

#addPersonFormContainer p.remove_text {
  font-size: 11pt;
  overflow: hidden;
  text-overflow: ellipsis;
}

#addPersonFormContainer p.member_edit_text {
  font-size: 11pt;
  margin-bottom: 5%;
  overflow: hidden;
  text-overflow: ellipsis;
}

#addPersonFormContainer .buttonPanel .btn-update, #addPersonFormContainer .buttonPanel .btn-cancel {
  width: calc((100% - 1em) / 2);
}
#addPersonFormContainer .buttonPanel .btn-cancel {
  margin: 0 auto;
}

span.red {
  padding: 0 3px;
  color: red;
  font-size: 11pt;
}

#addPersonFormContainer .modalBoxLabel,
.reassign-container .modalBoxLabel {
  color: #737373;
  line-height: 1;
  margin-bottom: 3px;
  vertical-align: top;
}

#addPersonFormContainer .iti__country {
  margin: 0px;
}
#addPersonFormContainer #phone-input {
  width: 290px;
}
#addPersonFormContainer .single-multiple-link {
  font-size: 10pt;
  color: #2e7c9d;
  text-decoration: underline;
  margin-top: 5px;
  display: inline-block;
}

.duo-edit .modalBoxLabel,
.duo-edit input[type=text],
.duo-edit span.field_error {
  margin-left: 30px;
}

.duo-setup .duo-config-items {
  list-style-type: none;
}
.duo-setup .duo-config-items li {
  margin: 10px;
}
.duo-setup input[type=button] {
  width: 245px;
  margin-bottom: 20px;
}

.appears_channel_name {
  display: block;
  width: 130px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

#accessHeader {
  display: flex;
  justify-content: center;
}

li.channelSliding .icons {
  width: auto;
  padding-top: 5px;
}
li.channelSliding .icons.stopper img {
  display: inline;
}
li.channelSliding .icons.stopper img.cseicon {
  display: none;
}
li.channelSliding.credeon .icons.stopper img.cseicon {
  display: inline;
  padding: 0;
}

div#tf-password-container {
  width: 300px;
  overflow: visible;
}
div#tf-password-container p {
  font-size: 10pt;
}
div#tf-password-container input[type=password] {
  margin: 20px auto 5px auto;
  width: 290px;
  padding: 5px;
}
div#tf-password-container input[type=radio] {
  vertical-align: middle;
  margin: 5px;
}
div#tf-password-container .twofactor-radio {
  font-size: 13px;
}
div#tf-password-container .radios {
  text-align: center;
}
div#tf-password-container .scratchcodes {
  margin-top: 20px;
}
div#tf-password-container .scratchcodes .scratchcode {
  width: 40%;
  margin-left: 30px;
  font-weight: bold;
}
div#tf-password-container.channel-password input[type=text],
div#tf-password-container.channel-password input[type=password] {
  margin: 0;
  margin-bottom: 8px;
  min-width: 96%;
  padding: 5px;
  display: inline-block;
}
div#tf-password-container .copy-to-clipboard {
  font-size: 11pt;
  display: inline-block;
}
div#tf-password-container .copy-to-clipboard.disabled {
  opacity: 0.5;
}
div#tf-password-container #duo_iframe {
  width: 113%;
  height: 220px;
  margin: 15px 0 -20px -20px;
}
div#tf-password-container .center-xlate {
  transform: translate(50%, 0);
}
div#tf-password-container.center {
  text-align: center;
}
div#tf-password-container .preparefor2fa {
  margin: 2rem 0;
  height: 3rem;
}
div#tf-password-container .duo-outer {
  position: relative;
}
div#tf-password-container .duo-method {
  margin: 1rem 0 1.8rem 0;
}
div#tf-password-container .duo-method .taller {
  margin-bottom: 0.8rem;
}
div#tf-password-container .duo-method.disabled {
  opacity: 0.5;
}
div#tf-password-container .duo-otp {
  margin-top: 1.6rem;
}
div#tf-password-container .loading {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -20%);
  z-index: 100;
}
div#tf-password-container .duo-admin-text {
  margin: 1rem;
  padding: 1rem;
  border: 2px solid #777;
  border-radius: 8px;
  background-color: #eee;
}
div#tf-password-container .btn-update, div#tf-password-container .btn-cancel {
  width: calc((100% - 1em) / 2);
}
div#tf-password-container .btn-cancel {
  margin: 0 auto;
}
div#tf-password-container .tf-password-field-container {
  display: flex;
  align-items: center;
}
div#tf-password-container .tf-password-field-actions {
  font-size: 16px;
  transform: translate(-160%, -25%);
  display: flex;
  flex-direction: row;
  column-gap: 8px;
}
div#tf-password-container .tf-password-field-actions .disabled {
  opacity: 0.5;
}

i.infoboxicon.fa {
  font-size: 16px;
  color: #333;
  margin: 6px;
}

.speaker .infoboxicon.fa {
  margin-top: 9px;
}

a.contact_container.contact_info_tooltip {
  position: relative;
}
a.contact_container.contact_info_tooltip .contact_avatar {
  height: 48px;
  width: 48px;
  border: solid 0.5px #ababab;
  border-radius: 5px;
}

.uploading .file_container {
  display: inline-block;
  width: 145px;
  margin: 0 0 3px 4px;
  vertical-align: top;
}

.upload_error .filename.error {
  display: block;
}

.uploading .file_container span.name {
  margin: 5px 0 0;
}

.uploading .file_container span.progress {
  margin-top: 2px;
}

.pw_message_container {
  padding: 10px 0px;
}

.credeon_form_error,
.form_error {
  color: red;
  font-size: 12px;
}

.phonesmserror, .phonevoiceerror {
  padding-left: 5px;
  color: red;
  font-size: 12px;
}

.password_reset_helper {
  font-size: 12px;
  float: right;
}

.pw_message_container .password_reset_helper,
.pw_message_container .credeon_form_error {
  vertical-align: top;
}

.fa.play_video_button {
  font-size: 18px;
}

@media screen and (min-height: 350px) {
  video.video-player.ui-dialog-content {
    max-height: 300px;
  }
}
@media screen and (min-height: 550px) {
  video.video-player.ui-dialog-content {
    max-height: 500px;
  }
}
@media screen and (min-height: 650px) {
  video.video-player.ui-dialog-content {
    max-height: 600px;
  }
}
@media screen and (min-height: 750px) {
  video.video-player.ui-dialog-content {
    max-height: 700px;
  }
}
video.video-player {
  max-width: 95%;
  max-height: 240px;
}

.appears_channel_name img {
  vertical-align: middle;
}

.link_draft_channels i.fa-pencil-square, .link_trashed_channels i {
  font-size: 18px;
  color: #4f4f4f;
  line-height: 17px !important;
  vertical-align: top;
  margin-top: 5px;
}

span.progress_label {
  display: inline-block;
  width: 300px;
}

.word-wrap {
  -ms-word-break: break-all;
  word-break: break-word;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}

.notification_header {
  display: flex;
  flex-wrap: wrap;
}

.title_notification_header {
  margin-right: auto;
}

.notification_clear_and_read_buttons {
  display: flex;
  flex-wrap: wrap;
  white-space: nowrap;
}

.notification-item .notification-avatar {
  height: 100%;
  max-height: 48px;
  max-width: 48px;
}

.notification-item .notification-text {
  display: inline-flex;
  flex-direction: column;
  font-size: 8pt;
  line-height: 12pt;
  width: 165px;
}

.notifications_container {
  cursor: default;
}

.notification-item a, .notification-item p {
  display: flex;
  justify-content: space-around;
}

.notification-item > p {
  height: 100%;
}

.notification-item:hover, .allnotificationList li:hover {
  background: #f5f5f5;
}

.all-notification-item a, .all-notification-item p {
  display: flex;
  margin: 0;
  padding: 0;
}

.all-notification-item a img, .all-notification-item p img {
  margin: auto;
  display: inline-block;
  vertical-align: top;
}

.all-notification-item a .date, .all-notification-item p .date {
  vertical-align: middle;
  margin: auto;
  width: 190px;
}

.all-notification-item .description {
  margin: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  width: 80%;
}

li.message-item .middle em {
  font-style: italic;
}

div.file-area .buttons a {
  margin: 0 5px;
}

div.choose-from-panel {
  margin: 0;
  float: left;
}

div.choose-from-panel a {
  font-size: 9pt;
  font-weight: bold;
  border-radius: 3px;
  padding: 3px;
}

div.choose-from-panel .upload_file {
  padding: 5px 7px 4px;
}

#new-message div.speaker_msg {
  display: block;
  font-size: 14px;
  padding-right: 15px;
  box-sizing: border-box;
  overflow: hidden;
}

body.hover .file-area .choose-from-panel .upload_file {
  display: none;
}

body.mobile .file-area .choose-from-panel .upload_file {
  display: block;
}

div.file-area {
  padding-top: 13px;
  padding-right: 20px;
  position: relative;
}

div.speaker_msg ul, div.speaker_msg ol, li.message-item ul, li.message-item ol {
  padding: 0 !important;
}

#conv_details div.speaker_msg ul {
  margin: 0 16px;
  list-style: disc;
  font-size: 14px;
}

li.message-item ul {
  list-style-type: none;
}

.message-item ul > li::before {
  content: "•";
  margin-right: 0.3em;
  font-size: 19px;
  line-height: 14px;
  vertical-align: -10%;
}

#conv_details div.speaker_msg ol {
  margin: 0 20px;
  font-size: 14px;
}

li.message-item ol {
  list-style-type: decimal;
}

div.speaker_msg ul li, div.speaker_msg ol li, li.message-item ul li, li.message-item ol li {
  border: none !important;
  padding: 0 !important;
}

li.message-item .middle ul {
  margin: 5px 6px;
  font-size: 14px;
}

li.message-item .middle ol {
  margin: 5px 18px;
  font-size: 14px;
}

div.speaker_msg blockquote, li.message-item blockquote {
  padding: 10px;
  border-left: 4px solid #ccc;
  quotes: none;
  margin: 5px 0;
  font-style: italic;
}

li.message-item a {
  text-decoration: underline;
  color: #0782c1;
}

#new-message em, li.message-item .middle em {
  font-style: italic;
}

li.message-item .middle u {
  text-decoration: underline;
}

li.message-item .middle s {
  text-decoration: line-through;
}

div.speaker_msg h1, div.speaker_msg h2, div.speaker_msg h3, div.speaker_msg h4, div.speaker_msg h5, div.speaker_msg h6, #conv_details li.message-item .middle h1, #conv_details li.message-item .middle h2, #conv_details li.message-item .middle h3, #conv_details li.message-item .middle h4, #conv_details li.message-item .middle h5, #conv_details li.message-item .middle h6 {
  margin: 5px 0;
  padding: 0 !important;
}

div.speaker_msg p, li.message-item .middle p {
  padding: 0 !important;
}

#conv_details div.speaker_msg h1, #conv_details li.message-item h1 {
  font-size: 2em;
}

#conv_details div.speaker_msg h2, #conv_details li.message-item h2 {
  font-size: 1.5em;
}

#conv_details div.speaker_msg h3, #conv_details li.message-item h3 {
  font-size: 14px;
}

.speaker {
  white-space: nowrap;
  text-overflow: ellipsis;
}

li.message-item .middle h5 {
  font-size: 11pt;
}

li.message-item .middle h6 {
  font-size: 9pt;
}

div.speaker_msg pre, li.message-item .middle pre {
  font-family: monospace;
  font-size: 14px;
  padding: 0;
}

div.speaker_msg address, li.message-item .middle address {
  font-style: italic;
}

div.speaker_msg table, li.message-item .middle table {
  margin: 10px 0;
  font-size: 14px;
}

div.speaker_msg td, li.message-item .middle td {
  border: 1px solid #ddd;
  padding: 5px;
}

div.speaker_msg th, li.message-item .middle th {
  padding: 5px;
}

div.speaker_msg thead, li.message-item .middle thead {
  background: #ccc;
  border: 1px solid #ddd;
}

div.speaker_msg caption, li.message-item .middle caption {
  font-weight: bold;
}

li.message-item .message_files {
  margin: 10px 0 0;
  max-width: 100%;
}
li.message-item .message_files span.name {
  overflow-x: hidden;
  text-overflow: ellipsis;
}

li.message-item a.message_file_download {
  text-decoration: none;
  max-width: 100%;
}
li.message-item a.message_file_download.regless {
  cursor: default;
  pointer-events: none;
}

div.speaker_msg a {
  color: #0782c1;
  text-decoration: underline;
}

.message-item .speaker_avatar img {
  vertical-align: top;
  max-width: 100%;
  height: 48px;
  width: 48px;
}

.loading-editor {
  text-align: center;
}

li.message-item div.middle {
  width: 95%;
}

li.message-item div.links a.disabled {
  opacity: 0.5;
}

li.message-item {
  position: relative;
}

li.message-item .links {
  position: absolute;
  top: 40px;
  right: 10px;
  width: 200px;
}

li.message-item .middle {
  font-size: 14px;
}

li.message-item .middle p {
  font-size: 14px;
}

.new-message-container {
  align-items: flex-start;
  flex-wrap: nowrap;
}
.new-message-container .speaker_avatar {
  flex-basis: 61px;
  padding-top: 7px;
}
.new-message-container .speaker_avatar img {
  height: 48px;
  width: 48px;
}
.new-message-container .message-container {
  flex-grow: 1;
  width: 96%;
}

.sending {
  background: #808080;
  border: 1px solid #5c5c5c;
  cursor: default;
}
.sending:hover {
  background: #808080;
}

div.tf-confirm {
  z-index: 9999999;
  background: #fff;
  padding: 15px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 3px;
  border: 1px solid #7b7b7b;
  width: 270px;
  text-align: center;
  cursor: default;
  box-shadow: 0 1px 20px #666;
}
div.tf-confirm #confirm-dialog:focus-visible, div.tf-confirm #confirm-dialog focus-visible {
  outline: none;
}
div.tf-confirm .filter-rows {
  text-align: left;
  padding-bottom: 20px;
}
div.tf-confirm .filter-rows .filter-row-title {
  font-weight: bold;
  padding-bottom: 2px;
  font-size: 14px;
}
div.tf-confirm .filter-rows input[type=checkbox].css-checkbox + label.css-label {
  font-size: 14px;
}
div.tf-confirm .filter-rows #optional-columns {
  display: flex;
  flex-direction: column;
  height: 250px;
  flex-wrap: wrap;
}
div.tf-confirm.export-csv {
  width: 380px;
}

.bulk-warning-message {
  display: flex;
}
.bulk-warning-message span {
  color: #f19a45;
  font-weight: bold;
  font-size: 14px;
}

@media only screen and (max-width: 430px) {
  div.tf-confirm.export-csv {
    width: 300px;
  }
}
@media only screen and (max-width: 350px) {
  div.tf-confirm.export-csv {
    width: 270px;
  }
}
@media only screen and (max-height: 550px) {
  #optional-columns-container {
    overflow: auto;
    max-height: 100px;
  }
}
div.tf-confirm.wide {
  width: 334px;
}
div.tf-confirm.wider {
  width: 505px;
}

.ui-widget #expiry-date {
  height: 30px;
  background: white;
  border: none;
  border-radius: 6px;
  display: inline-block;
  width: 90px;
  box-shadow: none;
  box-sizing: border-box;
  color: black;
  font-size: 15px !important;
  font-weight: normal;
  padding: 3px;
}
.ui-widget #expiry-date:disabled {
  opacity: 1;
}

.button-container {
  text-align: center;
  display: flex;
}
.button-container button:disabled {
  cursor: default;
  opacity: 0.6;
  pointer-events: none;
}

.button-container button {
  flex: 1;
}

div.tf-confirm .success, div.tf-confirm .cancel, .report-filter button,
#datepicker-form .success, #datepicker-form .cancel, .green-button, .grey-button {
  border: none;
  padding: 8px 25px;
  color: #fff !important;
  border-radius: 3px;
  margin: 0 3px;
  box-shadow: none;
}

div.tf-confirm .success, .report-filter button, #datepicker-form .success, .green-button {
  background: #41AD49;
  border: 1px solid #40ad48;
}

div.tf-confirm .cancel, #datepicker-form .cancel, .grey-button {
  background: #f4f4f4;
  border: 1px solid #828282;
  color: #767676 !important;
}

.twofactorpopupconfirm .cancel {
  background: #888;
  border: 1px solid #777;
  margin-top: 10px !important;
  width: 81%;
}

div.tf-confirm .success:hover, #datepicker-form .success:hover, .green-button:hover {
  background: #298831;
}

div.tf-confirm .cancel:hover, #datepicker-form .cancel:hover, .grey-button:hover {
  border: 1px solid #888888;
  color: #fff !important;
  background: #888888;
}

div.tf-confirm .confirm-text {
  overflow-wrap: break-word !important; /* For other browsers */
  word-wrap: break-word; /* Used for IE11 */
  margin-bottom: 25px;
}
div.tf-confirm .confirm-text .retroactive-configs {
  padding-top: 5px;
  display: inline-block;
}

div.tf-confirm .confirm-text a {
  text-decoration: underline;
}

#session-countdown-success {
  margin: 0 2px;
}

#conv_details ul li .middle p.empty {
  margin-bottom: 0;
  line-height: 16px;
}

#conv_details ul li .middle p.tf-message {
  line-height: 16px;
}

div.speaker_avatar {
  display: inline-block;
  vertical-align: top;
}

li.message-item div.speaker_avatar {
  padding-right: 8px;
  padding-top: 3px;
}

div.speaker_text {
  display: inline-block;
  vertical-align: top;
  width: 90%;
  line-height: 1.42;
  word-wrap: break-word;
}

.mobile-group-name {
  margin: 4px 0 0;
}

p.forgot-password {
  float: right;
  font-size: 9pt;
  margin-right: 29px;
}

.remember-and-forgot-row {
  margin: 20px 0px 8px 0px;
}

input#reassignchannel {
  margin: 8px auto 16px auto;
}

input#renameuser {
  margin: 3px auto 13px;
}

input#changecompany {
  margin: 3px auto;
}

.vault_label {
  font-weight: bold;
}

div.ooo_date_container {
  padding: 10px 0;
}

span.ooo_start_text, span.ooo_end_text {
  font-size: 13px;
}

span.ooo_end_text {
  padding-right: 4px;
}

.ui-datepicker-trigger, .ui-widget button.ui-datepicker-trigger {
  background: none;
  border: none;
  padding: 0px;
  width: 15px;
  vertical-align: middle;
}

div.ooo_message_container span {
  font-size: 13px;
}

div.ooo_message_container textarea {
  border-radius: 3px;
  padding: 5px;
}

div.ooo_message_container {
  padding-bottom: 20px;
}

span.ooostart_date_text, span.oooend_date_text {
  font-size: 12px;
}

div.ooo_message_container input.subject {
  padding: 5px;
  margin-bottom: 15px;
  width: 70%;
  min-width: 300px;
}

div.ooo_message_container span.label {
  padding-bottom: 3px;
}

div.ooo_message_container ol, div.ooo_message_container ul {
  padding: 0 !important;
}

div.ooo_message_container ul {
  margin: 0 16px;
  list-style: disc;
  font-size: 14px;
  list-style-type: disc;
}

div.ooo_message_container ol {
  margin: 0 20px;
  font-size: 14px;
  list-style-type: decimal;
}

div.ooo_message_container ul li, div.ooo_message_container ol li {
  border: none !important;
  padding: 0 !important;
}

div.ooo_message_container blockquote {
  padding: 10px;
  border-left: 4px solid #ccc;
  quotes: none;
  margin: 5px 0;
  font-style: italic;
}

div.ooo_message_container a {
  color: #0782c1;
  text-decoration: underline;
}

div.ooo_message_container em {
  font-style: italic;
}

div.ooo_message_container u {
  text-decoration: underline;
}

div.ooo_message_container s {
  text-decoration: line-through;
}

div.ooo_message_container h1, div.ooo_message_container h2, div.ooo_message_container h3, div.ooo_message_container h4, div.ooo_message_container h5, div.ooo_message_container h6 {
  margin: 5px 0;
  padding: 0 !important;
}

div.ooo_message_container p {
  margin-bottom: 5px;
  padding: 0 !important;
}

div.ooo_message_container h1 {
  font-size: 22px;
}

div.ooo_message_container h2 {
  font-size: 18px;
}

div.ooo_message_container h3 {
  font-size: 14px;
}

div.ooo_message_container h4 {
  font-size: 11pt;
}

div.ooo_message_container h5 {
  font-size: 9pt;
}

div.ooo_message_container pre {
  font-family: monospace;
  font-size: 14px;
  padding: 0;
}

div.alert a {
  color: #444;
}

input[name=defaults_update] {
  margin-top: 10px;
}

i.active_green {
  color: #22b80b;
}

.manage_users div.delegates-list h4 {
  color: #444;
  margin: 0;
  padding-bottom: 15px;
}

div.delegates-list a.add_delegate {
  margin-left: 20px;
  margin-top: -9px;
}

div.delegates-list span.delegate-name {
  display: block;
  float: left;
  margin: 2px 10px 0 0;
}

div.delegates-list span.delegate-email {
  font-size: 12px;
  color: #757575;
  display: block;
  float: left;
  margin: 2px auto;
}

div.delegates-list ul.members-delegates li {
  margin-bottom: 15px;
}

div.delegates-list div.delete_user {
  margin-left: 18px;
}

div.delegate-item {
  padding-top: 15px;
}

input.delegate {
  width: 250px;
  margin-left: 22px;
  font-size: 13px !important;
}

label.delegate {
  margin-left: 22px;
}

.manage_users .users li.member_delegate {
  width: auto;
  justify-content: space-between;
}

li.message-item b, li.message-item strong {
  font-weight: bold;
}

li.message-item i {
  font-style: italic;
}

li.message-item i.fa {
  font-style: normal;
}

div.contact_mgmt {
  margin: 0 20px;
}

div.contact_mgmt h3 {
  font-size: 13px;
}

div.contact-mgmt-header {
  margin-top: 20px;
}

div.contact-mgmt-actions {
  padding-top: 5px;
}

div.contacts_search_in_contacts_management {
  display: inline-grid;
  width: min-content;
}

div.contacts_search .contain {
  display: flex;
  margin: 5px auto;
  border-radius: 5px;
  border: 1px solid #ccc;
  width: 165px;
}
div.contacts_search .contain .contact_search_input {
  border: none;
  box-shadow: none;
  background: transparent;
  outline: none;
  width: 135px;
}
div.contacts_search .contain .search_info {
  text-align: -webkit-center;
}

div#contact-mgmt-list {
  margin: 20px 0 60px;
}

div#contact-mgmt-list ul > li {
  border: none;
  clear: both;
  padding: 0;
  border-top: 1px solid #e3e3e3;
  font-size: 13px;
}

div#contact-mgmt-list .right {
  height: auto;
  font-size: inherit;
  line-height: inherit;
}

div#contact-mgmt-list ul {
  padding: 0;
}

.contact_company {
  width: 20%;
}

@media only screen and (max-width: 1145px) {
  .contact_company {
    display: none;
  }
  .contact_email {
    width: 25%;
  }
}
.contact_email {
  width: 15%;
  min-width: 100px;
}

.non_admin_contact {
  width: 50%;
}

.non_admin_info {
  width: 25%;
}

.contact_2fa_number {
  width: 15%;
}

@media only screen and (max-width: 890px) {
  .contact_2fa_number {
    display: none;
  }
}
.contact_2fa_method {
  width: 6%;
}

.contact_permissions {
  width: 15%;
  min-width: 100px;
}

@media only screen and (max-width: 760px) {
  .contact_permissions {
    display: none;
  }
}
.contact_actions {
  min-width: 40px;
}

.delegate-mgmt-header {
  justify-content: space-between;
}

.delegate-mgmt-header .delegate_info_container {
  display: flex;
  width: 50%;
}
.delegate-mgmt-header .delegate_info_container .member_delegates {
  width: 50%;
}
.delegate-mgmt-header .delegate_info_container .delegation_relation_rights {
  display: flex;
  justify-content: space-between;
  flex-grow: 1;
  text-align: center;
}
.delegate-mgmt-header .delegate_info_container .delegation_relation_rights .login_rights, .delegate-mgmt-header .delegate_info_container .delegation_relation_rights .ch_rights {
  width: 50%;
}

.delegate-mgmt-header .member_email {
  width: 30%;
}

.delegate-mgmt-header .member_name {
  width: 20%;
}

.manage_users .users li.member_delegation_item {
  clear: both;
  width: 100%;
  margin: 0;
  padding: 0;
  border-top: 1px solid #e3e3e3;
  font-size: 13px;
}

.member_delegation_item .member_name img {
  vertical-align: middle;
}

.member_delegation_item .member_name {
  width: 20% !important;
  padding: 15px 0;
  overflow: hidden;
  text-overflow: ellpisis;
}

.member_delegation_item .member_delegates {
  width: 50%;
  padding: 15px 0;
  overflow: hidden;
  text-overflow: ellipsis;
}

.delegate-info {
  width: 50%;
  text-overflow: ellipsis;
}

.member_delegation_item .member_email {
  width: 30%;
  padding: 15px 0;
  overflow: hidden;
  text-overflow: ellipsis;
}

div.add-delegate-form span.field_error {
  text-align: center;
}

#conv_details {
  z-index: 4;
}

div.scan-notice {
  text-align: center;
  padding-bottom: 2px;
  margin: 0 0 20px;
}

.export-csv div.export-range-inner .input-container {
  justify-content: left;
}

div.expiry-inner input[type=text], div.expiry-inner button.ui-datepicker-trigger {
  display: inline;
}
div.expiry-inner .input-container {
  display: flex;
  justify-content: center;
  align-items: center;
}
div.expiry-inner .input-container .fa.fa-calendar {
  font-size: 16px;
}
div.expiry-inner .input-container .expiry-text {
  font-size: 15px;
  margin-top: 2px;
  padding-right: 5px;
}
div.expiry-inner .field_error {
  text-align: center;
}

div.export-range-inner, div.expiry-inner {
  text-align: left;
  margin: 0 0 20px;
}
div.export-range-inner .input-container, div.expiry-inner .input-container {
  display: flex;
  justify-content: center;
}
div.export-range-inner p, div.expiry-inner p {
  padding-bottom: 10px;
  font-size: 14px;
}
div.export-range-inner p.title, div.expiry-inner p.title {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  margin: -15px -15px 5px -15px;
  padding: 10px;
  background: none !important;
  background-color: #f0f0f0 !important;
  font-family: "HelveticaNeue-Bold", arial;
}
div.export-range-inner input[type=text], div.expiry-inner input[type=text] {
  width: 113px;
  padding: 5px;
}
div.export-range-inner input[type=checkbox], div.expiry-inner input[type=checkbox] {
  margin: 5px 2px;
}
div.export-range-inner div.input-row.second, div.expiry-inner div.input-row.second {
  margin-left: 20px;
}
div.export-range-inner label, div.expiry-inner label {
  font-size: 14px;
}

span.export_start_date_text, span.export_end_date_text {
  font-size: 12px;
  vertical-align: text-bottom;
}

li.message-item .eml_exported i.fa {
  font-size: 15px;
  padding-right: 10px;
}

.impersonate_member {
  margin: 4px 20px;
  background: url("/static/images/delegates.svg") 0;
  height: 23px;
  width: 23px;
  background-size: 23px 23px;
  border: none;
}

.edit_member {
  margin: 3px 20px 3px -2px;
  font-size: 10px;
  border: none;
  background: none;
}
.edit_member.disabled {
  cursor: default;
  opacity: 0.3;
}
.edit_member i.fa-pencil-square {
  line-height: 24px !important;
  font-size: 26px !important;
}

div#reassign-container p {
  margin-left: 24px;
  padding-bottom: 5px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #333;
}
div#reassign-container span.field_error {
  padding-top: 6px;
  padding-bottom: 0 !important;
  margin-left: 26px;
}
div#reassign-container .modalBoxLabel {
  margin-left: 26px;
}
div#reassign-container .select-channels {
  max-height: 125px;
  overflow-y: scroll;
  clear: both;
}
div#reassign-container .select-channels input[type=checkbox] {
  width: 25px;
}
div#reassign-container .select-channels ul li {
  margin-bottom: 0;
}
div#reassign-container .select-channels label {
  font-size: 10pt;
}

div.edit_channel_type {
  padding: 0 0 30px;
}

div.edit_channel_type h3 {
  font-size: 16px !important;
  padding-top: 20px;
  margin-bottom: 7px !important;
}

div.edit_channel_type form {
  font-size: 13px;
  color: #000;
}

div.edit_channel_type span {
  font-size: 13px;
}

div.change_channel_status {
  font-size: 13px;
  color: #000;
}

li.message-item {
  /*&.system {
    div.gallery {
      display: none;
    }
    div.speaker_text {
      margin: 0;
      padding: 0;
      font-size: 11px;
    }
  }
  &.system {
    div.middle {
      .system-speaker {
        font-size: 12px !important;
      }
      width: 100% !important;
      a {
        &.show-folders,
        &.navigate-to-folder {
          color: #333;
          text-decoration: none;
        }
      }
    }
    div.gallery {
      i.fa {
        margin: 0;
      }
    }
    h3 {
      margin-bottom: 0 !important;
    }
    br {
      display: none;
    }
    div.speaker_text {
      display: none;
    }
    div.speaker_avatar {
      display: none;
    }
    div.speaker_box {
      display: none;
    }
    .added-files {
      display: none;
    }
  }
  */
}
li.message-item div.gallery i.fa-angle-down {
  color: #666;
  font-size: 16px;
  margin: -4px;
}

div.csesetup_section p,
.permissions_setup_section p,
.export-dates p {
  font-size: 13px;
  color: #000;
  padding: 0 0 10px;
}

.export-dates p:last-child {
  margin-bottom: 20px;
}

.my-download {
  padding: 1.5em;
}

.small-top {
  top: 2em !important;
}

.channel-retention {
  display: inline-flex;
  font-size: 15px;
  line-height: 15px;
}

.channel-retention input[id=retention_period] {
  width: 40px;
  margin: 0 8px;
  font-size: 16px;
  height: auto;
  padding: 0;
  line-height: 1.65;
  position: relative;
  bottom: 3px;
}

.channel-retention select {
  width: 80px;
  margin: 0 8px 0 0;
  font-size: 16px;
  position: relative;
  bottom: 3px;
}

.failed-upload-files-list {
  overflow-y: auto;
  word-break: break-all;
  border: solid black;
  margin-bottom: 25px;
}

.failed-upload-files-list > ul {
  height: 200px;
}

.failed-upload-files-list > ul > li {
  border-bottom: solid black;
}

.template-upload-total {
  width: 100%;
  visibility: hidden;
  margin-top: 10px;
  margin-bottom: 0;
}

.template-upload-total > * {
  text-align: center;
}

.progress-total {
  width: 100%;
}

.upload-progress-total {
  font-size: 12px;
}

.rename-file-thumb img.file_icon {
  margin-right: 23px;
}

.inline-block {
  display: inline-block;
}

.notice-content-div {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.notice-content-base {
  display: flex;
  align-content: center;
  justify-content: center;
  gap: 1vw;
  height: 100%;
  width: 84%;
}

.sub-change-div {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 15%;
  vertical-align: bottom;
  padding-top: 7px;
}
@media (max-width: 520px) {
  .sub-change-div {
    width: 100%;
  }
}

.btn-accept-request, .btn-decline-request {
  margin: 0;
  padding: 0;
  width: 45%;
  font-size: 1.5vw;
  text-align: center;
  margin-left: 5px;
  margin-right: 5px;
  background-color: field;
}
@media (max-width: 520px) {
  .btn-accept-request, .btn-decline-request {
    width: 100%;
    height: auto;
    font-size: 3.5vw;
  }
}
@media (min-width: 740px) {
  .btn-accept-request, .btn-decline-request {
    font-size: 0.9vw;
    text-align: center;
  }
}
@media (min-width: 1500px) {
  .btn-accept-request, .btn-decline-request {
    font-size: 18px;
  }
}

.price-total {
  margin-top: 9px;
}

select #licenses {
  margin-top: 6px;
}

.billing-contact-text {
  margin-top: 40px;
}

.license-purchase-div {
  display: flex;
  flex-wrap: no-wrap;
  justify-content: space-between;
}

@media only screen and (max-width: 961px) {
  .options_details_header {
    padding: 10px;
  }
  .notice-content-base > .date {
    width: 8vw;
    margin-right: 2vw;
    font-size: 1.2vw;
  }
  .all-notification-item .description {
    width: 40vw;
    font-size: 1.5vw;
  }
  .sub-change-div {
    padding-bottom: 6px;
  }
}
@media only screen and (max-width: 732px) {
  .notice-content-base > .date {
    width: 11vw;
    margin-right: 2vw;
  }
  .all-notification-item .description {
    width: 51vw;
    font-size: 2vw;
  }
}
@media only screen and (max-width: 520px) {
  .notice-content-base {
    width: 100%;
    height: auto;
  }
  .notice-content-base > .date {
    width: 15%;
    margin-right: 2vw;
    font-size: 1.8vw;
  }
  .all-notification-item .description {
    width: 70%;
    font-size: 2.5vw;
  }
}
span.invalid-email {
  width: 180px;
}

.notification-message {
  flex-grow: 1;
  font-size: 8pt;
  margin-bottom: 6%;
}

.activityCounterUnit-dropdown {
  opacity: 0.8;
}

.settings-navigation-panel .category-container {
  display: flex;
  flex-direction: column;
  border-right: 2px solid #f0f1f2;
  width: 150px;
  padding-bottom: 5px;
}
.settings-navigation-panel .category-container .settings-category-item {
  padding: 5px;
  padding-left: 15px;
  cursor: pointer;
  border-bottom: 2px solid #f0f1f2;
}
.settings-navigation-panel .category-container .settings-category-item:hover {
  background-color: rgba(240, 241, 242, 0.5411764706);
  box-shadow: inset 0.2px 0.2px 5px 0 #f0f1f2;
}
.settings-navigation-panel .category-container .settings-category-item.category-selected {
  background-color: rgba(240, 241, 242, 0.5411764706);
  box-shadow: inset 0.2px 0.2px 5px 0 #f0f1f2;
}

.light-grey-button {
  background: #f7f7f7;
  border: 1px solid #b5b5b5;
  color: #717171;
  padding: 8px;
  border-radius: 4px;
  font-family: Arial, "Lucida Grande", sans-serif;
  font-size: 9pt;
  font-weight: bold;
  line-height: 15px;
}
.light-grey-button:hover {
  background: #f2f2f2;
}

.edit-configs-container {
  margin: 30px 35px;
  border-radius: 7px;
}
.edit-configs-container .section-header {
  padding-bottom: 15px;
}
.edit-configs-container .section-header h2 {
  margin: 5px 0 0 0;
}
.edit-configs-container .section-header .section-description {
  padding-top: 15px;
  font-size: 12pt;
}
.edit-configs-container .no-configs {
  font-size: 12pt;
  color: gray;
  text-align: center;
}
.edit-configs-container .react-root-file-ext {
  max-width: 600px;
}
.edit-configs-container .description-container {
  display: flex;
  align-items: flex-start;
}
.edit-configs-container .description-container button {
  flex-shrink: 0;
}
.edit-configs-container #restricted_file_exts {
  width: 100%;
  resize: none;
  margin: 10px 0;
}
.edit-configs-container .buttons-row {
  display: flex;
  flex-wrap: wrap;
  padding: 15px 0;
}
.edit-configs-container .buttons-row .btn {
  margin-right: 10px;
}
.edit-configs-container .buttons-row .btn:disabled {
  cursor: default;
}
.edit-configs-container .buttons-row #revert-configs {
  background-color: #f0f0f0;
}
.edit-configs-container .buttons-row .apply-retroactively {
  display: flex;
  align-items: center;
}
.edit-configs-container .buttons-row .apply-retroactively.disabled {
  opacity: 50%;
}
.edit-configs-container .buttons-row .apply-retroactively.disabled .slider {
  cursor: default;
}
.edit-configs-container .buttons-row .apply-retroactively .config-description {
  padding-left: 5px;
}
.edit-configs-container .footnote {
  font-size: 12px;
}
.edit-configs-container .section-content .configs-container {
  display: inline-block;
}
.edit-configs-container .section-content .config-group {
  display: flex;
  padding: 12px 0;
  margin-bottom: -1px;
}
.edit-configs-container .section-content .config-group .config-group-description {
  padding-bottom: 10px;
  color: #737373;
}
.edit-configs-container .section-content .config-group .config {
  padding-bottom: 10px;
}
.edit-configs-container .section-content .config-group .config .config-description {
  font-size: 12pt;
}
.edit-configs-container .section-content .config-group .config .num-input-container, .edit-configs-container .section-content .config-group .config .dropdown {
  border: 1px solid #ccc;
  border-radius: 6px;
  padding: 1px 7px;
  height: 22px;
  display: inline-block;
}
.edit-configs-container .section-content .config-group .config .num-input-container .num-input-units, .edit-configs-container .section-content .config-group .config .dropdown .num-input-units {
  font-size: 12pt;
}
.edit-configs-container .section-content .config-group .config .num-input {
  width: 30px;
  text-align: center;
  height: auto;
  padding: 0;
  border: none;
}
.edit-configs-container .section-content .config-group .config .dropdown {
  height: 26px;
  margin-top: -3px;
  background: white;
}
.edit-configs-container .section-content .config-group .config .radio-buttons {
  display: flex;
  gap: 5px;
  padding-top: 8px;
}
.edit-configs-container .section-content .config-group .config .radio-buttons input[type=radio] {
  margin-left: 15px;
}
.edit-configs-container .section-content .config-group .config .radio-buttons input[type=radio]:first-child {
  margin-left: 0px;
}
.edit-configs-container .section-content .config-group-name {
  width: 220px;
  padding-right: 10px;
  display: inline-block;
  vertical-align: top;
  flex-shrink: 0;
}
.edit-configs-container .section-content .switch {
  margin-top: 4px;
  vertical-align: top;
}

.settings-editor-view {
  padding-top: 27px;
  flex-grow: 2;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.settings-editor-view .settings-button-row {
  display: flex;
  flex-direction: row-reverse;
  margin: 35px 0px;
}
.settings-editor-view .settings-button-row .btn {
  margin-left: 10px;
}

.settings-left {
  display: flex;
  flex-direction: column;
  border-right: 2px solid #f0f1f2;
  width: 150px;
  padding-bottom: 5px;
}
.settings-left .settings-category-item {
  padding: 5px;
  padding-left: 15px;
  cursor: pointer;
  border-bottom: 2px solid #f0f1f2;
}
.settings-left .settings-category-item:hover {
  background-color: rgba(240, 241, 242, 0.5411764706);
  box-shadow: inset 0.2px 0.2px 5px 0 #f0f1f2;
}
.settings-left .settings-category-item.category-selected {
  background-color: rgba(240, 241, 242, 0.5411764706);
  box-shadow: inset 0.2px 0.2px 5px 0 #f0f1f2;
}

.subscription-setting-category {
  flex-basis: 90%;
  padding: 0px 35px;
}

.subscription-settings-title {
  font-size: 20pt;
}

.config-option-container {
  margin-top: 10px;
}

.config-option-list {
  flex-direction: left;
}

.config-option-label {
  display: flex;
  height: 80%;
  padding-left: 15px;
  padding-top: 8px;
  min-width: 20%;
}

.config-option-description {
  display: inline-block;
  height: 80%;
  padding-top: 8px;
  flex-grow: 1;
}
.config-option-description span {
  display: inline-block;
}

.config-integer-columns {
  display: flex;
  justify-content: center;
  width: 160px;
  margin-right: 14px;
}

.integer-config-field {
  float: right;
  height: 22px !important;
  margin: 3px 24px 0px 24px !important;
  width: 78px;
}

.config-boolean-columns {
  display: flex;
  justify-content: flex-end;
  width: 160px;
  margin-right: 14px;
}

.boolean-config-field {
  margin-right: 32px;
}

.config-selector-columns {
  display: flex;
  justify-content: space-around;
  width: 160px;
  float: right;
  margin-right: 14px;
  min-width: 160px;
}
.config-selector-columns input.left-checkbox {
  margin: auto 42px;
}
.config-selector-columns input.right-checkbox {
  margin: auto 24px;
}
.config-selector-columns label {
  margin: 0px 1px 0px 6px;
}
.config-selector-columns .available-tip {
  font-size: 13px;
  margin-right: 5px;
}
.config-selector-columns .default-tip {
  font-size: 13px;
}
.config-selector-columns .checkbox-selector-row {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100px;
}

.config-option-editable {
  display: flex;
  justify-content: space-between;
  margin-bottom: 2px;
}

.row-0 {
  background-color: #f0f1f2;
}

.read_channel {
  background-color: white !important;
}
.read_channel .channel_info {
  color: #717171 !important;
}

.read_channel:hover, .read_channel:focus {
  background-color: #f6f6f6 !important;
}

.unread_channel {
  background-color: #ffffe4 !important;
}
.unread_channel .channel_info {
  color: black !important;
  font-weight: bold !important;
}

.unread_channel:hover, .unread_channel:focus {
  background-color: #ffffd2 !important;
}

html.remodal-is-locked {
  overflow: visible;
  touch-action: none;
}

.create-channel-form {
  max-width: 375px !important;
}
.create-channel-form > form {
  height: 100%;
}
.create-channel-form > form > fieldset {
  height: 100%;
  width: auto;
}
.create-channel-form > form > fieldset > div {
  height: 100%;
}
.create-channel-form > form > fieldset > div .channel-creation-options > * {
  font-size: 9pt;
}

.channel-option-label {
  color: #737373;
  line-height: 1;
  padding-bottom: 3px;
}

.user-option-input span.field_error {
  margin-left: 32px;
  width: 230px;
}

.channel-option-input, .user-option-input {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}
.channel-option-input input, .user-option-input input {
  margin: auto;
  width: 224px;
  height: 24px;
  box-sizing: border-box;
  margin: 4px 0 0 0;
}

.select2-container--default .select2-selection--single {
  border: 1px solid #828282;
}

.channel-option-input span {
  border-radius: 4px;
  cursor: pointer;
  font-size: 9pt;
}
.channel-option-input .select2 {
  margin: 4px 0px 20px 0px;
  display: block;
}
.channel-option-input .selection {
  height: 24px !important;
}
.channel-option-input .selection span {
  height: inherit;
}
.channel-option-input .selection span span {
  padding-left: 0px !important;
  height: 24px !important;
}
.channel-option-input .selection span span span {
  height: inherit;
}
.channel-option-input .selection span span img {
  height: 22px !important;
}
.channel-option-input .selection span span b {
  border-width: 6px 6px 0px 6px !important;
  margin: -3px 0px 0px -10px !important;
}
.channel-option-input .selection span span p {
  line-height: initial;
  font-size: inherit;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif !important;
  color: #6d6d6d;
  text-align: left;
  flex-basis: 170px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.react-passwords .tf-password-field {
  padding-left: 28px;
}
.react-passwords .tf-password-field .tf-password-field-container {
  padding-left: 10px;
  margin: 4pt 0;
}
.react-passwords .tf-password-field label[for=password1] {
  font-size: 9pt;
  padding-bottom: 3px;
}
.react-passwords .tf-password-field label[for=password2] {
  font-size: 9pt;
}
.react-passwords .tf-password-field .tf-password-field-container {
  width: 240px;
  height: 24px;
}
.react-passwords .pass_policy_text {
  padding-left: 28px;
  width: 250px !important;
}

.dropdown.ch-owner {
  position: relative;
  margin: 9px auto;
  width: 224px;
  height: 24px;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: unset !important;
}

.select2-dropdown {
  margin-top: 2px;
  z-index: 999999;
}
.select2-dropdown .select2-search {
  display: none;
}
.select2-dropdown .select2-results ul .select2-results__option--highlighted[aria-selected] {
  background-color: #f5f5f5 !important;
  color: #6d6d6d !important;
}
.select2-dropdown .select2-results ul .select2-results__option[aria-selected=true] {
  color: black !important;
}
.select2-dropdown .select2-results ul li {
  padding: unset !important;
}
.select2-dropdown .select2-results ul li .account-option img {
  height: 34px;
}
.select2-dropdown .select2-results ul li .account-option p {
  margin-left: 14px;
  flex-basis: 150px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 9pt;
  color: #6d6d6d;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif !important;
}
.select2-dropdown .select2-results ul li .account-option i {
  float: right;
  margin: auto;
  margin-left: 0px;
  margin-right: 6px;
}

.edit-profile-buttons {
  margin-top: 25px;
}

.create-channel-buttons {
  margin-top: 36px;
}

.dropdown.msg-sender {
  position: relative;
  max-width: 90%;
}

.speaker > .dropwdown {
  margin-bottom: 10px;
}

#dropdown-content-channel {
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2) !important;
}

.dropdown-content {
  opacity: 0;
  position: absolute;
  background-color: #ffffff;
  box-shadow: 0px 14px 30px 0px #404040;
  z-index: 1;
  top: 25px;
  min-width: 200px;
  transition: opacity 1s;
  border: solid 1px #c1c1c1;
}
.dropdown-content .sender-option {
  font-size: 12pt !important;
  flex-direction: row;
  cursor: pointer;
  opacity: 0;
}
.dropdown-content .sender-option:hover {
  background: #f5f5f5;
}
.dropdown-content .sender-option, .dropdown-content .account-option {
  height: 34px;
  width: 256px;
}
.dropdown-content .sender-option img, .dropdown-content .account-option img {
  height: 34px;
  width: 34px;
}
.dropdown-content .sender-option p, .dropdown-content .account-option p {
  font-size: 14px;
  width: 160px;
  height: 18px;
  margin: auto;
  margin-left: 14px;
  margin-right: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dropdown-content .sender-option i, .dropdown-content .account-option i {
  float: right;
  margin: auto;
  margin-left: 5px;
  margin-right: 5px;
}
.dropdown-content .sender-option .account-option, .dropdown-content .account-option .account-option {
  height: 34px;
  width: 224px;
}
.dropdown-content .sender-option .account-option img, .dropdown-content .account-option .account-option img {
  height: 34px;
  width: 34px;
}
.dropdown-content .sender-option .account-option p, .dropdown-content .account-option .account-option p {
  font-size: 9pt;
  color: #6d6d6d;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif !important;
  width: 150px;
  height: 18px;
  margin: auto;
  margin-left: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dropdown-content .sender-option .account-option i, .dropdown-content .account-option .account-option i {
  float: right;
  margin: auto;
  margin-left: 0px;
  margin-right: 6px;
}

#channel-name, #channel-owner {
  font-size: 9pt;
}

#user-name {
  font-size: 10pt;
}

#user-company {
  font-size: 10pt;
}

.selected-sender {
  opacity: 0;
  cursor: pointer;
  font-size: 12pt;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.selected-sender p {
  width: 130px;
  height: 18px;
  margin: auto;
  margin-left: 14px;
  margin-right: 7px;
  font-size: 12pt !important;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.new-owner-label {
  margin: auto;
  margin-left: 14px;
}

.select-sender-arrow {
  font-size: 20px !important;
  transition: transform 0.25s;
  transition-timing-function: ease-in-out;
}

.select-sender-arrow {
  transform: rotateX(0deg) !important;
  display: block !important;
  text-align: center !important;
  width: 25px;
}

.flip {
  transform: rotateX(180deg) !important;
  transition: transform 0.25s;
  transition-timing-function: ease-in-out;
}

.fadein {
  opacity: 1 !important;
  transition: opacity 0.5s;
}

.ch-rights-container {
  opacity: 1;
  margin-top: 6px;
  align-items: center;
}
.ch-rights-container input {
  width: 20px;
  margin-left: 22px;
}
.ch-rights-container label {
  margin-right: 4px;
}

.login-rights-container {
  opacity: 1;
  align-items: center;
}
.login-rights-container input {
  width: 20px;
  margin-left: 22px;
}
.login-rights-container label {
  margin-right: 4px;
}

.member-privilges {
  display: flex;
  flex-grow: 1;
  justify-content: space-betwee;
}
.member-privilges span {
  width: 50%;
  text-align: center;
}

.edit-delegate-rights, .share-actions {
  cursor: pointer;
}
.edit-delegate-rights i.fa-pencil-square, .share-actions i.fa-pencil-square {
  line-height: 26px !important;
  font-size: 26px !important;
  color: #4f4f4f;
}

.delegate-relation-info {
  flex-direction: column;
  margin-bottom: 10px;
}

.edit-delegate-name {
  margin-left: 22px;
}

.edit-delegate-email {
  opacity: 0.8;
  font-size: 10px;
  margin-left: 22px;
  line-height: 13px;
}

.edit-delegate-title {
  font-weight: bold;
  margin-left: 12px;
}

.edit-delegate-member-title {
  font-weight: bold;
  margin-top: 1em;
  margin-left: 12px;
}

.edit-delegate-spacing {
  margin-bottom: 0px !important;
  margin-right: 4px;
}

.report-filter {
  justify-content: center;
  text-align: center;
  margin-bottom: 23px;
}
.report-filter .reports-date-range-container {
  font-size: 13px;
  flex-basis: 35%;
  justify-content: space-evenly;
  height: 75px;
}
.report-filter .reports-date-range-container .reports-date-range {
  font-size: 13px;
  width: 100%;
  justify-content: space-evenly;
}
.report-filter button {
  height: 25px;
  margin-bottom: auto;
  margin-top: 18px;
  width: 75px;
  padding: 0;
  font-size: 13px;
}

.metrics-layout {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  margin-top: 2%;
  width: 20%;
}
.metrics-layout .metrics-container {
  flex-basis: 18%;
  flex-direction: column;
  border: solid 1px black;
  border-radius: 4px;
  padding: 11px;
  max-width: 300px;
  min-width: 160px;
  margin: 1%;
}
.metrics-layout .metrics-container .metric-name {
  font-size: 14px;
  padding-bottom: 5px;
}
.metrics-layout .metrics-container .metric-value {
  font-size: 30px;
}

.high-z {
  z-index: 99999;
}

.show-api-key {
  border: 1px solid #999;
  border-radius: 4px;
  padding: 4px 8px;
  font-size: 12px;
}

.smaller-text {
  font-size: 11pt;
}

.option-view .tall-bottom {
  margin-bottom: 15px;
}

.manage-channels-view {
  padding: 20px 35px 0px 35px;
}

.channel-stats-table .fa-spinner {
  animation-name: spin;
  animation-duration: 5000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.sidebar_icon {
  max-width: 45px;
  max-height: 35px;
}

.external-link {
  text-decoration: underline;
}

.send-notification-container {
  float: right;
  font-size: 14px;
  margin-top: 5px;
  margin-right: 19px;
  color: #444;
  display: flex;
  align-items: center;
}
.send-notification-container span {
  padding-right: 7px;
  vertical-align: 3%;
}

#restore-now-label {
  text-align: center;
  padding: 30px 0;
  color: gray;
}
#restore-now-label .restore-channel-link {
  color: #06c;
  text-decoration: underline;
}
#restore-now-label .restore-channel-link:hover {
  color: #5c9ad9;
}

.trash-label {
  font-weight: bold;
}

.link_trash.current .link_trashed_channels .fa-trash {
  color: #22bc04;
}

.setup-device-button {
  margin-right: 0.5em;
}

.number::-webkit-input-placeholder {
  color: #C0C0C0;
  font-style: italic;
}

.number:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #C0C0C0;
  font-style: italic;
  opacity: 1;
}

.number::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #C0C0C0;
  font-style: italic;
  opacity: 1;
}

.number:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #C0C0C0;
  font-style: italic;
}

.files-failed-container {
  align-items: center;
}
.files-failed-container span, .files-failed-container img {
  padding-left: 3px;
}
.files-failed-container .retry-failed-files {
  width: 20px;
  cursor: pointer;
}

.add-email-aliases .field_error {
  width: 230px;
}

.manage_users #edit-email-aliases {
  background: url("../images/at.svg") no-repeat 13px;
  background-size: 20px;
}
.manage_users #transfer-ownership {
  background: url("/static/images/crown.svg") no-repeat 13px/24px;
}
.manage_users .primary-alias {
  padding-top: 15px;
}
.manage_users #email-aliases-container {
  padding: 5px 0 20px 0;
}
.manage_users #email-aliases-container .email-alias-row {
  padding: 4px 0;
  display: flex;
  align-items: center;
}
.manage_users #email-aliases-container .email-alias-row .email-column {
  width: 300px;
  display: inline-block;
}
.manage_users #email-aliases-container .email-alias-row .action-column {
  display: inline-flex;
  gap: 20px;
}
.manage_users #email-aliases-container .email-alias-row .action-column a.remove-alias {
  background: url("/static/images/cross_radeonred.svg");
  background-size: 25px;
  width: 25px;
  height: 25px;
}

.search-bar-with-results .search-bar {
  margin: 5px 7px;
  border: 1px solid #ccc;
  border-radius: 5px;
}
.search-bar-with-results .search-bar #search-input {
  background: transparent;
  width: 130px;
  float: left;
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  padding: 7px 0 7px 5px;
  margin: 0;
  outline: none;
}
.search-bar-with-results .search-bar #clear-search {
  background: none;
  border: none;
  float: right;
  height: 30px;
  margin: 0;
  padding: 0;
  width: 30px;
}
.search-bar-with-results .search-bar #clear-search #clear-icon {
  height: 14px;
  margin: -3px;
  padding: 0;
  opacity: 0.6;
}
.search-bar-with-results #search-loading {
  text-align: center;
}
.search-bar-with-results #search-loading .loading-indicator {
  width: 25px;
}

.search-in-manage-channels .search-bar-with-results .search-bar {
  margin: 12px 0px !important;
}

.table-header, .table-row {
  display: flex;
  width: 100%;
  font-size: 13px;
}

.table-item-row {
  border-top: 1px solid #e3e3e3;
}
.table-item-row:hover {
  background-color: #f7f7f7;
}

.table-header {
  font-weight: bold;
}

.table-full-row {
  display: flex;
  align-items: center;
}

.table-heading, .table-item {
  width: 15%;
  padding: 10px;
  overflow-wrap: break-word;
  flex-shrink: 0;
  box-sizing: border-box;
}
.table-heading .actions-container, .table-item .actions-container {
  display: flex;
  gap: 10px;
  font-size: 15px;
}
.table-heading:first-child, .table-item:first-child {
  width: 32%;
}
.table-heading .view-channel:hover, .table-item .view-channel:hover {
  text-decoration: underline;
}

.impersonate-confirm-text {
  font-size: 14px;
  width: 360px;
  text-align: center;
}

.table-item {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.page-controls {
  margin: 10px 35px 0;
}
.page-controls .page-control {
  display: flex;
  align-items: center;
  gap: 10px;
  height: 26px;
  font-size: 14px;
  margin: auto;
}
.page-controls .page-control .current-page {
  height: 20px;
  width: 20px;
  padding: 0 5px;
  text-align: center;
}
.page-controls .page-control .previous-page, .page-controls .page-control .next-page {
  background: none;
  border: none;
}
.page-controls .page-range-text {
  color: #505050;
  font-size: 12px;
}

.dropdown {
  cursor: default;
  position: absolute;
  display: inline-block;
}
.dropdown .dropdown-header {
  padding: 0 10px;
}
.dropdown .dropdown-header, .dropdown .dropdown-options {
  color: #333;
  border: solid 1px #ccc;
  border-radius: 6px;
  background-color: #fff;
  display: flex;
  align-items: center;
}
.dropdown .dropdown-header .dropdown-header-text, .dropdown .dropdown-options .dropdown-header-text {
  flex: 1;
}
.dropdown .dropdown-options {
  display: block;
  margin-bottom: 10px;
}
.dropdown .dropdown-options .dropdown-option.selected {
  font-weight: bold;
}
.dropdown .dropdown-options .dropdown-option:hover, .dropdown .dropdown-options .dropdown-option:focus {
  background-color: #d7f4d3;
}
.dropdown .dropdown-options .dropdown-option .option-text {
  padding: 0 10px;
}
.dropdown .dropdown-options .dropdown-option:first-child {
  border-radius: 6px 6px 0 0;
}
.dropdown .dropdown-options .dropdown-option:last-child {
  border-radius: 0 0 6px 6px;
}

.loading-indicator-container .loading-indicator {
  display: block;
  margin: auto;
  padding: 10px 0;
}

.as-zip-progress {
  margin-right: 1rem;
}

#authorizationForm .logos {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding-bottom: 10px;
}
#authorizationForm .logos img {
  max-width: 150px;
  max-height: 50px;
}
#authorizationForm .controls {
  display: flex;
  justify-content: center;
  gap: 5px;
}

.oauth-apps {
  font-size: 13px;
}
.oauth-apps .copy-button {
  background: none;
  border: none;
  color: #333;
}
.oauth-apps #created_heading, .oauth-apps #grant_type_heading {
  width: 17%;
}
.oauth-apps #client_id_heading {
  width: 35%;
}
.oauth-apps #actions_heading {
  pointer-events: none;
}
.oauth-apps .table-heading, .oauth-apps .table-item {
  width: 21%;
}
.oauth-apps .table-heading.grant-type, .oauth-apps .table-heading.date-created, .oauth-apps .table-item.grant-type, .oauth-apps .table-item.date-created {
  width: 17%;
}
.oauth-apps .table-heading .client-id-container, .oauth-apps .table-item .client-id-container {
  min-width: 50%;
  overflow: hidden;
  display: inline-block;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-right: 5px;
}
.oauth-apps .table-heading.client-id, .oauth-apps .table-item.client-id {
  display: flex;
  align-items: center;
  width: 35%;
}
.oauth-apps #actions {
  width: 80px;
}
.oauth-apps .actions-container {
  font-size: 18px;
}
.oauth-apps .tf-dialog .tf-dialog-form-container .tf-dialog-form {
  font-size: 13px;
  max-height: 380px;
  overflow: scroll;
}
.oauth-apps .tf-dialog .tf-dialog-form-container .tf-dialog-form input[type=text] {
  width: 250px;
  padding: 7px;
  background: none;
  box-shadow: none;
}
.oauth-apps .tf-dialog .tf-dialog-form-container .tf-dialog-form input[type=radio] {
  margin-left: 0px;
  vertical-align: unset;
}
.oauth-apps .tf-dialog .tf-dialog-form-container .tf-dialog-form label {
  font-weight: bold;
  padding-top: 15px;
  display: inline-block;
}
.oauth-apps .tf-dialog .tf-dialog-form-container .tf-dialog-form label.radio-text {
  font-weight: normal;
  padding-top: 0px;
}
.oauth-apps .tf-dialog .tf-dialog-form-container .tf-dialog-form .grant-description {
  line-height: 16px;
  padding: 1px 0 5px 21px;
  color: #6a6a6a;
}
.oauth-apps .tf-dialog .tf-dialog-form-container .tf-dialog-form .uri-container {
  display: flex;
  margin-bottom: 5px;
}
.oauth-apps .tf-dialog .tf-dialog-form-container .tf-dialog-form .remove-uri {
  width: 20px;
  border: none;
  background: none;
  padding: 5px;
}
.oauth-apps .tf-dialog .tf-dialog-form-container .tf-dialog-form a {
  color: #2e7c9d;
  text-decoration: underline;
  display: inline-block;
}
.oauth-apps .tf-dialog .tf-dialog-form-container .tf-dialog-form .button-container {
  padding-top: 10px;
}
.oauth-apps .tf-dialog .tf-dialog-form-container .tf-dialog-form .success-container {
  display: flex;
}
.oauth-apps .tf-dialog .tf-dialog-form-container .tf-dialog-form .success-icon {
  width: 40px;
  padding-right: 10px;
}
.oauth-apps .tf-dialog .tf-dialog-form-container .tf-dialog-form .key {
  overflow-wrap: anywhere;
}
.oauth-apps .tf-dialog .tf-dialog-form-container .tf-dialog-form button.copy-button {
  padding: 0 0 0 5px;
}

.react-root-custom-fields .config-description {
  padding-left: 4px;
}
.react-root-custom-fields .fa.fa-pencil-square {
  color: gray;
  padding-left: 6px;
}
.react-root-custom-fields select {
  height: 28px;
}
.react-root-custom-fields input[type=text], .react-root-custom-fields select {
  width: 100%;
  box-sizing: border-box;
}
.react-root-custom-fields input, .react-root-custom-fields select {
  padding: 5px;
  background: none;
  box-shadow: none;
  color: black;
  font-weight: normal;
  border: 1px solid #bfbfbf;
  border-radius: 5px;
}
.react-root-custom-fields input.char-limit, .react-root-custom-fields select.char-limit {
  height: 12px;
  width: 30px;
  margin: 2px 5px;
}
.react-root-custom-fields .chars-container {
  margin-left: 8px;
}
.react-root-custom-fields .chars-container input[type=checkbox].css-checkbox + label.css-label {
  font-size: 12px;
}
.react-root-custom-fields .button-container {
  padding-top: 10px;
}
.react-root-custom-fields .fa-pencil-square {
  cursor: pointer;
}

.tf-tooltip {
  max-width: fit-content;
}

.dropdown-menu {
  flex-direction: column;
  border-radius: 0.25rem;
  position: relative;
  background-color: #f7f7f7;
  z-index: 1;
  border: 1px solid #ccc;
  width: auto;
  display: flex;
  height: auto;
}

.dropdown-menu-item, .dropdown-menu-item-nd {
  padding-top: 0.25rem;
  padding-left: 0.5rem;
  display: flex;
  height: auto;
  cursor: pointer;
  color: #717171;
  font-family: Arial, "Lucida Grande", sans-serif;
  font-size: 9pt;
  font-weight: bold;
}

.dropdown-menu-item-nd {
  border: none;
  box-shadow: none;
  padding-bottom: 0px;
}

.dropdown-menu-item:hover, .dropdown-menu-item-nd:hover {
  width: auto;
  height: auto;
  background-color: #c5c5c5;
}

.dropdown-menu-title {
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: space-between;
  width: auto;
  padding-left: 0.5rem;
}

.dropdown-menu-nd-logo {
  width: 0.75rem;
  height: 0.715rem;
  padding-right: 0.75rem;
}

.attachment-dropdown-title {
  color: #717171;
  font-family: Arial, "Lucida Grande", sans-serif;
  font-size: 9pt;
  font-weight: bold;
  width: auto;
  padding-right: 0.5rem;
  padding-bottom: 0.125rem;
  padding-top: 0.125rem;
}

.open-attachment-dropdown {
  background-color: #f7f7f7;
  border-radius: 0.4rem;
  border: 1px solid #ccc;
  padding: 0.25rem;
  padding-left: 0.5rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 8.75rem;
  height: 1.5rem;
}

.attachment-dropdown-container {
  margin-left: 0.6rem;
  position: relative;
  display: inline-block;
}

.attachment-dropdown-container:focus-visible {
  outline: none;
  box-shadow: 0 0 0 2px #007bff;
  border-radius: 0.4375rem;
}

img.send-to-nd {
  width: 1.5em;
  margin: -3px -5px -5px 3px;
  padding-right: 2px;
}

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