File "dashboard-design-temp.css"

Full Path: /home/rfaztorb/public_html/wordpress/search/file/pomo/updraft/plugins-old/updraftcentral/css/dashboard-design-temp.css
File size: 99.7 KB
MIME-type: text/plain
Charset: utf-8

/*!
 * Core variables
 */
/*-----------------------------------------------------------------------------------
 * Dashboard Design
 *
 * This is CSS sheet is for the new styling of the dashboard for later integration
 * in to the main CSS. When integrated some of the '!important' declarations
 * can be removed.
 *
/*-----------------------------------------------------------------------------------*/
#updraftcentral_dashboard .container:before, #updraftcentral_dashboard .container:after,
#updraftcentral_dashboard .row:before,
#updraftcentral_dashboard .row:after {
  content: none !important; }

#updraftcentral_dashboard .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
  flex-grow: 1;
  max-width: 100%; }

.order-1 {
  -ms-flex-order: 1;
  -webkit-box-ordinal-group: 2;
  order: 1; }

.order-2 {
  -ms-flex-order: 2;
  -webkit-box-ordinal-group: 3;
  order: 2; }

.order-3 {
  -ms-flex-order: 3;
  -webkit-box-ordinal-group: 4;
  order: 3; }

.order-4 {
  -ms-flex-order: 4;
  -webkit-box-ordinal-group: 5;
  order: 4; }

.order-last {
  -ms-flex-order: 100;
  -webkit-box-ordinal-group: 101;
  order: 100; }

html {
  font-size: 16px !important;
  margin: 0 !important; }

button,
textarea,
input {
  outline: none !important; }

#wpadminbar {
  visibility: hidden !important;
  display: none !important; }

body {
  background: #F3F5F7 !important;
  font-family: "Source Sans Pro", Roboto, "Helvetica Neue", Arial, sans-serif !important;
  font-weight: 400 !important;
  font-size: 1rem !important;
  color: #6E7078 !important; }

a#updraftcentral_addsite_help,
a#updraftcentral_addsite_expertoptions_show {
  color: #DE6726;
  text-decoration: none;
  padding: 0;
  margin: 0;
  outline: none; }
  a#updraftcentral_addsite_help:hover, a#updraftcentral_addsite_help:focus,
  a#updraftcentral_addsite_expertoptions_show:hover,
  a#updraftcentral_addsite_expertoptions_show:focus {
    color: #9f4818;
    text-decoration: none; }
  a#updraftcentral_addsite_help:visited,
  a#updraftcentral_addsite_expertoptions_show:visited {
    color: #DE6726; }

