table {
  table-layout: auto !important;
}
table tr td {
  width: auto !important;
}

table tr td.column-description{
  word-break: break-all;
}


@font-face {
  font-family: "FontAwesome";
  font-weight: normal;
  font-style : normal;
        src : url("https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.eot?v=4.3.0");
        src : url("https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.eot?#iefix&v=4.3.0") format("embedded-opentype"),
              url("https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.woff2?v=4.3.0") format("woff2"),
              url("https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.woff?v=4.3.0") format("woff"),
              url("https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.ttf?v=4.3.0") format("truetype"),
              url("https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular") format("svg");
}

/*#wpbody-content > div.wrap.click5_history_log_wrapper_content_settings > div.content-left > form > div > div.tablenav.top {
  width: 100%;
  float: right;
}*/

.filter_slot {
  width: 65%;
  float: left;
  transform: translateY(35px);
}

.table-block {
  transform: translateY(-35px);
}

.module-block {
  transform: translateY(-15px);
}

.plugin-block{
  transform: translateY(-45px);
}

.module-block .name{
  width: 78% !important;
}

.module-block .tablenav.bottom{
  display: none;
}

h3.hndle{
  border-bottom: 1px solid #ccd0d4;
}
.click5_history_log_float_right {
  float: right;
}

.click5_history_log_float_right:after {
  content: '';
  clear: both;
}

#click5_history_log_blacklist_container ul.results {
  margin-top: 0;
}

ul#seo_blocked {
  max-height: 420px;
  overflow-y: auto;
  padding: 0 10px;
  background-color: #f9f9f9;
}

ul#seo_blocked > li + li {
  border-top: 1px solid #ededed;
}

ul#seo_blocked > li {
  margin: 0;
  padding: 6px 0;
}

ul#seo_blocked > li > span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 60%;
  display: inline-block;
}

#click5_history_log_list_container ul {
  max-height: 420px;
  overflow-y: auto;
  padding: 0 10px;
  background-color: #f9f9f9;
}

#click5_history_log_blacklist_container ul > li + li {
  border-top: 1px solid #ededed;
}

#click5_history_log_blacklist_container ul > li {
  margin: 0;
  padding: 6px 0;
}

#click5_history_log_blacklist_container ul > li > span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 60%;
  display: inline-block;
}

a.click5_history_log_addToBlacklist {
  color: #dd0000;
}

a.click5_history_log_remove_from_bl {
  color: black;
}

a.click5_history_log_clear_blacklist {
  color: #dd0000;
  display: none;
}

tr.click5_history_log_post_type_item + tr.click5_history_log_post_type_item {
  border-top: 1px solid #ededed;
}

#general_seo tr:nth-child(1) {
  display: flex;
}

td.click5_history_log_options_wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

#general_seo tr:first-child > td.click5_history_log_options_wrapper {
  width: 50%;
  max-width: 50%;
  display: inline-flex;
}

.click5_history_log_wrapper_content_settings {
  display: flex;
  justify-content: space-between;
}

.click5_history_log_wrapper_content_settings > .content-left {
  width: calc(100% - 300px);
}

.click5_history_log_wrapper_content_settings > .content-right {
  width: 300px;
}

.click5_history_log_wrapper_content_settings > .content-right > #poststuff {
  min-width: 0;
}

.click5_history_log_wrapper_content_settings > .content-right > #poststuff > * {
  min-width: 0;
}

.click5_history_log_wrapper_content_settings > .content-right > #poststuff > * > * {
  min-width: 0;
}

@media only screen and (max-width: 1280px) {
  .click5_history_log_wrapper_content_settings {
    flex-direction: column;
  }

  .click5_history_log_wrapper_content_settings > .content-right {
    width: 100%;
  }

  .click5_history_log_wrapper_content_settings > .content-left {
    width: 100%;
  }

  .click5_history_log_wrapper_content_settings > .content-right > #poststuff > * {
    margin-bottom: 0;
  }
}

.click5_history_log_wrapper_content_settings ul > li > a + a {
  margin-right: 10px;
}



ul.results {
  max-height: 420px;
  overflow-y: auto;
  padding: 0 10px;
  background-color: #f9f9f9;
}

ul.results > li + li {
  border-top: 1px solid #ededed;
}

ul.results > li {
  margin: 0;
  padding: 6px 0;
}

ul.results > li > span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 60%;
  display: inline-block;
}

#edit_custom_url {
  display: none;
}


.click5_controls > * + * {
  margin-left: 10px;
}

#click5_history_log_notification {
  transition: 300ms ease all;
  position: fixed;
  top: 50px;
  padding: 10px 15px;
  border-radius: 5px;
  color: white;
  left: 50%;
  transform: translateX(-50%);
  z-index: 999999999999;
  opacity: 0;
}

