body {
  color: black;
  height: 100%;
  margin: 0;
  padding: 0; }

i {
  vertical-align: middle; }

h1, h2, h3, h4, h5 {
  color: #307ADE;
  margin: 5px 0;
  padding: 0; }

.input-field-big {
  height: 74px; }

.input-field-errors {
  color: #f44336;
  font-size: 0.8em;
  clear: both; }

.resizeNone {
  resize: none; }

#send-details {
  width: 210px;
  top: 120px;
  right: 0;
  z-index: 999;
  padding: 15px;
  overflow: hidden;
  position: absolute; }

#loader {
  background-color: rgba(255, 255, 255, 0.7);
  position: absolute;
  z-index: 99999;
  bottom: 0;
  right: 0;
  top: 0;
  left: 0; }

.loader {
  background-color: rgba(255, 255, 255, 0.7);
  position: absolute;
  z-index: 99999;
  bottom: 0;
  right: 0;
  top: 0;
  left: 0; }

table th {
  color: #307ADE; }

.VueTables__sortable, .sort-header {
  cursor: pointer; }

#modal-BAT-status p {
  text-align: center !important; }

.input-group {
  display: table; }

.input-group input, .suffix {
  display: table-cell; }

.suffix {
  width: 1%; }

.edit-html-document {
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 0;
  margin-right: 12px;
  width: 100%;
  text-align: right;
  padding: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  color: white;
  display: block; }
  .edit-html-document a {
    color: #fff;
    padding-left: 15px; }