#updraftcentral_dashboard {
  background: #F3F5F7;
  font-family: "Source Sans Pro", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: 400;
  font-size: 1rem;
  color: #6E7078; }
  #updraftcentral_dashboard.updraft-fullscreen {
    background: #F3F5F7; }
  #updraftcentral_dashboard a {
    color: #DE6726;
    text-decoration: none;
    padding: 0;
    margin: 0;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none; }
    #updraftcentral_dashboard a:hover, #updraftcentral_dashboard a:focus {
      color: #9f4818;
      text-decoration: none; }
    #updraftcentral_dashboard a:visited {
      color: #DE6726; }
  #updraftcentral_dashboard table,
  #updraftcentral_dashboard .table {
    width: 100%;
    text-align: left; }
  #updraftcentral_dashboard ul, #updraftcentral_dashboard ol {
    margin: 0 0 1rem 0;
    padding: 0; }
  #updraftcentral_dashboard label {
    font-family: "Source Sans Pro", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-weight: 300;
    font-size: 1.125rem;
    margin-top: 0;
    margin-bottom: 0; }
  #updraftcentral_dashboard .label-top {
    width: 100%;
    display: block; }
  #updraftcentral_dashboard textarea,
  #updraftcentral_dashboard select,
  #updraftcentral_dashboard input[type=text],
  #updraftcentral_dashboard input[type=password],
  #updraftcentral_dashboard input[type=search],
  #updraftcentral_dashboard input[type=checkbox],
  #updraftcentral_dashboard input[type=radio],
  #updraftcentral_dashboard input[type=number],
  #updraftcentral_dashboard input[type=time] {
    font-family: "Source Sans Pro", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.25;
    color: #6E7078;
    margin-bottom: 15px;
    padding: 5px 12px;
    border: 1px solid #C6C9D5;
    border-radius: 1px !important;
    appearance: none;
    -moz-appearance: none;
    /* Firefox */
    -webkit-appearance: none;
    /* Safari and Chrome */
    box-shadow: none;
    box-sizing: border-box; }
  #updraftcentral_dashboard input[type=number] {
    width: 60px; }
  #updraftcentral_dashboard input[type=text],
  #updraftcentral_dashboard input[type=number],
  #updraftcentral_dashboard input[type=password],
  #updraftcentral_dashboard select {
    height: 34px;
    width: auto;
    display: inline-block; }
    #updraftcentral_dashboard input[type=text]:focus,
    #updraftcentral_dashboard input[type=number]:focus,
    #updraftcentral_dashboard input[type=password]:focus,
    #updraftcentral_dashboard select:focus {
      border-color: #94979F; }
    #updraftcentral_dashboard input[type=text].field-error,
    #updraftcentral_dashboard input[type=number].field-error,
    #updraftcentral_dashboard input[type=password].field-error,
    #updraftcentral_dashboard select.field-error {
      border: 1px solid #DE6726 !important; }
  #updraftcentral_dashboard input[type=checkbox] {
    appearance: checkbox;
    -moz-appearance: checkbox;
    /* Firefox */
    -webkit-appearance: checkbox;
    /* Safari and Chrome */
    margin: 2px 10px 3px 0;
    display: inline-block; }
  #updraftcentral_dashboard input[type=radio] {
    appearance: radio;
    -moz-appearance: radio;
    /* Firefox */
    -webkit-appearance: radio;
    /* Safari and Chrome */
    margin: 1px 10px 3px 0; }
  #updraftcentral_dashboard select {
    width: 100%;
    background-color: #fff;
    background: url(../images/icons/chevron-down-grey.png) no-repeat 97% 50% #fff;
    padding-right: 43px; }
  #updraftcentral_dashboard textarea {
    width: 100%;
    height: auto;
    min-height: 150px; }
  #updraftcentral_dashboard .form-group {
    margin-bottom: 0 !important; }
  #updraftcentral_dashboard h1, #updraftcentral_dashboard .h1,
  #updraftcentral_dashboard h2, #updraftcentral_dashboard .h2,
  #updraftcentral_dashboard h3, #updraftcentral_dashboard .h3,
  #updraftcentral_dashboard h4, #updraftcentral_dashboard .h4,
  #updraftcentral_dashboard h5, #updraftcentral_dashboard .h5,
  #updraftcentral_dashboard h6, #updraftcentral_dashboard .h6 {
    color: #6E7078;
    font-family: "Source Sans Pro", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-weight: 400;
    margin-bottom: 10px; }
  #updraftcentral_dashboard h1, #updraftcentral_dashboard .h1 {
    font-size: 2.5rem !important; }
  #updraftcentral_dashboard h2, #updraftcentral_dashboard .h2 {
    font-size: 1.75rem !important; }
  #updraftcentral_dashboard h3, #updraftcentral_dashboard .h3 {
    font-size: 1.375rem !important; }
  #updraftcentral_dashboard h4, #updraftcentral_dashboard .h4 {
    font-size: 1.375rem !important; }
  #updraftcentral_dashboard h5, #updraftcentral_dashboard .h5 {
    font-size: 1.125rem !important; }
  #updraftcentral_dashboard h6, #updraftcentral_dashboard .h6 {
    font-size: 1rem !important; }
  #updraftcentral_dashboard .txt-small {
    font-size: 85%; }
  #updraftcentral_dashboard .screen-title {
    font-size: 2.2rem !important;
    font-weight: 300;
    float: left; }
  #updraftcentral_dashboard .field-error-text {
    color: #DE6726 !important;
    font-size: 0.8rem !important;
    font-weight: 400 !important;
    margin-top: -10px !important; }
  #updraftcentral_dashboard .btn {
    width: auto;
    border: 0 none;
    font-size: 0.938rem;
    font-family: "Source Sans Pro", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-weight: 400;
    border-radius: 3px;
    padding: .4rem 1rem;
    line-height: 1.5;
    display: inline-block;
    border-radius: 3px; }
    #updraftcentral_dashboard .btn:hover {
      border: 0 none; }
    #updraftcentral_dashboard .btn.btn-primary {
      width: auto;
      border: 0 none;
      font-size: 0.938rem;
      font-family: "Source Sans Pro", Roboto, "Helvetica Neue", Arial, sans-serif;
      font-weight: 400;
      border-radius: 3px;
      padding: .4rem 1rem;
      line-height: 1.5;
      display: inline-block;
      border-radius: 3px;
      color: #ffffff !important;
      background-color: #DE6726; }
      #updraftcentral_dashboard .btn.btn-primary:hover {
        border: 0 none; }
      #updraftcentral_dashboard .btn.btn-primary:hover, #updraftcentral_dashboard .btn.btn-primary:focus {
        background-color: #b5521c; }
    #updraftcentral_dashboard .btn.btn-secondary {
      width: auto;
      border: 0 none;
      font-size: 0.938rem;
      font-family: "Source Sans Pro", Roboto, "Helvetica Neue", Arial, sans-serif;
      font-weight: 400;
      border-radius: 3px;
      padding: .4rem 1rem;
      line-height: 1.5;
      display: inline-block;
      border-radius: 3px;
      color: #ffffff !important;
      background-color: #94979F; }
      #updraftcentral_dashboard .btn.btn-secondary:hover {
        border: 0 none; }
      #updraftcentral_dashboard .btn.btn-secondary:hover, #updraftcentral_dashboard .btn.btn-secondary:focus {
        background-color: #afb1b7; }
    #updraftcentral_dashboard .btn.btn-outline-primary {
      width: auto;
      border: 0 none;
      font-size: 0.938rem;
      font-family: "Source Sans Pro", Roboto, "Helvetica Neue", Arial, sans-serif;
      font-weight: 400;
      border-radius: 3px;
      padding: .4rem 1rem;
      line-height: 1.5;
      display: inline-block;
      border-radius: 3px;
      color: #DE6726 !important;
      border: 1px solid #DE6726 !important;
      background: transparent;
      background-color: transparent;
      font-weight: 400; }
      #updraftcentral_dashboard .btn.btn-outline-primary:hover {
        border: 0 none; }
      #updraftcentral_dashboard .btn.btn-outline-primary:hover, #updraftcentral_dashboard .btn.btn-outline-primary:focus {
        color: #fff !important;
        background: #DE6726;
        background-color: #DE6726;
        border: 1px solid #DE6726 !important; }
    #updraftcentral_dashboard .btn.btn-outline-secondary {
      width: auto;
      border: 0 none;
      font-size: 0.938rem;
      font-family: "Source Sans Pro", Roboto, "Helvetica Neue", Arial, sans-serif;
      font-weight: 400;
      border-radius: 3px;
      padding: .4rem 1rem;
      line-height: 1.5;
      display: inline-block;
      border-radius: 3px;
      color: #94979F !important;
      border: 1px solid #94979F !important;
      background: transparent;
      background-color: transparent;
      font-weight: 400; }
      #updraftcentral_dashboard .btn.btn-outline-secondary:hover {
        border: 0 none; }
      #updraftcentral_dashboard .btn.btn-outline-secondary:hover, #updraftcentral_dashboard .btn.btn-outline-secondary:focus {
        color: #fff !important;
        background: #94979F;
        background-color: #94979F;
        border: 1px solid #94979F !important; }
    #updraftcentral_dashboard .btn.btn-refresh {
      color: #94979F;
      background: transparent; }
      #updraftcentral_dashboard .btn.btn-refresh:hover, #updraftcentral_dashboard .btn.btn-refresh:focus {
        color: #DE6726; }
    #updraftcentral_dashboard .btn.active.focus, #updraftcentral_dashboard .btn.active:focus, #updraftcentral_dashboard .btn.focus, #updraftcentral_dashboard .btn.btn:active.focus, #updraftcentral_dashboard .btn.btn:active:focus, #updraftcentral_dashboard .btn.btn:focus {
      -webkit-box-shadow: none;
      box-shadow: none; }
    #updraftcentral_dashboard .btn.btn-sm {
      font-size: 0.868rem !important;
      padding: .3rem 0.5rem !important; }
  #updraftcentral_dashboard .button-primary,
  #updraftcentral_dashboard #updraftplus-settings-save {
    width: auto;
    border: 0 none;
    font-size: 0.938rem;
    font-family: "Source Sans Pro", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-weight: 400;
    border-radius: 3px;
    padding: .4rem 1rem;
    line-height: 1.5;
    display: inline-block;
    border-radius: 3px;
    width: auto;
    border: 0 none;
    font-size: 0.938rem;
    font-family: "Source Sans Pro", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-weight: 400;
    border-radius: 3px;
    padding: .4rem 1rem;
    line-height: 1.5;
    display: inline-block;
    border-radius: 3px;
    color: #ffffff !important;
    background-color: #DE6726; }
    #updraftcentral_dashboard .button-primary:hover,
    #updraftcentral_dashboard #updraftplus-settings-save:hover {
      border: 0 none; }
    #updraftcentral_dashboard .button-primary:hover,
    #updraftcentral_dashboard #updraftplus-settings-save:hover {
      border: 0 none; }
    #updraftcentral_dashboard .button-primary:hover, #updraftcentral_dashboard .button-primary:focus,
    #updraftcentral_dashboard #updraftplus-settings-save:hover,
    #updraftcentral_dashboard #updraftplus-settings-save:focus {
      background-color: #b5521c; }
  #updraftcentral_dashboard #updraftcentral_dashboard_newsite.btn {
    border-radius: 50%;
    width: 55px;
    height: 55px;
    font: 0/0 a;
    padding: 10px; }
    #updraftcentral_dashboard #updraftcentral_dashboard_newsite.btn .dashicons-plus {
      width: 100%;
      height: 100%; }
  #updraftcentral_dashboard .updraft_download_button {
    width: auto;
    border: 0 none;
    font-size: 0.938rem;
    font-family: "Source Sans Pro", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-weight: 400;
    border-radius: 3px;
    padding: .4rem 1rem;
    line-height: 1.5;
    display: inline-block;
    border-radius: 3px;
    color: #94979F !important;
    border: 1px solid #94979F !important;
    background: transparent;
    background-color: transparent;
    font-weight: 400;
    margin-top: 10px;
    padding: 0.2rem 0.8rem;
    margin-right: 4px; }
    #updraftcentral_dashboard .updraft_download_button:hover {
      border: 0 none; }
    #updraftcentral_dashboard .updraft_download_button:hover, #updraftcentral_dashboard .updraft_download_button:focus {
      color: #fff !important;
      background: #94979F;
      background-color: #94979F;
      border: 1px solid #94979F !important; }
  #updraftcentral_dashboard .restore-button {
    float: none;
    display: inline-block; }
    @media screen and (min-width: 1200px) {
      #updraftcentral_dashboard .restore-button {
        float: left; } }
    #updraftcentral_dashboard .restore-button .button-primary {
      width: auto;
      border: 0 none;
      font-size: 0.938rem;
      font-family: "Source Sans Pro", Roboto, "Helvetica Neue", Arial, sans-serif;
      font-weight: 400;
      border-radius: 3px;
      padding: .4rem 1rem;
      line-height: 1.5;
      display: inline-block;
      border-radius: 3px;
      color: #ffffff !important;
      background-color: #DE6726;
      height: auto;
      margin: 0;
      float: none !important; }
      #updraftcentral_dashboard .restore-button .button-primary:hover {
        border: 0 none; }
      #updraftcentral_dashboard .restore-button .button-primary:hover, #updraftcentral_dashboard .restore-button .button-primary:focus {
        background-color: #b5521c; }
      @media screen and (min-width: 1200px) {
        #updraftcentral_dashboard .restore-button .button-primary {
          float: left;
          margin: 0 10px 0 0; } }
  #updraftcentral_dashboard .updraftplus-remove {
    float: none !important;
    display: inline-block; }
    @media screen and (min-width: 1200px) {
      #updraftcentral_dashboard .updraftplus-remove {
        float: left; } }
    #updraftcentral_dashboard .updraftplus-remove .updraft-delete-link {
      width: auto;
      border: 0 none;
      font-size: 0.938rem;
      font-family: "Source Sans Pro", Roboto, "Helvetica Neue", Arial, sans-serif;
      font-weight: 400;
      border-radius: 3px;
      padding: .4rem 1rem;
      line-height: 1.5;
      display: inline-block;
      border-radius: 3px;
      color: #ffffff !important;
      background-color: #94979F;
      height: auto;
      float: none; }
      #updraftcentral_dashboard .updraftplus-remove .updraft-delete-link:hover {
        border: 0 none; }
      #updraftcentral_dashboard .updraftplus-remove .updraft-delete-link:hover, #updraftcentral_dashboard .updraftplus-remove .updraft-delete-link:focus {
        background-color: #afb1b7; }
      @media screen and (min-width: 1200px) {
        #updraftcentral_dashboard .updraftplus-remove .updraft-delete-link {
          float: left; } }
  #updraftcentral_dashboard .btn.update-info {
    background-color: transparent !important;
    color: #94979F !important;
    padding: .5rem .5rem; }
  #updraftcentral_dashboard .btn.update-failure-messages-text, #updraftcentral_dashboard .btn.update-in-progress {
    display: none; }
  #updraftcentral_dashboard .btn.update-in-progress {
    width: 120px !important;
    background-color: transparent;
    border: 1px solid #DE6726;
    color: #DE6726 !important; }
  #updraftcentral_dashboard .updraftcentral_action_show_all_updates .dashicons-cloud:before {
    content: "";
    width: 20px;
    height: 20px;
    display: inline-block;
    margin: 0;
    vertical-align: top;
    background: url(../images/icons/updates-outline-icon-white.svg) no-repeat left center;
    background-size: 20px; }
  #updraftcentral_dashboard table,
  #updraftcentral_dashboard .table {
    margin-bottom: 15px; }
    @media screen and (min-width: 1200px) {
      #updraftcentral_dashboard table,
      #updraftcentral_dashboard .table {
        border-bottom: 0 none; } }
    #updraftcentral_dashboard table th,
    #updraftcentral_dashboard table td,
    #updraftcentral_dashboard table .th,
    #updraftcentral_dashboard table .td,
    #updraftcentral_dashboard .table th,
    #updraftcentral_dashboard .table td,
    #updraftcentral_dashboard .table .th,
    #updraftcentral_dashboard .table .td {
      padding: 12px 0;
      border: 0 none;
      float: none !important;
      position: relative; }
    #updraftcentral_dashboard table th,
    #updraftcentral_dashboard table .th,
    #updraftcentral_dashboard .table th,
    #updraftcentral_dashboard .table .th {
      font-size: 0.875rem;
      font-weight: 600;
      text-transform: uppercase; }
      @media screen and (min-width: 1200px) {
        #updraftcentral_dashboard table th,
        #updraftcentral_dashboard table .th,
        #updraftcentral_dashboard .table th,
        #updraftcentral_dashboard .table .th {
          border-bottom: 1px solid #EAEDF0; } }
    #updraftcentral_dashboard table tr,
    #updraftcentral_dashboard table .tr,
    #updraftcentral_dashboard .table tr,
    #updraftcentral_dashboard .table .tr {
      border: 0 none !important; }
    #updraftcentral_dashboard table td,
    #updraftcentral_dashboard table .td,
    #updraftcentral_dashboard .table td,
    #updraftcentral_dashboard .table .td {
      font-size: 1rem;
      vertical-align: middle; }
      #updraftcentral_dashboard table td:last-of-type,
      #updraftcentral_dashboard table .td:last-of-type,
      #updraftcentral_dashboard .table td:last-of-type,
      #updraftcentral_dashboard .table .td:last-of-type {
        border-bottom: 1px solid #EAEDF0; }
      @media screen and (max-width: 1200px) {
        #updraftcentral_dashboard table td,
        #updraftcentral_dashboard table .td,
        #updraftcentral_dashboard .table td,
        #updraftcentral_dashboard .table .td {
          text-align: left; } }
      @media screen and (min-width: 1200px) {
        #updraftcentral_dashboard table td,
        #updraftcentral_dashboard table .td,
        #updraftcentral_dashboard .table td,
        #updraftcentral_dashboard .table .td {
          border-bottom: 1px solid #EAEDF0; } }
      #updraftcentral_dashboard table td a,
      #updraftcentral_dashboard table .td a,
      #updraftcentral_dashboard .table td a,
      #updraftcentral_dashboard .table .td a {
        margin: 0;
        padding: 0; }
      #updraftcentral_dashboard table td p,
      #updraftcentral_dashboard table .td p,
      #updraftcentral_dashboard .table td p,
      #updraftcentral_dashboard .table .td p {
        margin: 0;
        padding: 0; }
  #updraftcentral_dashboard #updraft-central-navigation {
    background: #fff;
    padding: 10px 2% 10px 18px;
    position: relative;
    z-index: 10; }
    #updraftcentral_dashboard #updraft-central-navigation .updraftcentral_site_selected {
      display: none; }
    #updraftcentral_dashboard #updraft-central-navigation .updraft-central-logo {
      width: auto;
      margin: 0;
      padding: 0; }
      @media screen and (max-width: 670px) {
        #updraftcentral_dashboard #updraft-central-navigation .updraft-central-logo {
          position: absolute;
          left: 50%;
          -webkit-transform: translatex(-50%);
          transform: translatex(-50%); } }
      @media screen and (min-width: 670px) {
        #updraftcentral_dashboard #updraft-central-navigation .updraft-central-logo {
          display: inline-block;
          float: left;
          padding-left: 0;
          margin: 0; } }
    #updraftcentral_dashboard #updraft-central-navigation .top_menu_right {
      width: auto;
      float: right;
      white-space: nowrap;
      display: inline-block;
      text-align: right; }
      #updraftcentral_dashboard #updraft-central-navigation .top_menu_right a {
        color: #C6C9D5;
        text-decoration: none; }
        #updraftcentral_dashboard #updraft-central-navigation .top_menu_right a:visited {
          color: #C6C9D5;
          text-decoration: none; }
        #updraftcentral_dashboard #updraft-central-navigation .top_menu_right a:hover {
          color: #6E7078;
          text-decoration: none; }
      #updraftcentral_dashboard #updraft-central-navigation .top_menu_right #updraftcentral_licence_info {
        font-size: 18px;
        line-height: 1;
        margin-right: 12px; }
    #updraftcentral_dashboard #updraft-central-navigation button.btn {
      padding: 0; }
      #updraftcentral_dashboard #updraft-central-navigation button.btn:focus, #updraftcentral_dashboard #updraft-central-navigation button.btn:hover {
        background-color: #ececec; }
        #updraftcentral_dashboard #updraft-central-navigation button.btn:focus span.dashicons, #updraftcentral_dashboard #updraft-central-navigation button.btn:hover span.dashicons {
          mix-blend-mode: exclusion; }
    #updraftcentral_dashboard #updraft-central-navigation .dashicons {
      font-size: 30px;
      color: #C6C9D5;
      height: 30px;
      width: 30px;
      cursor: pointer; }
      #updraftcentral_dashboard #updraft-central-navigation .dashicons.updraftcentral-help-icon {
        background: url(../images/icons/help-icon.svg) no-repeat center center; }
      #updraftcentral_dashboard #updraft-central-navigation .dashicons.updraftcentral-settings-icon {
        background: url(../images/icons/settings-icon.svg) no-repeat center center; }
      #updraftcentral_dashboard #updraft-central-navigation .dashicons.updraftcentral-profile {
        display: none;
        background: url(../images/icons/profile-icon.svg) no-repeat center center; }
      #updraftcentral_dashboard #updraft-central-navigation .dashicons.updraft-full-screen-icon {
        background: url(../images/icons/fullscreen-icon.svg) no-repeat center center; }
    #updraftcentral_dashboard #updraft-central-navigation .updraft-mobile-menu {
      color: #94979F;
      float: left; }
  #updraftcentral_dashboard.updraft-fullscreen #updraft-central-content-container {
    height: 100vh; }
  #updraftcentral_dashboard #updraft-central-content-container {
    height: 100vh; }
    #updraftcentral_dashboard #updraft-central-content-container #updraft-central-content {
      padding: 30px 15px 50px 15px; }
      @media screen and (min-width: 670px) {
        #updraftcentral_dashboard #updraft-central-content-container #updraft-central-content {
          padding-left: 40px;
          padding-right: 40px; } }
    #updraftcentral_dashboard #updraft-central-content-container .updraft-central-sidebar {
      width: 200px;
      padding-top: 30px;
      float: left;
      overflow-y: auto;
      overflow-x: visible;
      height: 100%;
      background: #fff;
      border: 0 none;
      border-bottom: none;
      display: block; }
      #updraftcentral_dashboard #updraft-central-content-container .updraft-central-sidebar .logo {
        display: block;
        display: none; }
        #updraftcentral_dashboard #updraft-central-content-container .updraft-central-sidebar .logo img {
          margin-left: auto;
          margin-right: auto; }
          #updraftcentral_dashboard #updraft-central-content-container .updraft-central-sidebar .logo img.logo-landscape {
            display: none; }
      #updraftcentral_dashboard #updraft-central-content-container .updraft-central-sidebar.sidebar-folded .logo img.logo-portrait {
        display: none; }
      #updraftcentral_dashboard #updraft-central-content-container .updraft-central-sidebar.sidebar-folded .logo img.logo-landscape {
        display: block; }
      @media screen and (max-width: 670px) {
        #updraftcentral_dashboard #updraft-central-content-container .updraft-central-sidebar {
          border-right: 1px solid #EAEDF0; } }
      #updraftcentral_dashboard #updraft-central-content-container .updraft-central-sidebar .updraft-menu-item-container:focus-within {
        background: #f9f9f9; }
      #updraftcentral_dashboard #updraft-central-content-container .updraft-central-sidebar .updraft-menu-item-container.hidden-modules {
        border-top: 1px solid #EAEDF0; }
        #updraftcentral_dashboard #updraft-central-content-container .updraft-central-sidebar .updraft-menu-item-container.hidden-modules .updraft-menu-item:hover {
          border-left: 4px solid #ffffff; }
      #updraftcentral_dashboard #updraft-central-content-container .updraft-central-sidebar .updraft-menu-item,
      #updraftcentral_dashboard #updraft-central-content-container .updraft-central-sidebar .updraft-menu-item-links,
      #updraftcentral_dashboard #updraft-central-content-container .updraft-central-sidebar .updraft-menu-item-active,
      #updraftcentral_dashboard #updraft-central-content-container .updraft-central-sidebar .updraft-menu-item-links-active {
        background: #fff; }
      #updraftcentral_dashboard #updraft-central-content-container .updraft-central-sidebar .updraft-menu-item-container:focus-within .updraft-menu-item,
      #updraftcentral_dashboard #updraft-central-content-container .updraft-central-sidebar .updraft-menu-item-container:focus-within .updraft-menu-item-links,
      #updraftcentral_dashboard #updraft-central-content-container .updraft-central-sidebar .updraft-menu-item-container:focus-within .updraft-menu-item-active,
      #updraftcentral_dashboard #updraft-central-content-container .updraft-central-sidebar .updraft-menu-item-container:focus-within .updraft-menu-item-links-active {
        background: #f9f9f9; }
      #updraftcentral_dashboard #updraft-central-content-container .updraft-central-sidebar .menu-label {
        margin: 0;
        padding: 0; }
      #updraftcentral_dashboard #updraft-central-content-container .updraft-central-sidebar .updraft-menu-item {
        height: 48px;
        font-size: 0.938rem;
        color: #6E7078;
        text-align: left;
        line-height: 48px;
        text-transform: uppercase;
        vertical-align: middle;
        padding: 0 0 0 18px;
        border-left: 4px solid #fff;
        cursor: pointer;
        font-weight: normal; }
        #updraftcentral_dashboard #updraft-central-content-container .updraft-central-sidebar .updraft-menu-item:hover, #updraftcentral_dashboard #updraft-central-content-container .updraft-central-sidebar .updraft-menu-item:focus {
          background: #fff;
          color: #6E7078;
          border-left: 4px solid #DE6726; }
          #updraftcentral_dashboard #updraft-central-content-container .updraft-central-sidebar .updraft-menu-item:hover .menu-label, #updraftcentral_dashboard #updraft-central-content-container .updraft-central-sidebar .updraft-menu-item:focus .menu-label {
            color: #DE6726; }
        #updraftcentral_dashboard #updraft-central-content-container .updraft-central-sidebar .updraft-menu-item .dashicons {
          height: 48px;
          width: auto;
          margin: 0 6px 0 0;
          color: #6E7078; }
          #updraftcentral_dashboard #updraft-central-content-container .updraft-central-sidebar .updraft-menu-item .dashicons:before {
            content: "";
            height: 48px;
            width: 20px;
            display: inline-block;
            margin: 0;
            vertical-align: middle; }
          #updraftcentral_dashboard #updraft-central-content-container .updraft-central-sidebar .updraft-menu-item .dashicons.sites:before {
            background: url(../images/icons/site-outline-icon.svg) no-repeat left center; }
          #updraftcentral_dashboard #updraft-central-content-container .updraft-central-sidebar .updraft-menu-item .dashicons.backups:before {
            background: url(../images/icons/backup-outline-icon.svg) no-repeat left center; }
          #updraftcentral_dashboard #updraft-central-content-container .updraft-central-sidebar .updraft-menu-item .dashicons.updates:before {
            background: url(../images/icons/update-outline-icon.svg) no-repeat left center; }
          #updraftcentral_dashboard #updraft-central-content-container .updraft-central-sidebar .updraft-menu-item .dashicons.updraftvault:before {
            background: url(../images/icons/vault-outline-icon.svg) no-repeat left center; }
          #updraftcentral_dashboard #updraft-central-content-container .updraft-central-sidebar .updraft-menu-item .dashicons.advancedtools:before {
            background: url(../images/icons/tool-outline-icon.svg) no-repeat left center; }
          #updraftcentral_dashboard #updraft-central-content-container .updraft-central-sidebar .updraft-menu-item .dashicons.users:before {
            background: url(../images/icons/user-outline-icon.svg) no-repeat left center; }
          #updraftcentral_dashboard #updraft-central-content-container .updraft-central-sidebar .updraft-menu-item .dashicons.comments:before {
            background: url(../images/icons/comment-outline-icon.svg) no-repeat left center; }
          #updraftcentral_dashboard #updraft-central-content-container .updraft-central-sidebar .updraft-menu-item .dashicons.analytics:before {
            background: url(../images/icons/analytics-outline-icon.svg) no-repeat left center; }
          #updraftcentral_dashboard #updraft-central-content-container .updraft-central-sidebar .updraft-menu-item .dashicons.dashicons-info:before {
            background: url(../images/icons/upgrade-outline-icon.svg) no-repeat left center; }
          #updraftcentral_dashboard #updraft-central-content-container .updraft-central-sidebar .updraft-menu-item .dashicons.wpo:before {
            background: url(../images/icons/wpo-outline-icon.svg) no-repeat left center; }
          #updraftcentral_dashboard #updraft-central-content-container .updraft-central-sidebar .updraft-menu-item .dashicons.modules-open:before {
            background: url(../images/icons/hidden-modules-icon.svg) no-repeat left center; }
          #updraftcentral_dashboard #updraft-central-content-container .updraft-central-sidebar .updraft-menu-item .dashicons.modules-close:before {
            background: url(../images/icons/hidden-modules-close-icon.svg) no-repeat left center;
            background-size: 16px; }
          #updraftcentral_dashboard #updraft-central-content-container .updraft-central-sidebar .updraft-menu-item .dashicons.dashicons-visibility:before {
            background: url(../images/icons/view-outline-icon.svg) no-repeat left center;
            background-size: 19px; }
      #updraftcentral_dashboard #updraft-central-content-container .updraft-central-sidebar .updraft-menu-item-active,
      #updraftcentral_dashboard #updraft-central-content-container .updraft-central-sidebar .updraft-menu-item-links-active {
        border-left: 4px solid #DE6726; }
      #updraftcentral_dashboard #updraft-central-content-container .updraft-central-sidebar.sidebar-folded .updraft-menu-item {
        padding: 0 0 0 18px !important; }
      #updraftcentral_dashboard #updraft-central-content-container .updraft-central-sidebar .module-visibility {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        background: none;
        border: none;
        position: absolute;
        cursor: pointer;
        right: 5px;
        top: 5px;
        padding: 7px;
        z-index: 1;
        color: #C6C9D5; }
        #updraftcentral_dashboard #updraft-central-content-container .updraft-central-sidebar .module-visibility:hover span {
          color: #6E7078; }
        #updraftcentral_dashboard #updraft-central-content-container .updraft-central-sidebar .module-visibility:focus span {
          color: #DE6726; }
  #updraftcentral_dashboard #updraft-central-sidebar-button .updraft-central-sidebar-button-icon {
    display: inline-block;
    position: relative;
    padding: 8px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    border-radius: 3px; }
    #updraftcentral_dashboard #updraft-central-sidebar-button .updraft-central-sidebar-button-icon img {
      -webkit-transform: translateY(-3px);
      transform: translateY(-3px); }
  #updraftcentral_dashboard #updraft-central-sidebar-button:focus .updraft-central-sidebar-button-icon {
    -webkit-box-shadow: 0 0 0 2px #de6726;
    box-shadow: 0 0 0 2px #de6726; }
  @media screen and (min-width: 670px) {
    #updraftcentral_dashboard #updraft-central-sidebar-button {
      display: block;
      position: relative;
      top: 0;
      -webkit-transform: translatey(50%);
      transform: translatey(50%);
      background-color: #fff;
      width: 100%;
      border-radius: 0;
      z-index: 1000; } }
  #updraftcentral_dashboard #updraftcentral_dashboard_existingsites {
    width: 100%;
    display: block;
    margin: 0;
    padding: 0;
    background-color: transparent;
    border-radius: 0; }
    #updraftcentral_dashboard #updraftcentral_dashboard_existingsites .updraftcentral_site_row {
      padding: 12px 12px 15px 12px;
      border: 1px solid #EAEDF0;
      border-radius: 0;
      text-align: center;
      margin-bottom: 12px;
      position: relative;
      -ms-flex-align: center;
      -webkit-box-align: center;
      align-items: center; }
      @media screen and (min-width: 1200px) {
        #updraftcentral_dashboard #updraftcentral_dashboard_existingsites .updraftcentral_site_row {
          padding: 6px 25px 9px 25px;
          text-align: left;
          -webkit-box-pack: justify;
          -ms-flex-pack: justify;
          justify-content: space-between; } }
      #updraftcentral_dashboard #updraftcentral_dashboard_existingsites .updraftcentral_site_row .updraftcentral_row_container {
        margin-top: 15px;
        margin-right: 0;
        text-align: center; }
        @media screen and (min-width: 1200px) {
          #updraftcentral_dashboard #updraftcentral_dashboard_existingsites .updraftcentral_site_row .updraftcentral_row_container {
            margin-top: 4px;
            text-align: right; } }
      #updraftcentral_dashboard #updraftcentral_dashboard_existingsites .updraftcentral_site_row .updraftcentral_row_extracontents {
        width: 100%; }
      #updraftcentral_dashboard #updraftcentral_dashboard_existingsites .updraftcentral_site_row .updraftcentral_row_sitelabel {
        padding-left: 0;
        padding-right: 0; }
        #updraftcentral_dashboard #updraftcentral_dashboard_existingsites .updraftcentral_site_row .updraftcentral_row_sitelabel .updraft_site_title {
          font-size: 1.375rem;
          font-weight: 400;
          display: block;
          max-width: 100% !important; }
          @media screen and (min-width: 1200px) {
            #updraftcentral_dashboard #updraftcentral_dashboard_existingsites .updraftcentral_site_row .updraftcentral_row_sitelabel .updraft_site_title {
              min-width: 330px;
              max-width: 500px; } }
      #updraftcentral_dashboard #updraftcentral_dashboard_existingsites .updraftcentral_site_row .updraftcentral_site_url_after_description {
        font-size: 0.875rem;
        padding: 0;
        display: inline-block;
        color: #9f4818; }
        #updraftcentral_dashboard #updraftcentral_dashboard_existingsites .updraftcentral_site_row .updraftcentral_site_url_after_description:hover, #updraftcentral_dashboard #updraftcentral_dashboard_existingsites .updraftcentral_site_row .updraftcentral_site_url_after_description:focus {
          color: #9f4818;
          text-decoration: underline; }
      #updraftcentral_dashboard #updraftcentral_dashboard_existingsites .updraftcentral_site_row .updraftcentral_row_site_buttons {
        padding: 0; }
      #updraftcentral_dashboard #updraftcentral_dashboard_existingsites .updraftcentral_site_row .updraftcentral_site_sort_icon {
        display: none; }
    #updraftcentral_dashboard #updraftcentral_dashboard_existingsites .updraftcentral_row_site_buttons .icon-row-1,
    #updraftcentral_dashboard #updraftcentral_dashboard_existingsites .updraftcentral_row_site_buttons .icon-row-2 {
      display: inline-block; }
    #updraftcentral_dashboard #updraftcentral_dashboard_existingsites .updraftcentral_row_site_buttons .btn {
      width: 112px;
      padding: 0.25rem 0.5rem; }
      @media screen and (min-width: 1200px) {
        #updraftcentral_dashboard #updraftcentral_dashboard_existingsites .updraftcentral_row_site_buttons .btn {
          width: auto; } }
    #updraftcentral_dashboard #updraftcentral_dashboard_existingsites .updraftcentral_row_site_buttons .btn-primary {
      background: transparent;
      color: #6E7078 !important;
      font-size: 0.813rem !important;
      font-weight: normal; }
      #updraftcentral_dashboard #updraftcentral_dashboard_existingsites .updraftcentral_row_site_buttons .btn-primary:hover, #updraftcentral_dashboard #updraftcentral_dashboard_existingsites .updraftcentral_row_site_buttons .btn-primary:focus, #updraftcentral_dashboard #updraftcentral_dashboard_existingsites .updraftcentral_row_site_buttons .btn-primary[aria-expanded=true] {
        color: #DE6726 !important;
        background-color: #ECECEC; }
        #updraftcentral_dashboard #updraftcentral_dashboard_existingsites .updraftcentral_row_site_buttons .btn-primary:hover span.dashicons, #updraftcentral_dashboard #updraftcentral_dashboard_existingsites .updraftcentral_row_site_buttons .btn-primary:focus span.dashicons, #updraftcentral_dashboard #updraftcentral_dashboard_existingsites .updraftcentral_row_site_buttons .btn-primary[aria-expanded=true] span.dashicons {
          mix-blend-mode: multiply; }
      #updraftcentral_dashboard #updraftcentral_dashboard_existingsites .updraftcentral_row_site_buttons .btn-primary .dashicons {
        width: 100%;
        height: auto;
        display: block;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 7px; }
      #updraftcentral_dashboard #updraftcentral_dashboard_existingsites .updraftcentral_row_site_buttons .btn-primary .dashicons:before {
        content: "";
        height: 20px;
        display: inline-block;
        vertical-align: middle; }
      #updraftcentral_dashboard #updraftcentral_dashboard_existingsites .updraftcentral_row_site_buttons .btn-primary .dashicons-wordpress-alt:before {
        width: 20px;
        background: url(../images/icons/wordpress-logo-icon.svg) no-repeat center center; }
      @media screen and (min-width: 1200px) {
        #updraftcentral_dashboard #updraftcentral_dashboard_existingsites .updraftcentral_row_site_buttons .btn-primary.more-option {
          height: 57px; } }
      @media screen and (max-width: 1200px) {
        #updraftcentral_dashboard #updraftcentral_dashboard_existingsites .updraftcentral_row_site_buttons .btn-primary.more-option .dashicons-menu {
          margin-bottom: 0;
          border-top: 1px solid #EAEDF0;
          padding-top: 10px; } }
      #updraftcentral_dashboard #updraftcentral_dashboard_existingsites .updraftcentral_row_site_buttons .btn-primary.more-option .dashicons-menu:before {
        width: 32px;
        background: url(../images/icons/more-icon.svg) no-repeat center center; }
      #updraftcentral_dashboard #updraftcentral_dashboard_existingsites .updraftcentral_row_site_buttons .btn-primary .dashicons-existing-backup:before {
        width: 25px;
        background: url(../images/icons/folder-icon.svg) no-repeat center center; }
      #updraftcentral_dashboard #updraftcentral_dashboard_existingsites .updraftcentral_row_site_buttons .btn-primary .dashicons-backup-now:before {
        width: 24px;
        background: url(../images/icons/backup-icon.svg) no-repeat center center; }
      #updraftcentral_dashboard #updraftcentral_dashboard_existingsites .updraftcentral_row_site_buttons .btn-primary .dashicons-configure:before {
        width: 24px;
        background: url(../images/icons/configure-icon.svg) no-repeat center center; }
      #updraftcentral_dashboard #updraftcentral_dashboard_existingsites .updraftcentral_row_site_buttons .btn-primary .dashicons-show-updates:before {
        width: 26px;
        background: url(../images/icons/updates-icon.svg) no-repeat center center; }
      #updraftcentral_dashboard #updraftcentral_dashboard_existingsites .updraftcentral_row_site_buttons .btn-primary .dashicons-media-document:before {
        width: 25px;
        background: url(../images/icons/folder-icon.svg) no-repeat center center; }
      #updraftcentral_dashboard #updraftcentral_dashboard_existingsites .updraftcentral_row_site_buttons .btn-primary .dashicons-admin-settings:before {
        width: 21px;
        background: url(../images/icons/tool-icon.svg) no-repeat center center; }
      #updraftcentral_dashboard #updraftcentral_dashboard_existingsites .updraftcentral_row_site_buttons .btn-primary .dashicons-plus:before {
        width: 31px;
        background: url(../images/icons/add-user-icon.svg) no-repeat center center; }
      #updraftcentral_dashboard #updraftcentral_dashboard_existingsites .updraftcentral_row_site_buttons .btn-primary .dashicons-admin-users:before {
        width: 20px;
        background: url(../images/icons/user-icon.svg) no-repeat center center; }
      #updraftcentral_dashboard #updraftcentral_dashboard_existingsites .updraftcentral_row_site_buttons .btn-primary .dashicons-admin-comments:before {
        width: 24px;
        background: url(../images/icons/comments-icon.svg) no-repeat center center; }
      #updraftcentral_dashboard #updraftcentral_dashboard_existingsites .updraftcentral_row_site_buttons .btn-primary .dashicons-admin-tools:before {
        width: 24px;
        background: url(../images/icons/configure-icon.svg) no-repeat center center; }
      #updraftcentral_dashboard #updraftcentral_dashboard_existingsites .updraftcentral_row_site_buttons .btn-primary .dashicons-admin-analytics:before {
        width: 30px;
        background: url(../images/icons/analytics-icon.svg) no-repeat center center; }
      #updraftcentral_dashboard #updraftcentral_dashboard_existingsites .updraftcentral_row_site_buttons .btn-primary .dashicons-edit-analytics:before {
        width: 30px;
        background: url(../images/icons/edit-analytics-icon.svg) no-repeat center center; }
      #updraftcentral_dashboard #updraftcentral_dashboard_existingsites .updraftcentral_row_site_buttons .btn-primary .dashicons-tag:before {
        width: 30px;
        background: url(../images/icons/tag-icon.svg) no-repeat center center; }
      #updraftcentral_dashboard #updraftcentral_dashboard_existingsites .updraftcentral_row_site_buttons .btn-primary .dashicons-wpo:before {
        width: 30px;
        background: url(../images/icons/wpo-icon.svg) no-repeat center center; }
      #updraftcentral_dashboard #updraftcentral_dashboard_existingsites .updraftcentral_row_site_buttons .btn-primary .dashicons-wpo-table:before {
        width: 30px;
        background: url(../images/icons/table-info-icon.svg) no-repeat center center; }
      #updraftcentral_dashboard #updraftcentral_dashboard_existingsites .updraftcentral_row_site_buttons .btn-primary .dashicons-wpo-cloud:before {
        width: 30px;
        background: url(../images/icons/cloud.svg) no-repeat center center; }
      #updraftcentral_dashboard #updraftcentral_dashboard_existingsites .updraftcentral_row_site_buttons .btn-primary .dashicons-wpo-images-alt2:before {
        width: 30px;
        background: url(../images/icons/images-alt2.svg) no-repeat center center; }
      #updraftcentral_dashboard #updraftcentral_dashboard_existingsites .updraftcentral_row_site_buttons .btn-primary .dashicons-wpo-archive:before {
        width: 30px;
        background: url(../images/icons/archive.svg) no-repeat center center; }
      #updraftcentral_dashboard #updraftcentral_dashboard_existingsites .updraftcentral_row_site_buttons .btn-primary .dashicons-wpo-dashboard:before {
        width: 30px;
        background: url(../images/icons/dashboard.svg) no-repeat center center; }
      #updraftcentral_dashboard #updraftcentral_dashboard_existingsites .updraftcentral_row_site_buttons .btn-primary .dashicons-wpo-admin-settings:before {
        width: 30px;
        background: url(../images/icons/admin-settings.svg) no-repeat center center; }
    @media screen and (max-width: 576px) {
      #updraftcentral_dashboard #updraftcentral_dashboard_existingsites .updraftcentral_row_site_buttons .updraftcentral-show-in-tab-backups .btn {
        width: 84px; } }
  #updraftcentral_dashboard #updraftcentral_sites_search_area {
    margin-bottom: 30px; }
    #updraftcentral_dashboard #updraftcentral_sites_search_area .form-control.udc_search_tag {
      height: 52px;
      padding: 12px 12px;
      border: 1px solid #EAEDF0;
      border-radius: 0 !important;
      font-weight: normal; }
      #updraftcentral_dashboard #updraftcentral_sites_search_area .form-control.udc_search_tag:focus {
        border-color: #6E7078; }
  #updraftcentral_dashboard .updraftcentral-filter-search label {
    display: none; }
  #updraftcentral_dashboard .updraftcentral-filter-search .input-group-btn {
    display: inline-block; }
  #updraftcentral_dashboard .updraftcentral-filter-search .updraftcentral-filter-btn {
    height: 38px; }
  #updraftcentral_dashboard #uc_task_progress_bar.ui-progressbar {
    border: 0 none;
    margin-bottom: 20px; }
    #updraftcentral_dashboard #uc_task_progress_bar.ui-progressbar #uc_task_progress_status {
      font-size: 0.938rem;
      font-style: normal;
      font-weight: 300;
      margin-top: 20px !important; }
    #updraftcentral_dashboard #uc_task_progress_bar.ui-progressbar .ui-progressbar-value {
      margin: 0;
      background-color: #DE6726;
      border-radius: 3px;
      height: 12px;
      float: left; }
  #updraftcentral_dashboard .updraft_existing_backups_output > button.btn-refresh,
  #updraftcentral_dashboard .updraft_site_settings_output > button.btn-refresh,
  #updraftcentral_dashboard .updraft_module_output > button.btn-refresh {
    margin-bottom: 20px; }
  #updraftcentral_dashboard .updraftcentral_action_box {
    padding: 0;
    margin: 0 0 20px 0;
    text-align: right; }
    #updraftcentral_dashboard .updraftcentral_action_box #updraftcentral_dashboard_newsite img {
      margin-left: auto;
      margin-right: auto; }
  #updraftcentral_dashboard .updraft_updates_output {
    margin-top: 30px; }
    @media screen and (min-width: 991px) {
      #updraftcentral_dashboard .updraft_updates_output {
        text-align: left; } }
    #updraftcentral_dashboard .updraft_updates_output .update-buttons {
      margin-top: 10px; }
      @media screen and (min-width: 991px) {
        #updraftcentral_dashboard .updraft_updates_output .update-buttons {
          margin-top: 0px; } }
    #updraftcentral_dashboard .updraft_updates_output .update-item {
      padding: 0.5rem 0;
      border-bottom: 1px solid #EAEDF0; }
      @media screen and (max-width: 1200px) {
        #updraftcentral_dashboard .updraft_updates_output .update-item {
          margin-left: 0;
          margin-right: 0; } }
    #updraftcentral_dashboard .updraft_updates_output.updraft_module_output .filter-by-keyword-container {
      margin-bottom: 30px; }
    #updraftcentral_dashboard .updraft_updates_output .filter-section .filter-elements,
    #updraftcentral_dashboard .updraft_updates_output .filter-section .filter_type {
      margin-top: 0 !important; }
    #updraftcentral_dashboard .updraft_updates_output .filter-section .filter-elements {
      margin-bottom: 20px; }
      @media screen and (min-width: 992px) {
        #updraftcentral_dashboard .updraft_updates_output .filter-section .filter-elements {
          margin-bottom: 0;
          text-align: right; } }
    #updraftcentral_dashboard .updraft_updates_output .filter-section .filter_type {
      display: inline-block;
      margin-right: 13px;
      margin-left: 0; }
      @media screen and (min-width: 992px) {
        #updraftcentral_dashboard .updraft_updates_output .filter-section .filter_type {
          margin-left: 20px;
          margin-right: 0; } }
  #updraftcentral_dashboard .expertmode {
    margin-top: 30px; }
  #updraftcentral_dashboard .advanced_settings_container .advanced_settings_menu {
    padding-bottom: 10px; }
    #updraftcentral_dashboard .advanced_settings_container .advanced_settings_menu .advanced_tools_text.dashicons-info {
      color: #6E7078; }
    #updraftcentral_dashboard .advanced_settings_container .advanced_settings_menu .advanced_tools_button {
      color: #6E7078 !important;
      border: 1px solid #fff; }
      #updraftcentral_dashboard .advanced_settings_container .advanced_settings_menu .advanced_tools_button.active, #updraftcentral_dashboard .advanced_settings_container .advanced_settings_menu .advanced_tools_button:hover {
        background: transparent;
        border: 1px solid #94979F; }
  #updraftcentral_dashboard .advanced_settings_container .advanced_settings_content {
    margin-top: 30px;
    padding: 0; }
    @media screen and (max-width: 1200px) {
      #updraftcentral_dashboard .advanced_settings_container .advanced_settings_content table, #updraftcentral_dashboard .advanced_settings_container .advanced_settings_content thead, #updraftcentral_dashboard .advanced_settings_container .advanced_settings_content tbody, #updraftcentral_dashboard .advanced_settings_container .advanced_settings_content th, #updraftcentral_dashboard .advanced_settings_container .advanced_settings_content td, #updraftcentral_dashboard .advanced_settings_container .advanced_settings_content tr {
        width: 100%;
        display: block; } }
    #updraftcentral_dashboard .advanced_settings_container .advanced_settings_content table th,
    #updraftcentral_dashboard .advanced_settings_container .advanced_settings_content table td {
      font-size: 1rem;
      font-weight: 400;
      text-align: left;
      vertical-align: top;
      border-bottom: 1px solid #EAEDF0; }
    #updraftcentral_dashboard .advanced_settings_container .advanced_settings_content table th {
      width: 100%;
      min-height: 24px;
      -webkit-box-sizing: content-box;
      box-sizing: content-box;
      padding-right: 10px;
      padding-left: 13px;
      background-color: #fbf9f9; }
      @media screen and (min-width: 1200px) {
        #updraftcentral_dashboard .advanced_settings_container .advanced_settings_content table th {
          width: 33%;
          background-color: transparent;
          padding-left: 0; } }
    #updraftcentral_dashboard .advanced_settings_container .advanced_settings_content table td {
      padding-left: 13px; }
      @media screen and (min-width: 1200px) {
        #updraftcentral_dashboard .advanced_settings_container .advanced_settings_content table td {
          width: 67%;
          padding-left: 0px; } }
  #updraftcentral_dashboard .advanced_settings_container .advanced_tools {
    padding-bottom: 20px; }
    #updraftcentral_dashboard .advanced_settings_container .advanced_tools.export_settings .button-primary {
      width: auto;
      border: 0 none;
      font-size: 0.938rem;
      font-family: "Source Sans Pro", Roboto, "Helvetica Neue", Arial, sans-serif;
      font-weight: 400;
      border-radius: 3px;
      padding: .4rem 1rem;
      line-height: 1.5;
      display: inline-block;
      border-radius: 3px;
      color: #ffffff !important;
      background-color: #DE6726;
      height: auto;
      margin: 0;
      float: none !important;
      margin-bottom: 20px !important; }
      #updraftcentral_dashboard .advanced_settings_container .advanced_tools.export_settings .button-primary:hover {
        border: 0 none; }
      #updraftcentral_dashboard .advanced_settings_container .advanced_tools.export_settings .button-primary:hover, #updraftcentral_dashboard .advanced_settings_container .advanced_tools.export_settings .button-primary:focus {
        background-color: #b5521c; }
      @media screen and (min-width: 1200px) {
        #updraftcentral_dashboard .advanced_settings_container .advanced_tools.export_settings .button-primary {
          float: left;
          margin: 0 10px 0 0; } }
    #updraftcentral_dashboard .advanced_settings_container .advanced_tools.export_settings p {
      margin-bottom: 5px; }
    #updraftcentral_dashboard .advanced_settings_container .advanced_tools.wipe_settings .button-primary {
      width: auto;
      border: 0 none;
      font-size: 0.938rem;
      font-family: "Source Sans Pro", Roboto, "Helvetica Neue", Arial, sans-serif;
      font-weight: 400;
      border-radius: 3px;
      padding: .4rem 1rem;
      line-height: 1.5;
      display: inline-block;
      border-radius: 3px;
      color: #ffffff !important;
      background-color: #DE6726;
      height: auto;
      margin: 0;
      float: none !important; }
      #updraftcentral_dashboard .advanced_settings_container .advanced_tools.wipe_settings .button-primary:hover {
        border: 0 none; }
      #updraftcentral_dashboard .advanced_settings_container .advanced_tools.wipe_settings .button-primary:hover, #updraftcentral_dashboard .advanced_settings_container .advanced_tools.wipe_settings .button-primary:focus {
        background-color: #b5521c; }
      @media screen and (min-width: 1200px) {
        #updraftcentral_dashboard .advanced_settings_container .advanced_tools.wipe_settings .button-primary {
          float: left;
          margin: 0 10px 0 0; } }
  #updraftcentral_dashboard .updraft_existing_backups_output {
    margin-top: 30px; }
    #updraftcentral_dashboard .updraft_existing_backups_output .download-backups {
      padding: 0;
      margin: 0; }
      @media screen and (max-width: 1200px) {
        #updraftcentral_dashboard .updraft_existing_backups_output .download-backups .updraft_existing_backups table, #updraftcentral_dashboard .updraft_existing_backups_output .download-backups .updraft_existing_backups thead, #updraftcentral_dashboard .updraft_existing_backups_output .download-backups .updraft_existing_backups tbody, #updraftcentral_dashboard .updraft_existing_backups_output .download-backups .updraft_existing_backups th, #updraftcentral_dashboard .updraft_existing_backups_output .download-backups .updraft_existing_backups td, #updraftcentral_dashboard .updraft_existing_backups_output .download-backups .updraft_existing_backups tr {
          width: 100%;
          display: block; } }
      #updraftcentral_dashboard .updraft_existing_backups_output .download-backups .updraft_existing_backups tr {
        display: none; }
      #updraftcentral_dashboard .updraft_existing_backups_output .download-backups .updraft_existing_backups .existing-backups-table thead {
        display: none; }
      @media screen and (max-width: 1200px) {
        #updraftcentral_dashboard .updraft_existing_backups_output .download-backups .updraft_existing_backups .existing-backups-table tr.updraft_existing_backups_row {
          display: block; } }
      @media screen and (min-width: 1200px) {
        #updraftcentral_dashboard .updraft_existing_backups_output .download-backups .updraft_existing_backups .existing-backups-table tr.updraft_existing_backups_row {
          display: table-row; } }
      #updraftcentral_dashboard .updraft_existing_backups_output .download-backups .updraft_existing_backups .existing-backups-table tr.updraft_existing_backups_row td {
        vertical-align: top;
        text-align: center; }
        @media screen and (min-width: 1200px) {
          #updraftcentral_dashboard .updraft_existing_backups_output .download-backups .updraft_existing_backups .existing-backups-table tr.updraft_existing_backups_row td {
            text-align: left; } }
        @media screen and (min-width: 1200px) {
          #updraftcentral_dashboard .updraft_existing_backups_output .download-backups .updraft_existing_backups .existing-backups-table tr.updraft_existing_backups_row td.updraft_existingbackup_date {
            width: 180px;
            text-align: left; } }
        @media screen and (min-width: 1200px) {
          #updraftcentral_dashboard .updraft_existing_backups_output .download-backups .updraft_existing_backups .existing-backups-table tr.updraft_existing_backups_row td.before-restore-button {
            width: 160px; } }
        #updraftcentral_dashboard .updraft_existing_backups_output .download-backups .updraft_existing_backups .existing-backups-table tr.updraft_existing_backups_row td.updraft_existingbackup_storage {
          padding-top: 0px;
          padding-bottom: 0px; }
          @media screen and (min-width: 1200px) {
            #updraftcentral_dashboard .updraft_existing_backups_output .download-backups .updraft_existing_backups .existing-backups-table tr.updraft_existing_backups_row td.updraft_existingbackup_storage {
              width: 140px;
              min-width: 140px;
              padding: 12px 0;
              padding-right: 20px; } }
          #updraftcentral_dashboard .updraft_existing_backups_output .download-backups .updraft_existing_backups .existing-backups-table tr.updraft_existing_backups_row td.updraft_existingbackup_storage .stored_icon {
            width: 20px;
            height: auto;
            display: inline-block;
            margin-right: 5px; }
            #updraftcentral_dashboard .updraft_existing_backups_output .download-backups .updraft_existing_backups .existing-backups-table tr.updraft_existing_backups_row td.updraft_existingbackup_storage .stored_icon:last-of-type {
              margin-right: 0; }
        #updraftcentral_dashboard .updraft_existing_backups_output .download-backups .updraft_existing_backups .existing-backups-table tr.updraft_existing_backups_row td.updraft_existingbackup_data {
          padding-bottom: 0; }
          @media screen and (min-width: 1200px) {
            #updraftcentral_dashboard .updraft_existing_backups_output .download-backups .updraft_existing_backups .existing-backups-table tr.updraft_existing_backups_row td.updraft_existingbackup_data {
              padding: 12px 0; } }
        #updraftcentral_dashboard .updraft_existing_backups_output .download-backups .updraft_existing_backups .existing-backups-table tr.updraft_existing_backups_row td .backup_date_label .delete-backup-container,
        #updraftcentral_dashboard .updraft_existing_backups_output .download-backups .updraft_existing_backups .existing-backups-table tr.updraft_existing_backups_row td .backup_date_label div {
          display: inline-block;
          float: none; }
          @media screen and (min-width: 1200px) {
            #updraftcentral_dashboard .updraft_existing_backups_output .download-backups .updraft_existing_backups .existing-backups-table tr.updraft_existing_backups_row td .backup_date_label .delete-backup-container,
            #updraftcentral_dashboard .updraft_existing_backups_output .download-backups .updraft_existing_backups .existing-backups-table tr.updraft_existing_backups_row td .backup_date_label div {
              float: left; } }
        #updraftcentral_dashboard .updraft_existing_backups_output .download-backups .updraft_existing_backups .existing-backups-table tr.updraft_existing_backups_row td .backup_date_label .updraft-backup-label {
          display: none; }
      #updraftcentral_dashboard .updraft_existing_backups_output .download-backups .updraft_existing_backups .existing-backups-table .updraft-viewlogdiv {
        display: none; }
      #updraftcentral_dashboard .updraft_existing_backups_output .download-backups .updraft_existing_backups .existing-backups-table a.show-backup-data > span {
        width: 17px;
        height: 17px;
        font: 0/0 a;
        margin: 0 5px 0 0; }
        #updraftcentral_dashboard .updraft_existing_backups_output .download-backups .updraft_existing_backups .existing-backups-table a.show-backup-data > span:before {
          content: "";
          width: 100%;
          height: 100%;
          display: inline-block;
          margin-top: 2px; }
        #updraftcentral_dashboard .updraft_existing_backups_output .download-backups .updraft_existing_backups .existing-backups-table a.show-backup-data > span.dashicons-arrow-right:before {
          background: url(../images/icons/chevron-right-orange.svg) no-repeat center center; }
        #updraftcentral_dashboard .updraft_existing_backups_output .download-backups .updraft_existing_backups .existing-backups-table a.show-backup-data > span.dashicons-arrow-down:before {
          background: url(../images/icons/chevron-down-orange.svg) no-repeat center center; }
      #updraftcentral_dashboard .updraft_existing_backups_output .download-backups .updraft_existing_backups .existing-backups-table a.show-backup-data:hover {
        color: #DE6726; }
      #updraftcentral_dashboard .updraft_existing_backups_output .download-backups .updraft_existing_backups .existing-backups-table .delete-backup-container {
        margin: 4px 0 0 0;
        font: 0/0 a; }
        #updraftcentral_dashboard .updraft_existing_backups_output .download-backups .updraft_existing_backups .existing-backups-table .delete-backup-container input[type=checkbox] {
          margin: 0 10px 0 0; }
      #updraftcentral_dashboard .updraft_existing_backups_output .download-backups .updraft_existing_backups #btn-backup-bulk-delete {
        margin-top: 0;
        margin-bottom: 15px; }
    #updraftcentral_dashboard .updraft_existing_backups_output .dashicons-image-rotate {
      top: 0;
      left: 0; }
  #updraftcentral_dashboard .existing-backups-table thead tr td[colspan="3"],
  #updraftcentral_dashboard .existing-backups-table thead tr td[colspan="4"],
  #updraftcentral_dashboard .existing-backups-table tbody tr td[colspan="4"] {
    display: none; }
  #updraftcentral_dashboard .updraft_site_settings_output {
    margin-top: 30px; }
    @media screen and (max-width: 1200px) {
      #updraftcentral_dashboard .updraft_site_settings_output table, #updraftcentral_dashboard .updraft_site_settings_output thead, #updraftcentral_dashboard .updraft_site_settings_output tbody, #updraftcentral_dashboard .updraft_site_settings_output th, #updraftcentral_dashboard .updraft_site_settings_output td, #updraftcentral_dashboard .updraft_site_settings_output tr {
        width: 100%;
        display: block; } }
    #updraftcentral_dashboard .updraft_site_settings_output table {
      width: 100% !important; }
    @media screen and (min-width: 1200px) {
      #updraftcentral_dashboard .updraft_site_settings_output th {
        width: 25%; } }
    #updraftcentral_dashboard .updraft_site_settings_output hr {
      width: 0px !important;
      display: none; }
    #updraftcentral_dashboard .updraft_site_settings_output .updraft_settings_sectionheading {
      font-size: 1.375rem !important; }
    #updraftcentral_dashboard .updraft_site_settings_output > .form-table {
      width: 100%; }
      @media screen and (min-width: 1200px) {
        #updraftcentral_dashboard .updraft_site_settings_output > .form-table {
          width: 75%; } }
      #updraftcentral_dashboard .updraft_site_settings_output > .form-table div {
        float: none !important; }
    #updraftcentral_dashboard .updraft_site_settings_output .updraft_retain_rules select {
      margin-top: 15px; }
    #updraftcentral_dashboard .updraft_site_settings_output .updraft_retain_rules_delete {
      color: #6E7078;
      font-size: 1.4rem;
      font-weight: 300;
      line-height: 1.2;
      margin: 0;
      padding: 0px 0 2px 0; }
      #updraftcentral_dashboard .updraft_site_settings_output .updraft_retain_rules_delete .dashicons {
        vertical-align: middle; }
      #updraftcentral_dashboard .updraft_site_settings_output .updraft_retain_rules_delete:hover {
        background-color: transparent; }
        #updraftcentral_dashboard .updraft_site_settings_output .updraft_retain_rules_delete:hover .dashicons {
          color: #F00; }
    #updraftcentral_dashboard .updraft_site_settings_output #remote-storage-container {
      -webkit-column-count: auto !important;
      -moz-column-count: auto !important;
      column-count: auto !important;
      height: auto;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      @media screen and (max-width: 582px) {
        #updraftcentral_dashboard .updraft_site_settings_output #remote-storage-container {
          -webkit-column-count: auto !important;
          -moz-column-count: auto !important;
          column-count: auto !important; } }
      #updraftcentral_dashboard .updraft_site_settings_output #remote-storage-container label {
        width: 30%;
        margin: 0 10px 10px 0;
        padding: 12px;
        line-height: 1.4 !important;
        background-color: #fff;
        border: 1px solid #e0e0e0;
        border-radius: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        word-break: break-word; }
        @media screen and (max-width: 582px) {
          #updraftcentral_dashboard .updraft_site_settings_output #remote-storage-container label {
            width: 47%; } }
        #updraftcentral_dashboard .updraft_site_settings_output #remote-storage-container label span.labelauty-unchecked,
        #updraftcentral_dashboard .updraft_site_settings_output #remote-storage-container label span.labelauty-checked {
          margin: 0 0 0 7px;
          line-height: 1.1;
          vertical-align: middle; }
        #updraftcentral_dashboard .updraft_site_settings_output #remote-storage-container label span.labelauty-checked {
          color: #DE6726; }
        #updraftcentral_dashboard .updraft_site_settings_output #remote-storage-container label span.labelauty-unchecked-image,
        #updraftcentral_dashboard .updraft_site_settings_output #remote-storage-container label span.labelauty-checked-image {
          vertical-align: middle; }
        body.updraftcentral-medium #updraftcentral_dashboard .updraft_site_settings_output #remote-storage-container label {
          width: 47%; }
          body.updraftcentral-medium #updraftcentral_dashboard .updraft_site_settings_output #remote-storage-container label span.labelauty-unchecked-image,
          body.updraftcentral-medium #updraftcentral_dashboard .updraft_site_settings_output #remote-storage-container label span.labelauty-checked-image {
            width: 60px; }
        body.updraftcentral-small #updraftcentral_dashboard .updraft_site_settings_output #remote-storage-container label {
          width: 100%; }
          body.updraftcentral-small #updraftcentral_dashboard .updraft_site_settings_output #remote-storage-container label span.labelauty-unchecked-image,
          body.updraftcentral-small #updraftcentral_dashboard .updraft_site_settings_output #remote-storage-container label span.labelauty-checked-image {
            width: 60px; }
      #updraftcentral_dashboard .updraft_site_settings_output #remote-storage-container input.labelauty:checked + label {
        background-color: #EAEDF0 !important; }
    #updraftcentral_dashboard .updraft_site_settings_output #remote_storage_tabs td {
      margin: 15px 0 0 0;
      padding: 0;
      border-bottom: 1px solid #EAEDF0;
      list-style-type: none; }
      #updraftcentral_dashboard .updraft_site_settings_output #remote_storage_tabs td .nav-tab {
        color: #94979F;
        padding: 4px 20px;
        border-radius: 2px 2px 0px 0px;
        background: #F3F5F7;
        border-top: 1px solid #EAEDF0;
        border-left: 0 none;
        border-right: 1px solid #EAEDF0;
        border-bottom: 1px solid #EAEDF0;
        font-size: 1rem;
        font-weight: 400; }
        #updraftcentral_dashboard .updraft_site_settings_output #remote_storage_tabs td .nav-tab:hover {
          border-color: #EAEDF0;
          background: #ffffff; }
        #updraftcentral_dashboard .updraft_site_settings_output #remote_storage_tabs td .nav-tab.nav-tab-active {
          background: #ffffff;
          border-bottom: 1px solid #ffffff; }
      #updraftcentral_dashboard .updraft_site_settings_output #remote_storage_tabs td:first-child a {
        border-left: 1px solid #EAEDF0; }
  #updraftcentral_dashboard table.updraftcentral_comparison td {
    text-align: center;
    border-bottom: 1px solid #EAEDF0; }
    #updraftcentral_dashboard table.updraftcentral_comparison td.logo img {
      margin: 0 auto; }
  #updraftcentral_dashboard .updraftcentral_comment_filters {
    margin-top: 30px; }
  #updraftcentral_dashboard .updraftcentral_user_filters {
    margin-top: 30px; }
  #updraftcentral_dashboard .updraftcentral_wpo_rows .wpo_section.wpo_group {
    text-align: left; }
    @media screen and (max-width: 1200px) {
      #updraftcentral_dashboard .updraftcentral_wpo_rows .wpo_section.wpo_group th {
        display: none; } }
    #updraftcentral_dashboard .updraftcentral_wpo_rows .wpo_section.wpo_group td.wp-optimize-settings-optimization-run {
      text-align: right; }
      @media screen and (max-width: 1200px) {
        #updraftcentral_dashboard .updraftcentral_wpo_rows .wpo_section.wpo_group td.wp-optimize-settings-optimization-run {
          text-align: left; } }
  #updraftcentral_dashboard .updraftcentral_wpo_rows .button-secondary.wp-optimize-settings-optimization-run-button {
    width: auto;
    border: 0 none;
    font-size: 0.938rem;
    font-family: "Source Sans Pro", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-weight: 400;
    border-radius: 3px;
    padding: .4rem 1rem;
    line-height: 1.5;
    display: inline-block;
    border-radius: 3px;
    width: auto;
    border: 0 none;
    font-size: 0.938rem;
    font-family: "Source Sans Pro", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-weight: 400;
    border-radius: 3px;
    padding: .4rem 1rem;
    line-height: 1.5;
    display: inline-block;
    border-radius: 3px;
    color: #DE6726 !important;
    border: 1px solid #DE6726 !important;
    background: transparent;
    background-color: transparent;
    font-weight: 400; }
    #updraftcentral_dashboard .updraftcentral_wpo_rows .button-secondary.wp-optimize-settings-optimization-run-button:hover {
      border: 0 none; }
    #updraftcentral_dashboard .updraftcentral_wpo_rows .button-secondary.wp-optimize-settings-optimization-run-button:hover {
      border: 0 none; }
    #updraftcentral_dashboard .updraftcentral_wpo_rows .button-secondary.wp-optimize-settings-optimization-run-button:hover, #updraftcentral_dashboard .updraftcentral_wpo_rows .button-secondary.wp-optimize-settings-optimization-run-button:focus {
      color: #fff !important;
      background: #DE6726;
      background-color: #DE6726;
      border: 1px solid #DE6726 !important; }
  #updraftcentral_dashboard .updraftcentral_wpo_rows #wp_optimize_status_box {
    border-top: 1px solid #EAEDF0 !important; }
  #updraftcentral_dashboard .updraftcentral_wpo_rows form#settings_form {
    border-bottom: 1px solid #EAEDF0 !important;
    padding-bottom: 17px; }
  @media screen and (max-width: 1200px) {
    #updraftcentral_dashboard .updraftcentral_wpo_rows .wpo_section.wpo_group table, #updraftcentral_dashboard .updraftcentral_wpo_rows .wpo_section.wpo_group thead, #updraftcentral_dashboard .updraftcentral_wpo_rows .wpo_section.wpo_group tbody, #updraftcentral_dashboard .updraftcentral_wpo_rows .wpo_section.wpo_group th, #updraftcentral_dashboard .updraftcentral_wpo_rows .wpo_section.wpo_group td, #updraftcentral_dashboard .updraftcentral_wpo_rows .wpo_section.wpo_group tr {
      width: 100%;
      display: block; } }
  @media screen and (max-width: 1200px) {
    #updraftcentral_dashboard .updraftcentral_wpo_rows .wpo_section.wpo_group td,
    #updraftcentral_dashboard .updraftcentral_wpo_rows .wpo_section.wpo_group .wp-optimize-settings-optimization-checkbox {
      display: inline-block; }
    #updraftcentral_dashboard .updraftcentral_wpo_rows .wpo_section.wpo_group td {
      width: 80%; }
    #updraftcentral_dashboard .updraftcentral_wpo_rows .wpo_section.wpo_group .wp-optimize-settings-optimization-checkbox {
      width: 25px; }
    #updraftcentral_dashboard .updraftcentral_wpo_rows .wpo_section.wpo_group .wp-optimize-settings-optimization-info,
    #updraftcentral_dashboard .updraftcentral_wpo_rows .wpo_section.wpo_group .wp-optimize-settings-optimization-run {
      width: 100%;
      display: block; }
    #updraftcentral_dashboard .updraftcentral_wpo_rows .wpo_section.wpo_group .wp-optimize-settings-optimization-info {
      padding: 0; } }
  #updraftcentral_dashboard .updraftcentral_wpo_rows #wpoptimize_table_list th,
  #updraftcentral_dashboard .updraftcentral_wpo_rows #wpoptimize_table_list td,
  #updraftcentral_dashboard .updraftcentral_wpo_rows #wpoptimize_table_list .th,
  #updraftcentral_dashboard .updraftcentral_wpo_rows #wpoptimize_table_list .td {
    border-bottom: 1px solid #EAEDF0; }
  @media screen and (max-width: 991px) {
    #updraftcentral_dashboard .updraftcentral_wpo_rows #wpoptimize_table_list thead {
      border: none;
      clip: rect(0 0 0 0);
      height: 1px;
      margin: -1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      width: 1px; }
    #updraftcentral_dashboard .updraftcentral_wpo_rows #wpoptimize_table_list tr {
      display: block;
      margin-bottom: .625em; }
    #updraftcentral_dashboard .updraftcentral_wpo_rows #wpoptimize_table_list td {
      display: block;
      text-align: right; }
    #updraftcentral_dashboard .updraftcentral_wpo_rows #wpoptimize_table_list td:before {
      /*
					* aria-label has no advantage, it won't be read inside a table
					content: attr(aria-label);
					*/
      content: attr(data-label);
      float: left; }
    #updraftcentral_dashboard .updraftcentral_wpo_rows #wpoptimize_table_list td:last-child {
      border-bottom: 0; } }
  #updraftcentral_dashboard .updraftcentral_updraftvault_filters {
    margin-top: 30px; }
    #updraftcentral_dashboard .updraftcentral_updraftvault_filters hr {
      display: none; }
    #updraftcentral_dashboard .updraftcentral_updraftvault_filters .btn-danger.updraftcentral_site_updraftvault_action_btn {
      width: auto;
      border: 0 none;
      font-size: 0.938rem;
      font-family: "Source Sans Pro", Roboto, "Helvetica Neue", Arial, sans-serif;
      font-weight: 400;
      border-radius: 3px;
      padding: .4rem 1rem;
      line-height: 1.5;
      display: inline-block;
      border-radius: 3px;
      color: #ffffff !important;
      background-color: #94979F; }
      #updraftcentral_dashboard .updraftcentral_updraftvault_filters .btn-danger.updraftcentral_site_updraftvault_action_btn:hover {
        border: 0 none; }
      #updraftcentral_dashboard .updraftcentral_updraftvault_filters .btn-danger.updraftcentral_site_updraftvault_action_btn:hover, #updraftcentral_dashboard .updraftcentral_updraftvault_filters .btn-danger.updraftcentral_site_updraftvault_action_btn:focus {
        background-color: #afb1b7; }
  #updraftcentral_dashboard .updraftcentral_updraftvault_table {
    border: 0 none;
    text-align: left; }
    #updraftcentral_dashboard .updraftcentral_updraftvault_table .btn-sm.btn-secondary {
      width: auto;
      border: 0 none;
      font-size: 0.938rem;
      font-family: "Source Sans Pro", Roboto, "Helvetica Neue", Arial, sans-serif;
      font-weight: 400;
      border-radius: 3px;
      padding: .4rem 1rem;
      line-height: 1.5;
      display: inline-block;
      border-radius: 3px;
      color: #ffffff !important;
      background-color: #DE6726; }
      #updraftcentral_dashboard .updraftcentral_updraftvault_table .btn-sm.btn-secondary:hover {
        border: 0 none; }
      #updraftcentral_dashboard .updraftcentral_updraftvault_table .btn-sm.btn-secondary:hover, #updraftcentral_dashboard .updraftcentral_updraftvault_table .btn-sm.btn-secondary:focus {
        background-color: #b5521c; }
    #updraftcentral_dashboard .updraftcentral_updraftvault_table .row {
      border-bottom: 1px solid #EAEDF0;
      border-top: 0 none; }
  #updraftcentral_dashboard .updraftcentral_updraftvault_header .col-md-6 {
    width: auto !important;
    text-align: left; }
  #updraftcentral_dashboard .updraftcentral_updraftvault_header .per_page_label {
    width: auto;
    max-width: 100%;
    font-size: 1rem;
    padding-right: 0;
    display: inline-block; }
  #updraftcentral_dashboard .updraftcentral_updraftvault_header .col-md-2 {
    width: auto !important;
    display: inline-block; }
  #updraftcentral_dashboard .updraftcentral_updraftvault_header .per_page {
    width: 100px; }
  @media screen and (min-width: 1200px) and (max-width: 1380px) {
    #updraftcentral_dashboard.updraftcentral_mode_backups .updraftcentral_row_site_buttons.col-xl-4 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 43.333333%;
      flex: 0 0 43.333333%;
      max-width: 43.333333%; } }
  @media screen and (min-width: 1200px) and (max-width: 1380px) {
    #updraftcentral_dashboard.updraftcentral_mode_backups .updraftcentral_row_sitelabel.col-xl-5 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 28.333333%;
      flex: 0 0 28.333333%;
      max-width: 28.333333%; } }
  @media screen and (min-width: 1200px) and (max-width: 1380px) {
    #updraftcentral_dashboard.updraftcentral_mode_backups .updraftcentral_tags.col-xl-3 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
      flex: 0 0 20%;
      max-width: 20%; } }