#click5_history_log_notification.success {
  background-color: #59B359;
}

#click5_history_log_notification.warning {
  background-color: #E9A84C;
}

#click5_history_log_notification.error {
  background-color: #F03F2B;
}


#click5_history_log_notification > span {
  font-weight: 600;
}

#enableSitemap > div > table:nth-child(2) > tbody > tr > td:nth-child(2) > label:nth-child(2) {
  display: none;
}

.click5_history_log_heading {
  font-weight: 700 !important;
  font-size: 2em !important;
}

.click5_history_log_heading > span.version {
  font-size: .79em;
  font-weight: 700 !important;
  letter-spacing: -.05em;
}

#copy-me {
  position: relative;
  background-color: #d8d8d8;
  padding: 1em;
  border-radius: 5px;
  transition: 300ms ease all;
}

#copy-me:after {
  content: '\f0c5';
    position: absolute;
    font-family: "FontAwesome";
    right: calc(1em * .75);
    top: 50%;
    line-height: 0;
    transition: 300ms ease all;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 32px;
    min-width: 32px;
    border-radius: 99px;
    background-color: #eee;
    color: #555;
    transform: translateY(-50%);
    font-size: 1.25em;
}

#copy-me:hover {
  cursor: pointer;
  color: #20AAE2;
}

#copy-me:hover:after {
  color: #20AAE2;
}

/* loader SpinBolt */
#loader_status_robots {
  display: none;
}

#loader_status_sitemap {
  display: none;
}

.loader-container {
  display: flex;
  width: 100%;
  padding: 10px;
  align-items: center;
  justify-content: center;
}

.sbl-circ-ripple {
  height: 48px;
  width: 48px;
  color: #42a7e0;
  border-radius: 50%;
  position: relative;
  display: inline-block; }
  .sbl-circ-ripple::after, .sbl-circ-ripple::before {
    content: '';
    height: 0;
    width: 0;
    border: inherit;
    border: 5px solid;
    border-radius: inherit;
    position: absolute;
    left: 40%;
    top: 40%;
    -webkit-animation: circle-ripple  1s linear infinite;
            animation: circle-ripple  1s linear infinite; }
  .sbl-circ-ripple::before {
    -webkit-animation-delay: -0.5s;
            animation-delay: -0.5s; }

@-webkit-keyframes circle-ripple {
  0% {
    height: 0;
    width: 0;
    left: 20px;
    top: 20px; }
  100% {
    height: 48px;
    width: 48px;
    left: -5px;
    top: -5px;
    opacity: 0; } }

@keyframes circle-ripple {
  0% {
    height: 0;
    width: 0;
    left: 20px;
    top: 20px; }
  100% {
    height: 48px;
    width: 48px;
    left: -5px;
    top: -5px;
    opacity: 0; } }


.sbl-circ {
  margin-top: 4px;
  margin-left: 10px;
  height: 16px;
  width: 16px;
  color: #42a7e0;
  position: relative;
  display: none;
  border: 3px solid;
  border-radius: 50%;
  border-top-color: transparent;
  -webkit-animation: rotate 1s linear infinite;
          animation: rotate 1s linear infinite; }

@-webkit-keyframes rotate {
  0% {
    transform: rotate(0); }
  100% {
    transform: rotate(360deg); } }

@keyframes rotate {
  0% {
    transform: rotate(0); }
  100% {
    transform: rotate(360deg); } }

#enableSitemap .form-table td {
    width: 50%;
}

.postbox.with-image{
  box-shadow: none !important;
  border: none !important;
}

.postbox.with-image img{
  width: 100%;
  height: auto;
}

@media only screen and (max-width: 1280px) {
  .postbox.with-image img{
    max-width: 300px;
  }
  .postbox.with-image{
    text-align: center;
    background-color: transparent !important;
  }
}


#setting-error-settings_updated {
  display: none;
}



#customers {
  font-family: Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

#customers td, #customers th {
  border: 1px solid #ddd;
  padding: 8px;
}

#customers tr:nth-child(even){background-color: #f2f2f2;}

#customers tr:hover {background-color: #ddd;}

#customers th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #04AA6D;
  color: white;
}

.c5modal-old {
  display: none; 
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto; 
  background-color: rgb(0,0,0); 
  background-color: rgba(0,0,0,0.4); 
}
.c5modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 160px;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
/* Modal Content/Box */
.c5modal-content-old {
  background-color: #fefefe;
  margin: 15% auto; /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 300px; /* Could be more or less, depending on screen size */
}