.edit-alternative-document {
  background-color: rgba(0, 0, 0, 0.7);
  color: white;
  position: absolute;
  top: 0;
  margin-right: 12px;
  width: 100%;
  text-align: right;
  padding: 20px;
  display: block; }
  .edit-alternative-document a {
    padding-left: 15px;
    color: #fff; }

iframe {
  box-sizing: border-box;
  border: none;
  width: 100%;
  z-index: 10; }

.table-ellipsis {
  text-overflow: ellipsis;
  max-width: 250px;
  white-space: nowrap;
  overflow: hidden; }

.margin-bottom {
  margin-bottom: 15px; }

footer.page-footer {
  border-top: 6px solid #2CAEEA;
  background-size: cover !important;
  background: url("/Content/img/docoon_blue_bg.jpg") no-repeat;
  background-color: #114371; }

/*
    2. ***** TOP NAV *******
*/
.top-nav {
  background: url("/Content/img/docoon_multi_bg.jpg") no-repeat;
  background-color: #307ADE;
  background-size: cover;
  color: #FFF;
  height: 50px;
  font-size: 0.833rem; }
  .top-nav .caret {
    color: #FFF !important; }
  .top-nav i {
    font-size: 1.5rem;
    vertical-align: middle !important; }
  .top-nav .phone {
    padding-right: 15px; }
  .top-nav .select-wrapper input.select-dropdown {
    border: none;
    width: auto; }
  .top-nav img {
    vertical-align: middle; }
  .top-nav a {
    font-size: 1em;
    color: #FFFFFF; }
  .top-nav .burger-button {
    padding-right: 15px;
    margin-top: 10px; }
    .top-nav .burger-button p {
      margin: 0;
      padding: 2px 15px;
      border-right: 1px solid #fff; }
  .top-nav .flags, .top-nav .flags_login, .top-nav .account {
    float: left;
    margin-top: 1em; }
  .top-nav .flags i, .top-nav .flags_login i {
    padding-right: 3px; }
  .top-nav .flags img, .top-nav .flags_login img {
    padding-right: 10px; }
  .top-nav .flags {
    border-right: 1px solid #FFF; }
  @media only screen and (max-width: 751px) {
    .top-nav .accounts {
      display: none; } }
  @media only screen and (max-width: 1263px) {
    .top-nav .number {
      display: none; } }
  .top-nav .account {
    float: right;
    padding-left: 3px; }
    .top-nav .account span {
      padding-right: 10px; }
    .top-nav .account .account-welcome {
      font-size: 16px;
      padding: 14px 16px;
      line-height: 22px;
      display: block;
      cursor: default;
      color: #424242; }

.side-nav.fixed h5 {
  padding: 5px 15px; }
.side-nav.fixed a {
  font-size: 0.9em;
  padding-left: 30px;
  padding-right: 0 !important; }
  .side-nav.fixed a:hover {
    color: #307ADE; }
.side-nav.fixed i {
  vertical-align: middle;
  padding-right: 15px;
  width: 35px;
  font-size: 1.5em; }

.side-nav li {
  line-height: 55px; }
.side-nav li.active {
  background-color: #F5FAFE; }

/*
   3. ******* HEADER *********
*/
header .header-menu .btn-large {
  margin-left: 20px;
  margin-top: 10px; }

/*
   4. ******* TABS ********
*/
.tab-content {
  margin-top: 20px; }

.tabs .tab a.active {
  color: #307ADE;
  border-bottom: 6px solid #307ADE; }
.tabs .indicator {
  background-color: #307ADE; }

/*
   5. ******* Forms *********
*/
/*
   6. ******* Drag and drop Zone ********
*/
.drag_drop_zone {
  height: 250px; }
  .drag_drop_zone p {
    color: #dedede; }

/*
   8. ****** Specific pages *********
*/
/*
    Home
*/
.block {
  padding: 3rem !important; }
  .block.animate {
    transition: all 0.2s ease-in-out; }
    .block.animate:hover {
      transform: scale(1.1); }
  .block .rotate {
    transition: all 0.7s ease-in-out; }
    .block .rotate:hover {
      transform: rotate(360deg); }
  .block .rotatey {
    transition: all 0.7s ease-in-out; }
    .block .rotatey:hover {
      transform: rotateY(360deg); }
  .block .translate {
    transition: all 0.7s ease-in-out; }
    .block .translate:hover {
      transform: translate(1em, 0); }
  .block .scale {
    transition: all 0.7s ease-in-out; }
    .block .scale:hover {
      transform: scale(1.5); }
  .block:last-child {
    border-right: none; }

/*
    Account
*/
.account-parameter p {
  margin: 0 0 10px 0 !important; }

/*
   9. ****** Beefree.IO *********
*/
#bee-plugin-container {
  top: 5px;
  bottom: 30px;
  height: 800px; }

.bee-container {
  top: 5px;
  bottom: 30px;
  height: 800px; }

#integrator-bottom-bar {
  height: 25px;
  bottom: 0; }

/*
   10. ******** Tracking Email Details ********
*/
.reporting h6 {
  font-size: 2em;
  text-transform: uppercase;
  color: #424242; }
.reporting p {
  margin: 5px 0;
  font-size: 1.75em; }
  .reporting p span.hight {
    font-size: 1em; }
  .reporting p span.little {
    font-size: 0.75em; }

/*
   11. *******CNIL Popup*********
*/
.cnil-popup {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 99999;
  background-color: #f2f2f2; }
  .cnil-popup p {
    margin: 0; }

.cke_button__bcf1_label,
.cke_button__bcf2_label,
.cke_button__bcf3_label,
.cke_button__bcf4_label,
.cke_button__bcf5_label {
  display: inline !important; }

.cke_button__bcf1_icon,
.cke_button__bcf2_icon,
.cke_button__bcf3_icon,
.cke_button__bcf4_icon,
.cke_button__bcf5_icon {
  display: none !important; }

.fullscreen-modal {
  height: 100% !important;
  max-height: 100%;
  width: 100%;
  overflow-y: auto;
  top: 0 !important; }

#modal-template {
  height: 100%;
  max-height: 100%;
  width: 100%;
  overflow-y: auto;
  top: 0 !important; }
  #modal-template h6 {
    padding: 10px 0;
    color: #4db6ac; }

.tumbnail-template-beefree {
  margin-left: 30px !important;
  padding: 15px !important; }

.bounce-enter-active {
  animation: bounce-in .5s; }

.bounce-leave-active {
  animation: bounce-out .5s; }

@keyframes bounce-in {
  0% {
    transform: scale(0); }
  50% {
    transform: scale(1.5); }
  100% {
    transform: scale(1); } }
@keyframes bounce-out {
  0% {
    transform: scale(1); }
  50% {
    transform: scale(1.5); }
  100% {
    transform: scale(0); } }
/*
   12. *******Modals*********
*/
#modal-template {
  z-index: 9999 !important; }

#modal-thumbnail {
  width: 200px;
  display: none;
  position: absolute;
  border: 1px solid #999;
  background-color: #fcfcfc;
  padding: 4px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px; }

.modal-full-height {
  top: 0 !important;
  height: 100% !important;
  max-height: 100% !important; }

#formDataTable {
  margin-top: 30px;
  margin-bottom: 30px; }

.cke_dialog select {
  display: inline !important; }

.disabled_link {
  cursor: default;
  pointer-events: none;
  color: #999 !important; }

.disabled_button {
  cursor: default;
  pointer-events: none;
  background-color: #999 !important; }

.transmissionDetails {
  text-indent: 10px;
  font-size: 100% !important; }

#vue-statistics-details-content ul {
  padding-left: 15%; }

#vue-statistics-details-content li {
  padding-left: 0 !important; }

.hoverable {
  margin-bottom: 20px; }

.job_details_stats {
  font-size: 1.5em;
  list-style-type: none; }

.indent40 {
  text-indent: 40px; }

.courbe_title {
  font-size: 1.6em; }

.inputButton {
  position: relative;
  top: 25px; }

.hr80 {
  width: 80%;
  margin-top: 30px;
  margin-bottom: 20px; }

.displayClicksDetails {
  cursor: pointer; }

.container_content {
  margin-top: 20px !important; }

.collapsible-header.active {
  color: #FFF;
  background: url("/Content/img/docoon_multi_bg.jpg") no-repeat;
  background-size: cover;
  background-color: #307ADE !important; }

.dashed {
  border: 5px #f2f2f2 dashed; }

a {
  color: #307ADE; }

.collapsible-header {
  color: #307ADE;
  font-size: 1.2em;
  padding: 0 15px !important; }

.thumbnail {
  height: 70px; }

.btn,
.btn-large,
.btn-flat {
  background-color: #307ADE;
  color: #FFF; }
  .btn:hover,
  .btn-large:hover,
  .btn-flat:hover {
    background-color: #307ADE; }
  .btn:focus,
  .btn-large:focus,
  .btn-flat:focus {
    background-color: #307ADE; }
  .btn.active,
  .btn-large.active,
  .btn-flat.active {
    background-color: #307ADE; }

.btn-floating {
  background-color: #307ADE;
  z-index: 0; }
  .btn-floating:hover {
    background-color: #307ADE; }

[type="checkbox"].filled-in:checked + label:after {
  border: 2px solid #307ADE;
  background-color: #307ADE; }

.disabled {
  pointer-events: none; }

.modal-footer .btn,
.modal-footer .btn-large,
.modal-footer .btn-flat {
  margin: 6px 6px !important; }

#menu_logo {
  display: block;
  margin: auto;
  cursor: pointer;
  padding-top: 20px;
  padding-bottom: 20px;
  width: 170px; }

[v-cloak] {
  display: none; }

#modal-job-send {
  width: 25%; }

.phoneTextarea {
  background: url(/Content/img/iphone_template.png) center top no-repeat;
  height: 478px;
  width: 234px !important;
  margin: auto; }

.bodySMS {
  margin-top: 55px;
  margin-bottom: 60px;
  border: none;
  resize: none;
  height: 340px; }
  .bodySMS:focus {
    outline: none !important; }

#map {
  height: 500px;
  margin-top: 20px; }

#SMSCount {
  text-align: center;
  font-size: 1.1em;
  /*margin-top: 90px;
  margin-bottom: 10px;*/ }

.sms_inputs {
  padding: 5px !important; }

.showAfterLoad {
  visibility: hidden; }

.carousel .carousel-item {
  width: 300px !important; }

.slider {
  /*height: 600px !important;*/ }

.slider .slides {
  background-color: #fafafa;
  /*height: 600px !important;*/ }

.slider .slides li img {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  /*height: 600px !important;*/ }

.status-failure {
  color: #d5163a; }

.status-warning {
  color: #d59416; }

.status.failure {
  border-color: #d5163a;
  background-color: #f35957; }

.status.warning {
  border-color: #d59416;
  background-color: #f3bd47; }

.status.success {
  border-color: #93941f;
  background-color: #c4c51a; }

.status {
  color: #FFF;
  width: 60px !important; }

.checksymbol {
  background-image: url(/Content/img/check.png);
  background-position: center center;
  background-repeat: no-repeat; }

.score {
  float: right;
  font-size: 2em; }

#toolbar {
  position: sticky;
  margin: auto;
  top: 170px;
  /*left: 611px;*/
  right: 0;
  z-index: 999;
  width: 882px;
  height: 134px;
  border: 1px solid black; }

.toolbarItem {
  position: relative;
  top: 30px; }

.toolbarItem i {
  width: 26px; }

.toolbarLine {
  width: 880px;
  padding-left: 40px !important;
  background-color: #efefef; }

#editor {
  position: relative;
  top: 47px;
  width: 882px;
  margin: auto;
  background-color: #FFF; }

.draggable {
  width: 200px;
  height: 112px;
  padding: 0;
  float: left;
  position: absolute !important;
  z-index: 998; }

h3 {
  clear: left; }

#editZone {
  border: 1px solid black;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: contain;
  width: 882px;
  height: 1191px; }

.topBar {
  position: absolute;
  width: 200px;
  height: 12px;
  background-color: #d32f2f;
  /*text-align: right;*/
  overflow: hidden;
  top: -12px; }

.topBar a {
  color: #000; }

.annotationTitle {
  position: relative;
  bottom: 4px;
  float: left;
  font-size: 14px;
  cursor: default; }

.annotationTitle i {
  font-size: 17px;
  position: relative;
  bottom: 2px; }

.annotationX {
  position: relative;
  bottom: 4px;
  float: right; }

.annotationText {
  position: absolute;
  width: 200px;
  height: 100px;
  border: 1px solid #d32f2f;
  background: #FFF;
  overflow: hidden;
  font-size: 9pt;
  font-family: Arial;
  line-height: 1.3; }

.textAria {
  position: absolute;
  border-color: #d32f2f;
  width: 180px;
  height: 140px;
  margin: 10px;
  font-family: 'Lato', sans-serif;
  overflow: hidden; }

.textAria:focus {
  outline: 0; }

#testCollapsible .collapsible-header {
  color: #000; }

#testCollapsible .collapsible-header.active {
  background-color: #f7f7f7 !important; }

#delegation-content .card-content {
  padding-top: 5px;
  padding-bottom: 5px; }

#delegation-content .card-action {
  padding-top: 5px;
  padding-bottom: 5px; }

.small_row {
  padding: 5px; }

.input_button {
  top: 25px;
  position: relative; }

.noStyleInput {
  height: auto !important;
  background: #FFF !important;
  border: 1px solid #9e9e9e !important;
  padding: 0 !important; }

.noStyleInputRed {
  height: auto !important;
  background: #FFF !important;
  border: 1px solid red !important;
  padding: 0 !important; }

.html2canvas-container {
  width: 3000px !important;
  height: 3000px !important; }

.pagination {
  padding-left: 0 !important; }

.pagination li.active {
  background-color: #307ADE; }

.displayNone {
  display: none; }

.displayNoneImportant {
  display: none !important; }

#clickableTooltip div {
  background: #1d1d1d;
  color: #fff;
  padding: 7px;
  position: absolute;
  min-width: 50px;
  max-width: 500px;
  display: none;
  z-index: 9999; }

#clickableTooltip div a {
  color: #1884BC;
  text-decoration: none; }

.limitedTd {
  max-width: 40px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap; }

#modal-list-management {
  width: 80% !important;
  max-height: 100% !important;
  height: 100% !important;
  top: 0 !important; }

#modal-list-edit {
  width: 100% !important;
  max-height: 100% !important;
  height: 100% !important;
  top: 0 !important; }

.verticalTable thead, .verticalTable tbody {
  display: block; }

.verticalTable tbody {
  height: 400px;
  /* Just for the demo          */
  overflow-y: auto;
  /* Trigger vertical scroll    */ }

.verticalTable th, .verticalTable td {
  width: 250px; }

.horizontalTable {
  display: block;
  overflow-x: auto; }

.btn-small {
  height: 24px !important;
  width: 24px !important;
  line-height: 24px !important;
  padding: 0 0.5rem !important; }

.btn-small-floating {
  height: 24px !important;
  width: 24px !important;
  line-height: 24px !important;
  margin-right: 10px !important; }

.btn-small-content {
  line-height: 24px !important;
  font-size: 1.3em !important; }

.card-action a {
  color: #42A5F5 !important; }

.card-fixed-height {
  height: 250px; }

.menuSelected {
  background-color: #F5FAFE; }

.filtersGroupHeader {
  line-height: 1.5;
  padding: 1rem;
  background: #42A5F5;
  color: white; }

#table_length {
  width: 8.33333%;
  float: right;
  margin-top: 20px;
  margin-bottom: 20px; }

#table_length select {
  font-size: 15px;
  color: #000; }

#table_filter {
  width: 20%;
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: left; }

#table_paginate {
  display: block;
  text-align: center;
  padding: 30px; }

#table_paginate input {
  width: 5%;
  font-size: 1.64rem;
  text-align: center;
  background-color: transparent; }

#table_paginate a {
  cursor: pointer;
  /*padding: 5px;*/
  color: #444; }

.paginate_button {
  display: inline-block;
  font-size: 1.2rem;
  padding: 0 10px;
  line-height: 30px;
  border-radius: 2px;
  text-align: center;
  cursor: pointer; }

.paginate_button.disabled {
  cursor: default;
  color: #999 !important; }

.paginate_button i {
  font-size: 2.2rem;
  vertical-align: middle; }

.paginate_of {
  font-size: 1.2rem; }

#table_paginate .current {
  color: #FFF;
  background-color: #42A5F5; }

#table tr {
  height: 50px; }

#table .fileName {
  font-weight: bold; }

table.dataTable thead .sorting_asc:before {
  font-family: "Material icons";
  content: "\e316" !important; }

table.dataTable thead .sorting_desc:before {
  font-family: "Material icons";
  content: "\e313" !important;
  opacity: 1 !important; }

table.dataTable thead .sorting_asc:after {
  display: none !important; }

table.dataTable thead .sorting_desc:after {
  display: none !important; }

table.dataTable thead .sorting:before {
  display: none !important; }

table.dataTable thead .sorting:after {
  display: none !important; }

.notification-badge {
  position: relative;
  right: 10px;
  top: 10px;
  color: #FFF;
  background-color: #307ADE;
  margin: 0 -.8em;
  border-radius: 50%;
  padding: 5px 10px; }

.notification-badge-big {
  position: relative;
  right: 75px;
  top: 50px;
  color: #FFF;
  background-color: #307ADE;
  margin: 0 -.8em;
  border-radius: 50%;
  padding: 5px 10px; }

.hcsTopBarButton {
  width: 5%;
  text-align: center; }

#bodySmsTop {
  background: #307ADE;
  position: relative;
  top: 49px;
  height: 30px;
  margin-left: 9px;
  width: 215px; }

.squareIcon {
  background: #307ADE;
  position: relative;
  top: 5px; }

.dataTables_info {
  position: absolute;
  top: 0; }

.ui-resizable-handle {
  height: 5px; }

.span6 {
  width: 40%;
  float: left;
  margin: 5px;
  border: 1px solid #000 !important; }

.well {
  height: 100px; }

#sortable1, #sortable2 {
  list-style-type: none;
  margin: 0;
  float: left;
  /*margin-right: 10px;*/
  /*background: #eee;*/
  /*padding: 5px;*/
  /*width: 143px;*/
  min-height: 200px; }

#sortable1 li, #sortable2 li, #sortable3 li {
  margin: 5px;
  padding: 5px;
  font-size: 1.2em;
  /*width: 120px;*/ }

.widgetCardContent {
  padding: 5px !important;
  height: 300px; }

.widgetCardTitle {
  font-size: 16px !important; }

.widgetCardAction {
  padding: 5px !important; }

.widgetBlock li {
  padding: 0 !important;
  margin: 0 !important; }

.datatable {
  font-size: 0.8em; }

.dashboardDisplayIcon {
  cursor: pointer; }

.dashboardChip {
  margin: 5px;
  cursor: pointer; }

.dashboardTableFields {
  width: 100px !important;
  max-width: 100px;
  word-wrap: break-word; }

#releaseNoteContent {
  text-align: justify; }

#releaseNoteContent ul {
  padding: inherit; }

#releaseNoteContent ul li {
  list-style-type: disc; }

#releaseNoteContent ul li ul li {
  list-style-type: circle;
  margin-left: 10%; }

.sticky-td {
  position: absolute;
  top: auto;
  border-bottom: 1px solid #d0d0d0; }

.sticky-th {
  position: absolute;
  top: auto;
  border-bottom: 1px solid #d0d0d0; }

.ui-accordion .ui-accordion-content {
  overflow-y: hidden !important; }

#noWidgetsDiv {
  text-align: center;
  padding-top: 130px;
  border: 2px dashed #009ee0;
  width: 100%;
  height: 300px;
  cursor: pointer; }

.widgetTitleEditDiv {
  position: relative;
  bottom: 20px; }

.mini-button {
  background: #4db6ac;
  margin-left: 5px;
  color: white !important;
  padding-bottom: 2px;
  border-radius: 6px; }

#dashboardFieldset {
  border-radius: 10px;
  width: 87%;
  margin-left: 1.3%;
  float: left; }

#dashboardMenu {
  position: relative;
  top: 10px; }

#actionButtons {
  margin-right: 1%; }

.widgetInfo {
  position: relative;
  bottom: 5px;
  color: #307ADE !important; }

.widgetBlock select {
  font-size: 0.8em !important;
  color: #3a3a3a; }

.widgetButtons {
  cursor: pointer; }

.widgetTitle {
  cursor: move !important; }

.formConfigTextarea {
  height: 200px;
  resize: none; }

h6 {
  color: #307ADE;
  font-size: 1.30rem;
  line-height: 110%;
  margin: 0.82rem 0 0.656rem 0; }

.top2 {
  position: relative;
  top: 2px; }

.top5 {
  position: relative;
  top: 5px; }

.top10 {
  position: relative;
  top: 10px; }

.top20 {
  position: relative;
  top: 20px; }

.top30 {
  position: relative;
  top: 30px; }

.top150 {
  position: relative;
  top: 150px; }

.bottom15 {
  position: relative;
  bottom: 15px; }

.bottom30 {
  position: relative;
  bottom: 30px; }

.paddingLess {
  padding: 0 !important; }

.paddingTopLess {
  padding-top: 0 !important; }

.paddingBottomLess {
  padding-bottom: 0 !important; }

.paddingLeftLess {
  padding-left: 0 !important; }

.paddingRightLess {
  padding-right: 0 !important; }

.width5 {
  width: 5% !important; }

.width8 {
  width: 8% !important; }

.width20 {
  width: 20% !important; }

.width30 {
  width: 30%; }

.width40 {
  width: 40%; }

.width50 {
  width: 50%; }

.width50Center {
  width: 50% !important;
  margin: auto !important;
  display: block !important; }

.width80 {
  width: 80% !important; }

.width90 {
  width: 90% !important; }

.width96 {
  width: 96% !important; }

.width100 {
  width: 100% !important; }

.smallerItalic {
  font-style: italic;
  font-size: 0.8em; }

.height30 {
  height: 30px !important; }

.height50 {
  height: 50px !important; }

.height15percent {
  height: 15% !important; }

.height25percent {
  height: 25% !important; }

.height90percent {
  height: 90% !important; }

.height95percent {
  height: 95% !important; }

.height100percent {
  height: 100% !important; }

.margin6 {
  margin: 6px; }

.marginTop15 {
  margin-top: 15px; }

.marginLeft2point5percent {
  margin-left: 2.5%; }

.marginLeft5percent {
  margin-left: 5%; }

.marginLeft17percent {
  margin-left: 17%; }

.marginRight15 {
  margin-right: 15px; }

.marginRight50 {
  margin-right: 50px; }

.marginBottom25 {
  margin-bottom: 25px; }

.fontSize100 {
  font-size: 100px; }

.right10 {
  position: relative;
  right: 10px; }

.right20 {
  position: relative;
  right: 20px; }

.singleFilter {
  border: 1px solid black;
  width: 13%;
  height: 180px;
  position: fixed;
  background-color: #FFF;
  color: #000;
  display: none;
  border-radius: 10px; }

.singleFilterClose {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  border-bottom: 1px solid #9e9e9e;
  margin: 0 !important;
  background: #307ADE;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px; }

.radiusInput {
  border-radius: 5px !important;
  width: 90% !important;
  margin: auto !important;
  margin-top: 5px !important;
  display: block; }

.filterCells {
  width: 90% !important;
  margin: auto !important;
  display: block; }

.arrowButton {
  margin: 0;
  text-align: center;
  letter-spacing: .5px;
  border: none;
  border-radius: 2px;
  display: inline-block;
  height: 54px;
  line-height: 54px;
  color: #FFF;
  background: #307ADE;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  text-transform: uppercase;
  cursor: pointer; }

.sendingChoice {
  position: absolute;
  background-color: #FFF;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
  right: 20px !important;
  text-align: left; }

.sendingChoice a {
  font-size: 16px;
  color: #26a69a;
  display: block;
  line-height: 22px;
  padding: 14px 16px !important; }

.sendingChoice a:hover {
  background: #e9e9e9; }

#mappingVariablesTable thead {
  display: block; }

#mappingVariablesTable tbody {
  display: block;
  overflow-y: scroll;
  max-height: 200px; }

#mappingVariablesTable thead th, #mappingVariablesTable tbody td {
  width: 200px; }

.hidden {
  visibility: hidden; }

.container-wihtout-menu {
  width: 85%;
  max-width: 1490px;
  margin: 0 auto; }

.side-nav .tooltipped {
  position: relative;
  bottom: 2px;
  color: #039be5;
  float: right; }

.iconBlock {
  padding: 10px !important; }

.iconBlockActive {
  background-color: lightskyblue; }

.infoInput {
  padding-left: 0 !important; }

.formLegend {
  color: #9e9e9e; }

.singleLevelMenu {
  padding-left: 0 !important;
  color: inherit !important;
  font-size: inherit !important; }

.singleLevelMenu:hover {
  background-color: transparent !important; }

.tableCategory {
  background-color: beige !important;
  font-weight: bold; }

#emailFromAddressesButton {
  padding: 10px;
  position: relative;
  top: 20px; }

.verticalCenter {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

#tools {
  border-bottom: 1px solid #307ADE; }

.whiteButton {
  background: #fff;
  color: #000;
  padding: 5px;
  border-radius: 2px;
  /*box-shadow: 0 5px 11px 0 rgb(0 0 0 / 18%), 0 4px 15px 0 rgb(0 0 0 / 15%);*/ }

#jobSummary ul {
  margin: 0; }

#jobSummary div {
  min-height: 23px; }

.picker__holder {
  overflow: visible; }

.bigCards {
  cursor: pointer;
  border: 3px solid lightgray;
  border-radius: 5px;
  height: 350px;
  position: relative;
  padding: 10px; }

.bigCards a {
  font-size: 7em;
  margin-top: 25px;
  margin-bottom: 25px; }

#creationTools {
  margin-top: 30px; }

#toast-container {
  top: 1% !important; }

.ui-autocomplete {
  max-height: 500px;
  overflow-y: auto;
  /* prevent horizontal scrollbar */
  overflow-x: hidden; }

/* IE 6 doesn't support max-height
   * we use height instead, but this forces the menu to always be this tall
   */
* html .ui-autocomplete {
  height: 500px; }

.ui-menu-item {
  font-size: 16px;
  color: #4db6ac;
  display: block;
  padding: 5px 5px; }

.ui-menu-item:hover {
  background-color: #f7f7f7; }

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  background-color: #f7f7f7 !important;
  border-color: #f7f7f7 !important;
  color: #4db6ac !important; }

.entryType {
  font-weight: bold;
  color: red; }

#sidenav-overlay {
  z-index: 980; }

.cursorDefault {
  cursor: default; }

/*# sourceMappingURL=Docoon.css.map */