#updraftcentral_modal_dialog a,
.bootbox.modal a {
  color: #DE6726;
  text-decoration: none;
  padding: 0;
  margin: 0;
  outline: none; }
  #updraftcentral_modal_dialog a:hover, #updraftcentral_modal_dialog a:focus,
  .bootbox.modal a:hover,
  .bootbox.modal a:focus {
    color: #9f4818;
    text-decoration: none; }
  #updraftcentral_modal_dialog a:visited,
  .bootbox.modal a:visited {
    color: #DE6726; }

#updraftcentral_modal_dialog .modal-header h1,
#updraftcentral_modal_dialog .modal-header h2,
#updraftcentral_modal_dialog .modal-header h3,
#updraftcentral_modal_dialog .modal-header h4,
#updraftcentral_modal_dialog .modal-header h5,
#updraftcentral_modal_dialog .modal-header h6,
#updraftcentral_modal_dialog .modal-body h1,
#updraftcentral_modal_dialog .modal-body h2,
#updraftcentral_modal_dialog .modal-body h3,
#updraftcentral_modal_dialog .modal-body h4,
#updraftcentral_modal_dialog .modal-body h5,
#updraftcentral_modal_dialog .modal-body h6,
.bootbox.modal .modal-header h1,
.bootbox.modal .modal-header h2,
.bootbox.modal .modal-header h3,
.bootbox.modal .modal-header h4,
.bootbox.modal .modal-header h5,
.bootbox.modal .modal-header h6,
.bootbox.modal .modal-body h1,
.bootbox.modal .modal-body h2,
.bootbox.modal .modal-body h3,
.bootbox.modal .modal-body h4,
.bootbox.modal .modal-body h5,
.bootbox.modal .modal-body h6 {
  font-family: "Source Sans Pro", Roboto, "Helvetica Neue", Arial, sans-serif !important;
  font-weight: 300 !important;
  margin-bottom: 10px; }

#updraftcentral_modal_dialog .modal-header p,
#updraftcentral_modal_dialog .modal-body p,
.bootbox.modal .modal-header p,
.bootbox.modal .modal-body p {
  padding-bottom: 15px; }

#updraftcentral_modal_dialog .modal-header .txt-small,
#updraftcentral_modal_dialog .modal-body .txt-small,
.bootbox.modal .modal-header .txt-small,
.bootbox.modal .modal-body .txt-small {
  font-size: 85%; }

#updraftcentral_modal_dialog .modal-header h1,
#updraftcentral_modal_dialog .modal-header h2,
#updraftcentral_modal_dialog .modal-header h3,
#updraftcentral_modal_dialog .modal-header h4,
#updraftcentral_modal_dialog .modal-header h5,
#updraftcentral_modal_dialog .modal-header h6,
.bootbox.modal .modal-header h1,
.bootbox.modal .modal-header h2,
.bootbox.modal .modal-header h3,
.bootbox.modal .modal-header h4,
.bootbox.modal .modal-header h5,
.bootbox.modal .modal-header h6 {
  margin-bottom: 0; }

#updraftcentral_modal_dialog .modal-content,
.bootbox.modal .modal-content {
  border: 0 none;
  border-radius: 6px; }

#updraftcentral_modal_dialog .modal-header,
#updraftcentral_modal_dialog .modal-body,
#updraftcentral_modal_dialog .modal-footer,
.bootbox.modal .modal-header,
.bootbox.modal .modal-body,
.bootbox.modal .modal-footer {
  padding: 25px; }

#updraftcentral_modal_dialog .modal-body label,
#updraftcentral_modal_dialog .modal-body .updraftcentral_addsite_label,
.bootbox.modal .modal-body label,
.bootbox.modal .modal-body .updraftcentral_addsite_label {
  font-family: "Source Sans Pro", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: 300;
  font-size: 1.125rem;
  margin-top: 0;
  margin-bottom: 0; }
  #updraftcentral_modal_dialog .modal-body label.label-top,
  #updraftcentral_modal_dialog .modal-body .updraftcentral_addsite_label.label-top,
  .bootbox.modal .modal-body label.label-top,
  .bootbox.modal .modal-body .updraftcentral_addsite_label.label-top {
    width: 100%;
    display: block; }

#updraftcentral_modal_dialog .modal-body textarea,
#updraftcentral_modal_dialog .modal-body select,
#updraftcentral_modal_dialog .modal-body input[type=text],
#updraftcentral_modal_dialog .modal-body input[type=password],
#updraftcentral_modal_dialog .modal-body input[type=checkbox],
#updraftcentral_modal_dialog .modal-body input[type=radio],
#updraftcentral_modal_dialog .modal-body input[type=number],
.bootbox.modal .modal-body textarea,
.bootbox.modal .modal-body select,
.bootbox.modal .modal-body input[type=text],
.bootbox.modal .modal-body input[type=password],
.bootbox.modal .modal-body input[type=checkbox],
.bootbox.modal .modal-body input[type=radio],
.bootbox.modal .modal-body input[type=number] {
  font-family: "Source Sans Pro", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.25;
  color: #6E7078;
  margin-bottom: 15px;
  padding: 5px 12px;
  border: 1px solid #C6C9D5;
  border-radius: 1px !important;
  appearance: none;
  -moz-appearance: none;
  /* Firefox */
  -webkit-appearance: none;
  /* Safari and Chrome */
  box-shadow: none;
  box-sizing: border-box; }

#updraftcentral_modal_dialog .modal-body input[type=number],
.bootbox.modal .modal-body input[type=number] {
  width: 60px; }

#updraftcentral_modal_dialog .modal-body input[type=text],
#updraftcentral_modal_dialog .modal-body input[type=password],
#updraftcentral_modal_dialog .modal-body select,
.bootbox.modal .modal-body input[type=text],
.bootbox.modal .modal-body input[type=password],
.bootbox.modal .modal-body select {
  height: 34px;
  width: auto;
  display: inline-block; }
  #updraftcentral_modal_dialog .modal-body input[type=text]:focus,
  #updraftcentral_modal_dialog .modal-body input[type=password]:focus,
  #updraftcentral_modal_dialog .modal-body select:focus,
  .bootbox.modal .modal-body input[type=text]:focus,
  .bootbox.modal .modal-body input[type=password]:focus,
  .bootbox.modal .modal-body select:focus {
    border-color: #94979F; }
  #updraftcentral_modal_dialog .modal-body input[type=text].field-error,
  #updraftcentral_modal_dialog .modal-body input[type=password].field-error,
  #updraftcentral_modal_dialog .modal-body select.field-error,
  .bootbox.modal .modal-body input[type=text].field-error,
  .bootbox.modal .modal-body input[type=password].field-error,
  .bootbox.modal .modal-body select.field-error {
    border: 1px solid #DE6726 !important; }

#updraftcentral_modal_dialog .modal-body input[type=checkbox],
.bootbox.modal .modal-body input[type=checkbox] {
  appearance: checkbox;
  -moz-appearance: checkbox;
  /* Firefox */
  -webkit-appearance: checkbox;
  /* Safari and Chrome */
  margin: 2px 10px 3px 0;
  display: inline-block; }

#updraftcentral_modal_dialog .modal-body input[type=radio],
.bootbox.modal .modal-body input[type=radio] {
  appearance: radio;
  -moz-appearance: radio;
  /* Firefox */
  -webkit-appearance: radio;
  /* Safari and Chrome */
  margin: 1px 10px 3px 0; }

#updraftcentral_modal_dialog .modal-body select,
.bootbox.modal .modal-body select {
  width: 100%;
  background-color: #fff;
  background: url(../images/icons/chevron-down-grey.png) no-repeat 97% 50% #fff;
  padding-right: 43px; }

#updraftcentral_modal_dialog .modal-body textarea,
.bootbox.modal .modal-body textarea {
  width: 100%;
  height: auto;
  min-height: 150px; }

#updraftcentral_modal_dialog .modal-body .form-group,
.bootbox.modal .modal-body .form-group {
  margin-bottom: 0 !important; }

#updraftcentral_modal_dialog .modal-body .field-error-text,
.bootbox.modal .modal-body .field-error-text {
  color: #DE6726 !important;
  font-size: 0.8rem !important;
  font-weight: 400 !important;
  margin-top: -10px !important;
  margin-bottom: 10px; }

#updraftcentral_modal_dialog .modal-header,
.bootbox.modal .modal-header {
  background-color: #F3F5F7;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 6px 6px 0 0; }
  #updraftcentral_modal_dialog .modal-header .modal-title,
  .bootbox.modal .modal-header .modal-title {
    font-size: 1.375rem;
    font-weight: 300 !important;
    color: #6E7078; }

#updraftcentral_modal_dialog .modal-header .close,
#updraftcentral_modal_dialog .modal-body .close,
.bootbox.modal .modal-header .close,
.bootbox.modal .modal-body .close {
  width: 26px;
  height: 26px;
  color: #DF6926;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 0;
  margin: 0;
  padding: 0px 0 2px;
  opacity: 0.8;
  text-shadow: 0px 0px 0px transparent;
  border: 2px solid #DF6926;
  border-radius: 50%;
  background-color: transparent; }
  #updraftcentral_modal_dialog .modal-header .close:hover,
  #updraftcentral_modal_dialog .modal-body .close:hover,
  .bootbox.modal .modal-header .close:hover,
  .bootbox.modal .modal-body .close:hover {
    text-decoration: none;
    opacity: 1;
    color: #b5521c;
    border-color: #b5521c; }

#updraftcentral_modal_dialog .modal-footer,
.bootbox.modal .modal-footer {
  padding-top: 15px;
  border: 0 none; }

#updraftcentral_modal_dialog .btn-primary,
#updraftcentral_modal_dialog .modal-footer .btn-primary,
.bootbox.modal .btn-primary,
.bootbox.modal .modal-footer .btn-primary {
  width: auto;
  border: 0 none;
  font-size: 0.938rem;
  font-family: "Source Sans Pro", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: 400;
  border-radius: 3px;
  padding: .4rem 1rem;
  line-height: 1.5;
  display: inline-block;
  border-radius: 3px;
  color: #ffffff !important;
  background-color: #DE6726; }
  #updraftcentral_modal_dialog .btn-primary:hover,
  #updraftcentral_modal_dialog .modal-footer .btn-primary:hover,
  .bootbox.modal .btn-primary:hover,
  .bootbox.modal .modal-footer .btn-primary:hover {
    border: 0 none; }
  #updraftcentral_modal_dialog .btn-primary:hover, #updraftcentral_modal_dialog .btn-primary:focus,
  #updraftcentral_modal_dialog .modal-footer .btn-primary:hover,
  #updraftcentral_modal_dialog .modal-footer .btn-primary:focus,
  .bootbox.modal .btn-primary:hover,
  .bootbox.modal .btn-primary:focus,
  .bootbox.modal .modal-footer .btn-primary:hover,
  .bootbox.modal .modal-footer .btn-primary:focus {
    background-color: #b5521c; }

#updraftcentral_modal_dialog .btn-secondary,
#updraftcentral_modal_dialog .modal-footer .btn-secondary,
.bootbox.modal .btn-secondary,
.bootbox.modal .modal-footer .btn-secondary {
  width: auto;
  border: 0 none;
  font-size: 0.938rem;
  font-family: "Source Sans Pro", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: 400;
  border-radius: 3px;
  padding: .4rem 1rem;
  line-height: 1.5;
  display: inline-block;
  border-radius: 3px;
  color: #ffffff !important;
  background-color: #94979F; }
  #updraftcentral_modal_dialog .btn-secondary:hover,
  #updraftcentral_modal_dialog .modal-footer .btn-secondary:hover,
  .bootbox.modal .btn-secondary:hover,
  .bootbox.modal .modal-footer .btn-secondary:hover {
    border: 0 none; }
  #updraftcentral_modal_dialog .btn-secondary:hover, #updraftcentral_modal_dialog .btn-secondary:focus,
  #updraftcentral_modal_dialog .modal-footer .btn-secondary:hover,
  #updraftcentral_modal_dialog .modal-footer .btn-secondary:focus,
  .bootbox.modal .btn-secondary:hover,
  .bootbox.modal .btn-secondary:focus,
  .bootbox.modal .modal-footer .btn-secondary:hover,
  .bootbox.modal .modal-footer .btn-secondary:focus {
    background-color: #afb1b7; }

#updraftcentral_modal_dialog .modal-content .modal-body ul,
.bootbox.modal .modal-content .modal-body ul {
  list-style-type: disc;
  margin: 0 0 20px 0;
  padding-left: 20px; }

#updraftcentral_modal_dialog .modal-content .modal-body .ui-tabs,
.bootbox.modal .modal-content .modal-body .ui-tabs {
  width: auto; }
  #updraftcentral_modal_dialog .modal-content .modal-body .ui-tabs.ui-tabs-vertical .ui-tabs-panel,
  .bootbox.modal .modal-content .modal-body .ui-tabs.ui-tabs-vertical .ui-tabs-panel {
    width: 100%; }
    @media screen and (min-width: 576px) {
      #updraftcentral_modal_dialog .modal-content .modal-body .ui-tabs.ui-tabs-vertical .ui-tabs-panel,
      .bootbox.modal .modal-content .modal-body .ui-tabs.ui-tabs-vertical .ui-tabs-panel {
        width: 74%; } }
  #updraftcentral_modal_dialog .modal-content .modal-body .ui-tabs.ui-tabs-vertical .ui-tabs-nav,
  .bootbox.modal .modal-content .modal-body .ui-tabs.ui-tabs-vertical .ui-tabs-nav {
    width: 100%;
    margin: 0 0 20px 0;
    padding: 0;
    border-bottom: 1px solid #F3F5F7; }
    @media screen and (min-width: 576px) {
      #updraftcentral_modal_dialog .modal-content .modal-body .ui-tabs.ui-tabs-vertical .ui-tabs-nav,
      .bootbox.modal .modal-content .modal-body .ui-tabs.ui-tabs-vertical .ui-tabs-nav {
        width: 22%;
        margin: 0 4% 0 0;
        border: none 0; } }
    #updraftcentral_modal_dialog .modal-content .modal-body .ui-tabs.ui-tabs-vertical .ui-tabs-nav li,
    .bootbox.modal .modal-content .modal-body .ui-tabs.ui-tabs-vertical .ui-tabs-nav li {
      width: 50%;
      margin: 0;
      font-weight: 300;
      float: left;
      clear: none;
      text-align: center; }
      @media screen and (min-width: 576px) {
        #updraftcentral_modal_dialog .modal-content .modal-body .ui-tabs.ui-tabs-vertical .ui-tabs-nav li,
        .bootbox.modal .modal-content .modal-body .ui-tabs.ui-tabs-vertical .ui-tabs-nav li {
          width: 100%;
          display: block;
          margin-bottom: 1px;
          clear: left;
          text-align: left; } }
      #updraftcentral_modal_dialog .modal-content .modal-body .ui-tabs.ui-tabs-vertical .ui-tabs-nav li.ui-tabs-active,
      .bootbox.modal .modal-content .modal-body .ui-tabs.ui-tabs-vertical .ui-tabs-nav li.ui-tabs-active {
        text-decoration: none;
        font-weight: 300;
        background-color: #F3F5F7; }
      #updraftcentral_modal_dialog .modal-content .modal-body .ui-tabs.ui-tabs-vertical .ui-tabs-nav li a,
      .bootbox.modal .modal-content .modal-body .ui-tabs.ui-tabs-vertical .ui-tabs-nav li a {
        text-transform: uppercase;
        text-decoration: none;
        color: #6E7078;
        padding: 8px 25px; }
        #updraftcentral_modal_dialog .modal-content .modal-body .ui-tabs.ui-tabs-vertical .ui-tabs-nav li a:hover,
        .bootbox.modal .modal-content .modal-body .ui-tabs.ui-tabs-vertical .ui-tabs-nav li a:hover {
          text-decoration: none;
          background-color: #F3F5F7; }

#updraftcentral_modal_dialog .modal-content .modal-body ul.nav-tabs,
.bootbox.modal .modal-content .modal-body ul.nav-tabs {
  margin: 15px 0 0 0;
  padding: 0;
  border-bottom: 1px solid #EAEDF0;
  list-style-type: none; }
  #updraftcentral_modal_dialog .modal-content .modal-body ul.nav-tabs li.nav-item,
  .bootbox.modal .modal-content .modal-body ul.nav-tabs li.nav-item {
    margin-bottom: -1px; }
    #updraftcentral_modal_dialog .modal-content .modal-body ul.nav-tabs li.nav-item a,
    .bootbox.modal .modal-content .modal-body ul.nav-tabs li.nav-item a {
      color: #94979F;
      padding: 4px 20px;
      border-radius: 2px 2px 0px 0px;
      background: #F3F5F7;
      border-top: 1px solid #EAEDF0;
      border-left: 0 none;
      border-right: 1px solid #EAEDF0;
      border-bottom: 1px solid #EAEDF0;
      font-size: 1rem;
      font-weight: 400; }
      #updraftcentral_modal_dialog .modal-content .modal-body ul.nav-tabs li.nav-item a:hover,
      .bootbox.modal .modal-content .modal-body ul.nav-tabs li.nav-item a:hover {
        border-color: #EAEDF0;
        background: #ffffff; }
    #updraftcentral_modal_dialog .modal-content .modal-body ul.nav-tabs li.nav-item.selected a,
    .bootbox.modal .modal-content .modal-body ul.nav-tabs li.nav-item.selected a {
      background: #ffffff;
      border-bottom: 1px solid #ffffff; }
    #updraftcentral_modal_dialog .modal-content .modal-body ul.nav-tabs li.nav-item:first-child a,
    .bootbox.modal .modal-content .modal-body ul.nav-tabs li.nav-item:first-child a {
      border-left: 1px solid #EAEDF0; }

#updraftcentral_modal_dialog .addsite_dialog .modal-body {
  padding: 25px; }
  @media screen and (min-width: 576px) {
    #updraftcentral_modal_dialog .addsite_dialog .modal-body {
      padding-left: 0; } }
  #updraftcentral_modal_dialog .addsite_dialog .modal-body .updraftcentral_addsite_expertoptions h4 {
    margin-bottom: 4px; }
  #updraftcentral_modal_dialog .addsite_dialog .modal-body .updraftcentral_addsite_expertoptions .updraftcentral-authentication-explanation {
    margin-bottom: 15px; }

#updraftcentral_modal_dialog #updraftcentral_addsite_key {
  height: 250px;
  margin-bottom: 5px; }

#updraftcentral_modal_dialog .modal-dialog.backup-now .modal-body span#backupnow_remote_container {
  font-family: "Source Sans Pro", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: 300;
  font-size: 1.125rem;
  margin-top: 0;
  margin-bottom: 0;
  display: block;
  margin-bottom: 30px; }
  #updraftcentral_modal_dialog .modal-dialog.backup-now .modal-body span#backupnow_remote_container em {
    font-style: normal !important; }

.modal-body .dashicons-admin-tools {
  display: none; }

#updraftcentral_modal_dialog .modal-body #updates-section-description ul {
  margin: 10px 0 20px 0;
  padding-left: 0;
  list-style: circle; }

#updraftcentral_modal_dialog .modal-body .comment_settings_form select {
  width: auto;
  margin-left: 3px;
  margin-right: 5px; }

#updraftcentral_modal_dialog .modal-body .comment_settings_form textarea {
  width: 100%; }

#updraftcentral_modal_dialog .modal-body .comment_settings_form .heading {
  font-family: "Source Sans Pro", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: 300;
  font-size: 1.125rem;
  margin-top: 0;
  margin-bottom: 0;
  margin-top: 25px; }

#updraftcentral_panel_notices {
  padding: 25px;
  border: 1px solid #EAEDF0;
  border-radius: 0;
  background: #fff;
  padding: 40px; }
  #updraftcentral_panel_notices table {
    text-align: center; }

#updraftcentral_notice_container .updraftcentral_notice_contents {
  width: 100%; }

#updraftcentral_notice_container .updraftcentral_notice {
  padding: 25px;
  border: 1px solid #EAEDF0;
  border-radius: 0;
  background: #fff;
  margin: 12px 0;
  clear: both; }
  #updraftcentral_notice_container .updraftcentral_notice .updraftplus_downloader {
    width: 100%;
    margin-top: 40px; }
    #updraftcentral_notice_container .updraftcentral_notice .updraftplus_downloader .file {
      background: transparent;
      border: 0 none;
      margin: 20px 0 0 0;
      padding: 0; }
      #updraftcentral_notice_container .updraftcentral_notice .updraftplus_downloader .file .dlfileprogress {
        border: 0 none;
        border-radius: 6px;
        height: 8px;
        background: #DE6726; }
  #updraftcentral_notice_container .updraftcentral_notice a {
    color: #9f4818; }