.c5modal-content {
  background-color: #FEFEFE;
  margin: 15% auto; /* 15% from the top and centered */
  margin-left: 35%;
  padding: 20px;
  border: 1px solid #888;
  width: 350px; /* Could be more or less, depending on screen size */
}

/* The Close Button */
.c5close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.c5close:hover,
.c5close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.grid-margin {
  margin-right: 10px!important;
  margin-top: 0 !important;
}

.column-date { 
  width: fit-content!important;
}
/*start of new toogle*/
/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 17px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 13px;
  width: 13px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #0096DD;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(13px);
  -ms-transform: translateX(13px);
  transform: translateX(13px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}
/* end of new toogle*/
/*start of old toogle*/ 
/* toggle in label designing */
/*.toggle {
  position : relative ;
  display : inline-block;
  width : 40px;
  height : 20px;
  background-color: lightgray;
  border-radius: 15px;
  border: 2px solid black;
}*/
      
/* After slide changes */
/*.toggle:after {
  content: '';
  position: absolute;
  width: 20px;
  height: 19px;
  border-radius: 50%;
  background-color: white;
  top: 1px; 
  left: 1px;
  transition:  all 0.5s;
}*/
      
/* Checkbox checked effect */
/*.checkbox:checked + .toggle::after {
  left : 20px; 
}*/
      
/* Checkbox checked toggle label bg color */
/*.checkbox:checked + .toggle {
  background-color: #E14D43;
}*/     
/* Checkbox vanished */
/*.checkbox { 
  display : none;
}*/
/*end of old toogle*/
#click5_history_log_notification {
  transition: 300ms ease all;
  position: fixed;
  top: 50px;
  padding: 10px 15px;
  border-radius: 5px;
  color: white;
  left: 50%;
  transform: translateX(-50%);
  z-index: 999999999999;
  opacity: 0;
}

#click5_history_log_notification.success {
  background-color: #59B359;
}

#click5_history_log_notification.warning {
  background-color: #E9A84C;
}

#click5_history_log_notification.error {
  background-color: #F03F2B;
}


#click5_history_log_notification > span {
  font-weight: 600;
}

.alerts_input_box .alert_input_content{
  margin-bottom: 10px;
}

.alerts_input_box label{
  vertical-align: unset;
}

.alert_email_box{
  padding:15px;
}

.alert_email_box .alert_email_container > *{
  float:left;
}

.alert_email_box .alert_email_container .alert_email_inputs{
  margin-left: 10px;
  display: flex;
  flex-direction: column;
  margin-top: -5px;
  width: 100%;
  max-width: 500px;
}

.alert_email_box .alert_email_container .alert_email_inputs p{
  margin-top: 0;
}
.alert_email_box .alert_email_container .alert_email_inputs .alert_email_input_box{
  margin-bottom: 10px;
}
.alert_email_box .alert_email_container .alert_email_inputs .alert_email_input_box input{
  position: relative;
  z-index: 2;
}

.alert_email_box .alert_email_container .alert_email_inputs .alert_email_input_box .add_email_input{
  font-size: 20px;
  color: black;
  font-weight: bold;
  opacity: 0;
  transition: all .35s ease-in-out;
  position: relative;
  bottom: -10px;
  z-index: 1; 
}

.alert_email_box .alert_email_container .alert_email_inputs .alert_email_input_box:focus .add_email_input,
.alert_email_box .alert_email_container .alert_email_inputs .alert_email_input_box:hover .add_email_input{
  opacity: 1;
  bottom: 0px;
}

.alert_email_box .alert_email_container .alert_email_inputs .alert_email_input_box .add_email_input:focus,
.alert_email_box .alert_email_container .alert_email_inputs .alert_email_input_box .add_email_input:hover{
  color: lightgray;
  cursor: pointer;
}

.alert_email_box .alert_email_container .alert_email_inputs .alert_email_input_box .user_email_check{
   padding: 2px;
   border-radius: 50%;
   width: 16px;
   height: 16px;
   display: inline-block;
   text-align: center;
   font-size: 12px;
   margin-left: 7px;
   transition: opacity .35s ease-in-out, background-color .35s ease-in-out;
   font-weight: bold;
   opacity: 0;
}

.alert_email_box .alert_email_container .alert_email_inputs .alert_email_input_box .user_email_check.valid{
  background-color: rgb(64, 255, 0);
  opacity: 1;
}

.alert_email_box .alert_email_container .alert_email_inputs .alert_email_input_box .user_email_check.invalid{
  background-color: rgb(255, 38, 0);
  opacity: 1;
}

input[name="click5_history_log_alert_email"]::placeholder{
  color: #9B9B9B;
}

.upper_container{
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  position: relative;
  z-index: 4;
}