#updraftcentral_notice_container .updraftcentral_notice_level_notice,
#updraftcentral_notice_container .updraftcentral_notice_level_info {
  border: none; }

#updraftcentral_dashboard_existingsites .updraft_site_actions.show .dropdown-menu[x-placement="bottom-end"].dropdown-menu-right.show {
  -webkit-transform: none !important;
  transform: none !important;
  right: 0 !important; }

.dropdown-menu {
  min-width: 160px !important;
  border: 1px solid #EAEDF0 !important;
  border-radius: 0 !important;
  top: 52px !important;
  left: 0 !important;
  color: #6E7078 !important;
  font-size: 0.913rem !important;
  font-weight: 300; }
  @media screen and (min-width: 1200px) {
    .dropdown-menu {
      top: 0 !important;
      left: -86px !important; } }
  .dropdown-menu .btn {
    width: auto !important; }
  .dropdown-menu .dropdown-item {
    padding: 7px 12px !important;
    color: #6E7078 !important;
    font-size: 0.913rem !important;
    font-weight: normal; }
    .dropdown-menu .dropdown-item:hover {
      background: #F3F5F7 !important; }
  .dropdown-menu .updraft-dropdown-item {
    color: #6E7078;
    font-size: 0.913rem !important;
    font-weight: normal; }

.more-option-container {
  display: block !important; }
  @media screen and (min-width: 1200px) {
    .more-option-container {
      display: inline-block !important; } }
  .more-option-container .more-option {
    width: 100% !important;
    padding: 0;
    margin-top: 12px; }
    @media screen and (min-width: 1200px) {
      .more-option-container .more-option {
        width: auto;
        margin-top: 0;
        margin-left: 8px !important;
        margin-right: 0 !important; } }

.bootbox.modal .modal-header {
  height: 44px; }
  .bootbox.modal .modal-header .bootbox-close-button {
    margin-top: 0;
    position: absolute;
    right: 15px;
    font-size: 9px;
    height: 21px;
    width: 23px;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23DF6926'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e"); }
    .bootbox.modal .modal-header .bootbox-close-button:hover {
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23b5521c'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e"); }

.txt-left {
  text-align: left !important; }

.full-width {
  width: 100%; }

em,
.txt-italic {
  font-style: italic;
  font-weight: 300; }

.padding-none {
  padding: 0 !important; }

.margin-none {
  margin: 0 !important; }

.text-left {
  text-align: left !important; }

.text-right {
  text-align: right !important; }

.text-center {
  text-align: center !important; }

#updraftcentral_dashboard .more-option-container .dropdown-menu {
  padding: 0 !important; }
  #updraftcentral_dashboard .more-option-container .dropdown-menu .dropdown-item {
    background: #FFF !important;
    border-left: 1px solid #EAEDF0 !important;
    border-right: 1px solid #EAEDF0 !important;
    border-bottom: inherit !important; }

#updraftcentral_dashboard .udc_tag_container {
  margin-bottom: 10px !important;
  display: table !important; }
  #updraftcentral_dashboard .udc_tag_container .dashicons::before {
    display: initial !important; }
  #updraftcentral_dashboard .udc_tag_container span.site_tag {
    height: 28px !important;
    display: table-cell !important;
    vertical-align: middle !important;
    float: initial !important; }

#updraftcentral_dashboard .udc_add_tag_container .add_tag_input {
  margin-bottom: 5px !important; }

#updraftcentral_dashboard .udc_tag-dropdown > .dropdown-content {
  padding-bottom: 45px !important; }

#updraftcentral_notice_container .updraftcentral_notice a.updraft_notice_link {
  font-weight: 600 !important; }

@media screen and (min-width: 576px) {
  .text-sm-left {
    text-align: left !important; }
  .text-sm-right {
    text-align: right !important; }
  .text-sm-center {
    text-align: center !important; } }

@media screen and (min-width: 768px) {
  .text-md-left {
    text-align: left !important; }
  .text-md-right {
    text-align: right !important; }
  .text-md-center {
    text-align: center !important; } }

@media screen and (min-width: 992px) {
  .text-lg-left {
    text-align: left !important; }
  .text-lg-right {
    text-align: right !important; }
  .text-lg-center {
    text-align: center !important; } }

@media screen and (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important; }
  .text-xl-right {
    text-align: right !important; }
  .text-xl-center {
    text-align: center !important; } }

@media screen and (min-width: 1400px) {
  .text-xxl-left {
    text-align: left !important; }
  .text-xxl-right {
    text-align: right !important; }
  .text-xxl-center {
    text-align: center !important; } }