.mo2f-chat-popup {
  display: none;
  position: fixed;
  bottom: 0;
  right: 15px;
  border: 3px solid #f1f1f1;
  z-index: 9;
}
.mo2f-open-button {
  background-color: #555;
  color: white;
  padding: 16px 20px;
  border: none;
  cursor: pointer;
  opacity: 0.8;
  position: fixed;
  bottom: 23px;
  right: 28px;
  width: 280px;
}
.mo2f-custom-notice {
	display: flex;
	margin: 5px 0;
}
.mo2f_upgrade_main_div {
	background: ffffffad;
	background: white;
	width: 34.33%;
	min-height: 600px;
	margin: 1.5%;
	float: left;
	width: 25%;
}
.mo2f_upgrade_main_div:hover
{
  background: ffffffad;
  box-shadow:0 1px 0px 0px #c0c0c0;
  margin-top: 0%;
  transition: 1s;
}

.mo2f_register_with_mo_message {
    display: block;

    color: red;


    background-color: rgba(251, 232, 0, 0.15);


    padding: 5px;


    border: solid 1px rgba(255, 0, 9, 0.36);


}

.mo2f-form-container {
  max-width: 49%;
  padding: 10px;
  background-color: white;
  float: left;
}


.mo2f-form-container textarea {
  width: 100%;
  padding: 15px;
  margin: 5px 0 22px 0;
  border: none;
  resize: none;
  min-height: 200px;
}


.mo2f-form-container textarea:focus {
  background-color: #ddd;
  outline: none;
}


.mo2f-form-container .btn {
  background-color: #4CAF50;
  color: white;
  padding: 16px 20px;
  border: none;
  cursor: pointer;
  width: 100%;
  margin-bottom:10px;
  opacity: 0.8;
}

/* Add a red background color to the cancel button */
.mo2f-form-container .cancel {
  background-color: red;
}


.mo2f-form-container .btn:hover, .mo2f-open-button:hover {
  opacity: 1;
}
.mo2f_rating_close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.mo2f_rating_close:hover,
.mo2f_rating_close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
.mo-2fa-help-button-text {
    cursor: pointer;
    font-size: 16px;
    background-color: #002ab6;
    box-shadow: 1px 1px 10px 3px #8e8e9c;
    bottom: 3%;
    right: 7%;
    position: fixed;
    font-weight: 700;
    color: #fff;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    border: 3px solid #002ab6;
    padding: 9px;
    transition: all 3s ease-in-out;
}
.mo_support_input_label {
    color: #999;
    padding-left: 5px;
    line-height: 1.5;
    float: left;
}
.mo-2fa-help-button-text:before
{
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    border-top: 15px solid transparent;
    border-left: 30px solid #002ab6;
    border-bottom: 15px solid transparent;
    right: -32px;
    top: 16px;
}
@media (min-width:1750px)
{
  .mo-2fa-help-button-text
  {
    right:6%!important
  }
}
@media (min-width:1600px) and (max-width:1750px)
{
  .mo-2fa-help-button-text
  {
    right:6.9%!important
  }
}
@media (min-width:1400px) and (max-width:1600px)
{
  .mo-2fa-help-button-text
  {
    right:7.5%!important
  }
}
@media (min-width:1300px) and (max-width:1400px)
{
  .mo-2fa-help-button-text
  {
    right:8%!important
  }
}
@media (min-width:1100px) and (max-width:1300px)
{
  .mo-2fa-help-button-text
  {
    right:9%!important
  }
}
@media (min-width:900px) and (max-width:1100px)
{
  .mo-2fa-help-button-text
  {
    right:11%!important
  }
}
@media (min-width:800px) and (max-width:900px)
{
  .mo-2fa-help-button-text
  {
    right:13%!important
  }
}
@media (min-width:700px) and (max-width:800px)
{
  .mo-2fa-help-button-text
  {
    right:13%!important
  }
}
.mo-2fa-mail-button
{
  bottom: 2.5%;
  right: .5%;
  position: fixed;
}
.show_support_form {
    border-top-left-radius: 50% 50%;
    border-top-right-radius: 50% 50%;
    border-bottom-right-radius: 50% 50%;
    border-bottom-left-radius: 50% 50%;
    cursor: pointer;
    box-shadow: 1px 1px 10px 3px #8e8e9c;
}
.mo2f_blue_premium_features{
         cursor: pointer;
          margin: 2px;
          color:#20b2aa;
          border: 2px solid #20b2aa;
          text-decoration: none;
          padding: 5px;
          font-size: 15px;
}
.mo2f_btn_premium_features 
{
          background-color: #20b2aa;
          color: #fff;
          cursor: pointer;
          margin: 2px;
          border-radius: 3px;
          border: 2px solid #20b2aa;
          text-decoration: none;
          padding: 5px;
          font-size: 12px;
          transition:.5s;
}


/* Bottom left text */
.bottom-left {
  position: absolute;
  bottom: 8px;
  left: 50%;
  
}

/* Top left text */
.top-left {
  position: absolute;
  top: 8px;
  left: 16px;
}

/* Top right text */
.top-right {
  position: absolute;
  top: 8px;
  right: 16px;
}

/* Bottom right text */
.bottom-right {
  position: absolute;
  bottom: 8px;
  right: 16px;
}

/* Centered text */
.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.mo2f_black_background
{
  background: #f1f1f1;
  width: 1.4%;
}
.mo2f_2fa_plan_title
{
  background-color: #20b2aa;
  border: 2px solid #20b2aa;
}
.mo2f_padding_style
{
  padding: 2px 0px;
  width: 23%;
}
.mo2f_padding_style_one
{
  padding: 2px 0px;
  width: 46%;
}
.mo2f_white_color_style
{
  color: white;
}
.mo2f_2fa_lite_plan_title
{
  background-color: #7ccbc7;
  border: 1.5px solid black;
  width: 25%
}
.mo2f_tooltip {
  position: relative;
  display: inline-block;
  /*border-bottom: 1px dotted black;*/
}
.mo2f_tooltip .mo2f_tooltiptext {
  visibility: hidden;
  width: 200px;
  background-color: #20b2aa;
  color: white;
  text-align: center;
  border-radius: 6px;
  font-size: 14px;
  padding: 7px;
  /* Position the tooltip */
  position: absolute;
  z-index: 1;
}
.mo2f_tooltip_addon {
  position: relative;
  display: inline-block;
  /*border-bottom: 1px dotted black;*/
}
.mo2f_tooltip_addon .mo2f_tooltiptext_addon {
  visibility: hidden;
  width: 342px;
  background-color: #20b2aa;
  color: white;
  text-align: center;
  border-radius: 6px;
  font-size: 14px;
  padding: 5px 7px 6px 7px;
  /* Position the tooltip */
  position: absolute;
  z-index: 9999;
}
/*.mo2f_addon_info_margin
{
  width: 175px;
}*/
.mo2f_info_tab
{
  font-size:16px;
  color:#20b2aa;
  cursor: pointer;
}
.mo2f_info_tab:hover
{
  /*font-size:16px;*/
  color:red;
  /*cursor: pointer;*/
}
.mo2f_tooltip:hover .mo2f_tooltiptext {
  visibility: visible;
}
.mo2f_tooltip_addon:hover .mo2f_tooltiptext_addon {
  visibility: visible;
}
.mo2f_logout_and_configure_info
{
  margin-left: -275px;
  margin-top: -128px;
  min-height:81px; 
  background-color: #2EB150; 
  text-align: justify; 
  color: white; 
  border: 2px solid #2EB150;
  box-shadow: 2px black;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2), 0 6px 30px 0 rgba(0, 0, 0, 0.19);
}
.mo_upgrade_toggle
{
  text-align: center;
  margin-top: -1%;
}
.mo_upgrade_toggle_2fa
{
    background-color: black;
    display: inline-block;
    position: relative;
    border-radius: 50em;
    border-width: 1px;
    border-style: solid;
    border-color: #20b2aa;
    border-image: initial;
}
.mo_upgrade_toggle_2fa_lable
{
    position: relative;
    z-index: 1;
    display: inline-block;
    float: left;
    width: 210px;
    height: 44px;
    line-height: 40px;
    cursor: pointer;
    color: rgb(255, 255, 255);
    font-size: 18px;
}
.mo2f_rating_close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.mo2f_rating_close:hover,
.mo2f_rating_close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  }
.mo2f_popup_close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.mo2f_popup_close:hover,
.mo2f_popup_close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
.mo_2fa_container
{
  display:block;
  box-sizing:border-box;
  width:100%;
  margin:auto;
}
.mo_2fa_card-deck
{
  text-align:center!important;
  margin-bottom:1rem!important;
  flex-flow:row wrap;
  margin-right:-15px;
  margin-left:-15px;
  display:flex;
  box-sizing:border-box;
  justify-content:center;
  margin:auto;
}
.mo_2fa_card
{
  margin:3px;
  margin-top:16px;
  border-radius:2%;
 /* height:463px;
  overflow: hidden;*/
  width:25%;
  border:1px solid #ecebeb;
  box-sizing:border-box;
  text-align:center!important;
  background-color:#31ccfb1a;
  box-shadow:1px 1px 6px -2px;
}
.mo_2fa_mo-supportnote
{
  margin:auto;
  text-align:center;
}
.mo_2fa_animation:hover
{
  transition-property:all;
  transition-duration:.25s;
  transition-timing-function:linear;
  transform:translateX(0) scale(1.02);
}
.mo_2fa_Card-header
{
  box-sizing:border-box;
  text-align:center!important;
  display:block;
}
.mo_2fa_card-body
{
  flex:1 1 auto;
  padding:1.25rem;
  padding-top: 0%;
  box-sizing:border-box;
  text-align:center!important;
  display:block;
}
 .mo_wpns_upgrade_title11
  {
    width: 23%;
    min-height: 633px;
    background-color: white;
    float: left;
    border: 2px solid black;
  }
   .mo_wpns_upgrade_security_title
  {
    width: 23%;
    min-height: 480px;
    background-color: white;
    float: left;
    border: 2px solid black;
    border-top: none; 
  }
   .mo_wpns_upgrade_title_2fa_lite
  {
    width: 23%;
    min-height: 332px;
    background-color: white;
    float: left;
    border-top: none;
  }
  .mo_wpns_upgrade_title_2fa_lite_one
  {
    width: 47.25%;
    min-height: 332px;
    background-color: white;
    float: left;
    border-top: none;
  }
  .mo_wpns_upgrade_page_title_name
  {
    text-align: center;
    background-color: #393939;
    min-height: 60px;

  }
  .mo_wpns_upgrade_page_2fa_plan_name
  {
    margin-top: 0%;
    padding: 3% 0% 0% 0%; 
    color: white;
    font-size: 220%;
  }
   .mo_wpns_upgrade_page_2fa_integration_plan_name
  {
    margin-top: 0%;
    padding: 6% 0% 0% 0%; 
    color: white;
    font-size: 200%;
  }
  .mo_wpns_upgrade_page_hr
  {
    border:1px solid #393939;
  }
  .mo_wpns_upgrade_page_2fa_background
  {
    width: 100%;
    min-height: 448px; 
    background-color: #4dbfb9;
  }
  .mo_wpns_upgrade_page_2fa_lite_background
  {
    min-height: 231px; 
    background-color: white;
    padding: 5px;
  }
  .mo_wpns_upgrade_page_show_feature_arrow
  {
    width: 100%;
    float: left;
    text-align: center;
    min-height: 50px;
    margin-top: 10%;
  }
 .mo_wpns_upgrade_page_hide_feature_arrow
  {
    width: 100%;
    float: left;
    text-align: center;
    min-height: 50px;
    margin-top: 10%;
    display: none;
  }
  .mo_wpns_upgrade_page_space_in_div
  {
    width: 1.3%;
    min-height: 332px;
    background-color: none;
    float: left;
  }
  .mo_wpns_upgrade_page_arrow_size
  {
    font-size: 50px;
  }
  .mo_wpns_upgrade_pade_pricing
  {
    color: #2ca29c;
    font-size: 350%;
  }
  .mo_wpns_upgrade_page_starting_price
  {
    color: black;
    padding-top: 2%;
    margin-top: 0px;
  }
  .mo_wpns_upgrade_page_2fa_ns
  {
    width: 96.8%;
    color: #6cd3cd;
    float: left;
    text-align: center;    
  }
  .mo_wpns_upgrade_page_show_feature
  {
    color: #007cba;
    background-color: white; 
    font-size: 250%;
    font-weight: 500;
    display: none;
  }
  .mo_wpns_upgrade_page_hide_feature
  {
    color: #007cba;
    background-color: white; 
    font-size: 250%;
    font-weight: 500;
    
  }
  .mo_wpns_upgrade_page_2fa_ns_1
  {
    color: white; 
    font-size: 250%;
  }
  .mo_wpns_upgrade_page_ns_background
  {
    width: 100%;
    min-height: 277px; 
    background-color: white;
  }
  .mo_wpns_button_info_tab {
  background-color: #20b2aa;
    border: none;
    color: white;
    height: 1.8em;
    width: 100%;
    padding-top: 13px;
    font-size: 7px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 26px 0px;
    cursor: pointer;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
}
    .popup_text_not_JQ
    {
      color:black;
      margin-top: 2%;
      margin-left: 5%;
      font-weight: 600;
      font-size: 12px !important;
    }
    .popup_text
  {
    color:black;
    margin-top: 2%;
    font-weight: 600; 
    font-size: 12px !important;;

  }
  .overlay_not_JQ_success{
    width: 450px;
    height: min-content;
    position: fixed;
    float: right;
    z-index: 1;
    top: 0;
    right: 0;
    margin-top: 7%;
    background-color:#bcffb4 !important ;
    /* overflow-x: hidden; */
    transition: 0.5s;
    border-left: 4px solid #46b450;
  }
  .overlay_not_JQ_error {
    width: 450px;
    height: min-content;
    position: fixed;
    float: right;
    z-index: 1;
    top: 0;
    right: 0;
    margin-top: 7%;
    background-color:bisque !important ;
    /* overflow-x: hidden; */
    transition: 0.5s; 
    border-left: 4px solid red;
  }
 
  .overlay_success {
    width: min-content;
    height: 40px;
    position: fixed;
    float: right;
    z-index: 1;
    top: 0;
    right: 0;
    margin-top: 7%;
    background-color:#bcffb4 !important ;
    /* overflow-x: hidden; */ 
    border-left: 4px solid #46b450;
  }
  .overlay_error {
    width: min-content;
    height: min-content;
    padding-bottom: 1%;
    position: fixed;
    float: right;
    z-index: 1;
    top: 0;
    right: 0;
    margin-top: 7%;
    background-color:bisque !important ;
    /* overflow-x: hidden; */
    border-left: 4px solid red;
  }

  .link {
    text-decoration: underline;
    color: red;
    cursor: pointer;
  }
  
.mo_wpns_help_title {
	font-size:17px;
	width:100%;
    color: #1b5778;
	cursor:pointer;
	font-weight: bold;
}
.mo_wpns_help_desc {
	 font-size: 16px;
	border-left:solid 2px rgba(128, 128, 128, 0.65);
	margin-top:10px;
    font-weight: 600;
    line-height: 1.5em;
	padding-left:10px;
    margin-bottom: 20px;
}
.mo_wpns_help {
	width: 95%;
}
.mo_wpns_help_cell {
	padding: 20px;
	border-bottom: solid 1px grey;
}
.mo_input_text_box_size
{
	width: 600px;
	height: 41px;
}
.mo_wpns_table_layout {
	background-color:#FFFFFF; 
	border:1px solid #CCCCCC; 
	margin-bottom: 10px;
	height:auto;
	width:63%;
	float:left;
}

.mo_wpns_tab {
  /*overflow: hidden;*/
  /*border: 1px solid #ccc;*/
  display: flex;
  flex-wrap: nowrap;
  width: 97%;
  background-color: #f1f1f1;
  margin:0px 22px;
  height: 84px;
  margin-left: 0px;

}
.filebackupmessage{
  text-align: center;
    height: 52px;
    margin-bottom: 2%;
    background-color: rgb(255, 25, 25);
    color: black;
    font-weight: bold;
    padding-top: 1px;
}

/* Style the buttons inside the tab */
.mo_wpns_tab button {

  background-color: inherit;
  float: left;
  outline: none;
  cursor: pointer;
  padding: 7px 6px;
  transition: 0.3s;
  font-size: 103%;
  margin-top: 20px;
  margin-bottom: 20px;
  border: solid 1px #20b2aa;
  background-color: white;
  color: black;
  width :162px;
  height: 55%;
}

/* Change background color of buttons on hover */
.mo_wpns_tab button:hover {
  background-color: #20b2aa;
  color: white;
}

/* Create an active/current tablink class */
.mo_wpns_tab button.active {
  background-color: #20b2aa;
  color: white;
  width: 20%;
  border: solid 1px #20b2aa;
  /*border-bottom: none;*/
  box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.19);
  font-weight: 600;
}

/* Style the tab content */
.mo_wpns_tabcontent {
  display: none;
  /*padding: 6px 12px;
  border: 1px solid #ccc;*/
  border-top: none;
}
.mo_wpsn_button {
  background-color: #20b2aa; /* Green */
  border: none;
  color: white;
  padding: 11px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
  -webkit-transition-duration: 0.4s; /* Safari */
  transition-duration: 0.4s;
}
.mo_wpsn_button1:hover {
  box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24),0 17px 50px 0 rgba(0,0,0,0.19);
  color: white;
}
.mo_wpns_table_layout {
	background-color:#FFFFFF; 
	border:1px solid #CCCCCC; 
	padding:0px 24px 10px 10px;
	min-height:220px;
}
.mo_wpns_divided_layout_tab{
  margin-bottom: 10px;
  margin-top: 10px;
  height:auto;
  width:100%;
  float:left;
  

}
.mo_wpns_divided_layout{
	margin-bottom: 10px;
	margin-top: 10px;
	height:auto;
	width:70%;
	float:left;
	

}
.mo_wpns_divided_layout_2
{
	float: left;
	margin-top: 10px;
	padding: 5px 2px;
	height: auto;
  width: 25%;
}
.mo_wpns_small_layout_waf{
  margin: 10px;
  padding: 5px 20px;
    background-color: #FFFFFF;
    float: left;
    width: 42%;
    margin-left: 1%;
    min-height: 222px;
    overflow: hidden;
    text-align: center;
    border-top: 6px solid lightseagreen;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.mo_wpns_small_layout{
	/*background-color:#FFFFFF; 
	border:1px solid #CCCCCC; 
	padding:30px 40px 30px 20px;
	margin-bottom: 20px;
	width :29%;*/
	margin: 10px;
	padding: 5px 20px;
    background-color: #FFFFFF;
    /*border: 1px solid #CCCCCC;*/
    float: left;
    width: 42%;
    margin-left: 1%;
    min-height: 220px;
    overflow: hidden;
    text-align: center;
    border-top: 6px solid lightseagreen;
    box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.19);
    /*font-style: italic;*/

}
.mo_wpns_method_layout{
  margin: 10px;
    padding: 5px 20px;
    background-color: #FFFFFF;
    /* border: 1px solid #CCCCCC; */
    float: left;
    width: 30%;
    margin-left: 1%;
    min-height: 222px;
    overflow: hidden;
    text-align: center;
    border-top: 6px solid lightseagreen;
    box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.19);
    /*font-style: italic;*/

}
.mo_wpns_small_2_layout
{
	/*margin: 10px;*/
	/*padding: 5px 20px;*/
    /*background-color: yellow;*/
    /*border: 1px solid #CCCCCC;*/
    float: left;
    width: 47%;
    margin-left: 1%;
    height: 222px;
    text-align: center;
}


.mo_wpns_small_3_layout
{
  float: left;
    width: 64%;
    height: 222px;
    text-align: center;
    margin-top: 35px;
}
.mo_wpns_line
{
	border: 1.2px solid #20b2aa;
}
.mo_wpns_dashboard_layout
{
	margin: 10px;
	/*padding: 5px 20px;*/
    background-color: none;
    /*border: 1px solid #CCCCCC;*/
    float: left;
    width: 94%;
    height: auto;
    margin-left: 1%;
}
.mo_wpns_inside_dashboard_layout
{
	margin-top: 10px;
	padding: 5px 0px;
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    float: left;
    width: 18.5%;
    height: 100px;
    margin-left: 1%;
    font-weight: 600;
    border-top: 2px solid lightseagreen;
    /*box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.19);*/
}
.mo_wpns_sub_dashboards_layout
{
	margin-top: 10px;
	padding: 5px 0px;
    background-color: #FFFFFF;
    border: 1px solid lightseagreen;
    float: left;
    width: 34%;
    height: 170px;
    margin-left: 1%;
    font-weight: 600;
    border-top: 4px solid lightseagreen;
    /*box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.19);*/
    /*font-style: italic;*/
    /*box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.19);*/
}
.mo_wpns_sub_sub_dashboard_layout
{
	margin-top: 10px;
	padding: 5px 0px;
    background-color: #FFFFFF;
    border: 1px solid lightseagreen;
    float: left;
    width: 45%;
    min-height: 56px;
    overflow: hidden;
    margin-left: 1%;
    font-weight: 600;
    border-top: 3px solid lightseagreen;
    /*box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.19);*/
    /*font-style: italic;*/
}

.mo_wpns_dashboard_text
  {
  /*font-size: 50px;
  margin-top: -15px;*/
    font-size: 50px;
    margin-bottom: -19px;
    margin-top: -21px;

  }
.mo_wpns_dashboard_upgrade_layout
{

	margin-top: 10px;
	padding: 5px 20px;
    background-color: white;
    border-top: 5px solid orange;
    width: 250px;
    height: 100px;
    margin-left: 1%;
    text-align: center;
    color: black;
    box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.19)

	/*margin-top: 10px;
	padding: 5px 20px;
    background-color: white;
    border-top: 7px solid orange;
    
    width: 250px;
    height: 200px;
    margin-left: 1%;
    text-align: center;
    color: black;
    box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.19);*/
}
.mo_wpns_dashboard_sub_upgrade_layout
{
	margin-top: 4px;
	padding: 5px 20px;
    background-color: white;
    border-top: 4px solid orange;
    width: 250px;
    height: 186px;
    margin-left: 1%;
    text-align: center;
    color: black;
    box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.19);
}


h2.mo_wpns_nav-tab-wrapper
{
	border: none;
}
.mo_wpns_small_div_layout
{
	width: 440px;
	height: 470px;
	background-color: yellow;
	float: left;
}
.mo_wpns_support_layout{
	padding: 5px 20px;
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    width: 290px;
    margin-left: 1%;
    float: left; 
    text-align: center;
    border: 2px solid lightseagreen;
  box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.19);
}
.mo_wpns_settings_textarea
{
	resize: vertical;
	width:100%;
	height: 105px;
}

.mo_wpns_third_layout{
	margin-top: 10px;
	padding: 5px 20px;
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    float: left;
    width: 29%;
    margin-left: 1%;

}
.mo_wpns_dashboard_button
{
  	background-color: #4CAF50;
	border: none;
	color: white;
	padding: 15px 32px;
	text-align: center;
	position: relative;
    bottom: -80px;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
	margin: 4px 2px;
	cursor: pointer;
}
.mo_wpns_report_layout
{
	margin: 10px;
	padding: 5px 20px;
    background-color: #FFFFFF;
    border: 2px solid #20b2aa;
    float: left;
    width: 593px;
    min-height: 200px;
    overflow: hidden;
    text-align: center;
    box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.19);
}
.mo_wpns_report_log_layout
{
	margin-bottom: 10px;
    margin-top: 10px;
    height: auto;
    width: 100%;
    float: left;
}
.mo_wpns_setting_layout
{
	margin: 5px;
  margin-left: 0px;
	padding: 5px 20px 30px 20px;
    background-color: #FFFFFF;
    border: 2px solid #20b2aa;
    float: left;
    width: 94%;

    overflow: hidden;
    text-align: left;
    box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.19);
}
.mo_wpns_setting_layout_scan
{
  margin: 5px;
  padding: 5px 20px 30px 20px;
    background-color: #FFFFFF;
    border: 2px solid #20b2aa;
    float: left;
    width: 80%;
    margin-left: 10%;

    overflow: hidden;
    text-align: left;
    box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.19);
}
.mo_wpns_sub_nav_tab {
  background-color: #f1f1f1;
  margin:22px;
}

.mo_wpns_manual_block,.mo_wpns_manual_whitelist{
  font-size: 1.2rem;
}

#mo_wpns_select_ip .mo_wpns_manual_block_radio ,#mo_wpns_select_ip .mo_wpns_manual_whitelist_radio{
  margin-top: 0.1em;
}
/* Style the buttons inside the tab */
.mo_wpns_sub_nav_tab button {
  background-color: inherit;
  float: left;
  outline: none;
  cursor: pointer;
  padding: 7px 6px;
  transition: 0.3s;
  font-size: 17px;
  margin-top: 20px;
  margin-bottom: 20px;
  border-top: solid 1px;
  border-bottom: solid 1px;
  background-color: white;
  color: black;
  width :16%;
}

/* Change background color of buttons on hover */
.mo_wpns_sub_nav_tab button:hover {
  background-color: #ddd;
}

/* Create an active/current tablink class */
.mo_wpns_sub_nav_tab button.mo_wpns_sub_nav_active {
  background-color: #20b2aa;
  color: white;
}

/* Style the tab content */
.mo_wpns_sub_nav_tabcontent {
  display: none;
  /*padding: 6px 12px;
  border: 1px solid #ccc;*/
  border-top: none;
}

.mo_wpns_sub_layout
{
	margin: 10px;
	padding: 5px 20px;
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    float: left;
    width: 438px;
    margin-left: 1%;
    height: 200px;
    text-align: center;
    box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.19);
}
.mo_wpns_details_layout
{
	/*margin:10px;*/
	height:auto;
	width:96.7%;
	float:left;
}
.mo_wpns_sub_details_layout
{
	margin: 0px 10px;
	height:200px;
	width:23.3%;
	float:left;
	background-color: white;
	border-top: 4px solid lightseagreen;
    box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.19);
    font-style: italic;
}
.mo_wpns_button {
  background-color: #20b2aa; /* Green */
  border: none;
  color: white;
  padding: 11px 28px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
  -webkit-transition-duration: 0.4s; /* Safari */
  transition-duration: 0.4s;
}

.mo_2f_cloud_switch_modal
{
  width:44%;
  height:70px;
  background-color:#e2efef;
  border: 1px solid black;
  text-align:right;
}
.mo_wpns_upgrade_button
{
	text-align: center;
	background-color: orange;
	width: 126px;
}


.mo_wpns_dashboard_button {
  background-color: #20b2aa; /* Green */
  border: none;
  color: white;
  padding-top: 10px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 14px;
  margin: 4px 2px;
  cursor: pointer;
  -webkit-transition-duration: 0.4s; /* Safari */
  transition-duration: 0.4s;
}

.mo_wpns_dashboard_upgrade_button
{
	text-align: center;
	background-color: orange;
	width: 113px;
	height: 30px;
}

.mo_wpns_button1:hover {
  box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24),0 17px 50px 0 rgba(0,0,0,0.19);
  color: white;
}
 .mo_wpns_upgrade_page_button
  {
    border: 1px solid black;
    background-color: #7ccbc7;
    padding: 12px 0px;
    width: 98.5%;
  }
.mo_wpns_products-dollar-amount {
    color: #797878;
    font-weight: 400;
    font-size: 30px;
    line-height: 25px;
}
.mo_wpns_products-dollar-detail {
    margin-left: -2px;
    text-transform: lowercase;
    vertical-align: top;
    font-size: 22px;
    font-weight: 300;
}

.mo_wpns_collapsible {
 /* background-color: white;
  color: black;
  cursor: pointer;
  padding: 18px;*/
  /*width: 100%;*/
 /* border: none;
  text-align: left;
  outline: none;
  font-size: 15px;*/
}

 .mo_wpns_collapsible:hover {
  background-color: #555;
}

.mo_wpns_content {
  /*padding: 0 18px;*/
  display: none;
  overflow: hidden;
  background-color: white;
}
.mo_wpns_pricing_enlarge_layout{
	margin: 10px;
	padding: 5px 20px;
	background-color: #FFFFFF;
	float: left;
	width: 90%;
	margin-left: 1%;
	min-height: 222px;
	overflow: hidden;
	text-align: center;
	border-top: 6px solid lightseagreen;
  box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.19);
}

.mo_wpns_free_pricing_enlarge_layout{
	margin: 10px;
	/*padding: 5px 20px;*/
	background-color: #FFFFFF;
	float: left;
	width: 100%;
	/*margin-left: 1%;*/
	/*min-height: 222px;*/
	height: 220px;
	overflow: hidden;
	text-align: center;
	/*border-top: 6px solid lightseagreen;*/
  /*box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.19);*/
}

.mo_wpns_table_col1_layout
{
	width: 23%; border: 1px solid #dddddd;
  	text-align: left;
  	padding: 8px;
}
.mo_wpns_table_free_col1_layout
{
	width: 21.8%; 
	border: 1px solid #dddddd;
  	text-align: left;
  	padding: 8px;
}
.mo_wpns_table_col2_layout
{
	width: 60%; 
	font-size: 13px;
	border: 1px solid #dddddd;
  	text-align: left;
  	padding: 8px;
}
.mo_wpns_table_free_col2_layout
{
	width: 60%; 
	font-size: 13px;
	border: 1px solid #dddddd;
  	text-align: left;
  	padding: 8px;
}
.mo_wpns_table_col3_layout
{
	width: 1%; 
	border: 1px solid #dddddd;
	color: red;
	font-size: 15px;
  	text-align: left;
  	padding: 8px;
  	text-align: center;
}
.mo_wpns_table_free_col3_layout
{
	width: 9.5%; 
	border: 1px solid #dddddd;
	color: #4CC00E;
	font-size: 15px;
  	text-align: left;
  	padding: 8px;
  	text-align: center;
}

.mo_wpns_table_row_layout
{
	text-align: left;
	font-size: 16px;
}
.mo_wpns_table_row_layout:nth-child(even) {
  background-color: #dddddd;
}
.mo_wpns_free_feature_button {
  border: none;
  color: black;
  padding: 11px 12px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 22px;
  /*border-radius: 50%;*/
  margin: 4px 2px;
  cursor: pointer;
  -webkit-transition-duration: 0.4s; /* Safari */
  transition-duration: 0.4s;
}
.mo_wpns_free_feature_button:hover
{
	background-color: white;
	color: green;
	box-shadow: none;
}
.mo_wpns_premium_feature{
	border: none;
  color: black;
  padding: 11px 12px;
 
  text-decoration: none;
  display: inline-block;
  font-size: 22px;
  /*border-radius: 50%;*/
  margin: 4px 2px;
  cursor: pointer;
  -webkit-transition-duration: 0.4s; /* Safari */
  transition-duration: 0.4s;
}
.mo2f_flex{
  display: flex;
}
.mo_wpns_table_free_text_layout
{
	/*width: 20%; */
	height: auto;
  	text-align: left;
  	font-size: 20px;
}
.mo_wpns_all_in_one_layout
{
	float: center;
}
.mo_all_in_one_pricing
{
 margin-left: 25%;
}
.mo_all_in_one_pricing{
  margin-left: 25%;
}
@media only screen and (max-width: 1024px)
{
	.mo_wpns_divided_layout
	{
		margin-bottom: 10px;
		margin-top: 10px;
		height:auto;
		width:100%;
		float:left;
		/*background-color: pink;*/
	}
	.mo_wpns_divided_layout_2
	{
		float: left;
		margin-top: 10px;
		padding: 5px 2px;
		width: 100%;

  }
  .mo_wpns_divided_layout_tab{
    margin-bottom: 10px;
    margin-top: 10px;
    height:auto;
    width:100%;
    float:left;
  

  }
  .mo_wpns_small_layout{
    /*background-color:#FFFFFF;
    border:1px solid #CCCCCC;
    padding:30px 40px 30px 20px;
    margin-bottom: 20px;
    width :29%;*/
    /*margin: 10px;*/
    /*padding: 5px 20px;*/
      background-color: #FFFFFF;
      border: 1px solid #CCCCCC;
      float: left;
      width: 90%;
      /*margin-left: 1%;*/
      min-height: 222px;
      overflow: hidden;
      text-align: center;
      box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.19);
      /*font-style: italic;*/
      border-top: 6px solid lightseagreen;
  }

  .mo_wpns_small_layout_test{
    /*background-color:#FFFFFF;
    border:1px solid #CCCCCC;
    padding:30px 40px 30px 20px;
    margin-bottom: 20px;
    width :29%;*/
    /*margin: 10px;*/
    /*padding: 5px 20px;*/
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    float: left;
    width: 90%;
    /*margin-left: 1%;*/
    min-height: 222px;
    overflow: hidden;
    text-align: center;
    box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.19);
    /*font-style: italic;*/

	}

  .mo_wpns_small_2_layout
  {
    /*margin: 10px;*/
    /*padding: 5px 20px;*/
      /*background-color: yellow;*/
      /*border: 1px solid #CCCCCC;*/
      float: left;
      width: 100%;
      margin-left: 1%;
      height: 120px;
      text-align: center;
  }
  .mo_wpns_small_3_layout
  {
    float: left;
      width: 68%;
      height: 222px;
      text-align: center;
      margin-top: 26px;
  }
  .mo_wpns_dashboard_layout
  {
    /*margin: 10px;*/
    padding: 5px 20px;
      background-color: none;

	    float: left;
	    width: 90%;
	    height: auto;
	    /*margin-left: 1%;*/

  }
  .mo_wpns_inside_dashboard_layout
  {
    margin-top: 10px;
    padding: 5px 0px;
      background-color: #FFFFFF;
      border: 1px solid #CCCCCC;
      float: left;
      width: 18.5%;
      height: 100px;
      border-top: 2px solid lightseagreen;
      font-weight: 600;
      /*box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.19);*/
  }
  
  /*.wpns_font_size {
    font-size: 30px;
    margin-top: -10px;
    padding-right: 11px;
    }*/
    .mo_wpns_dashboard_text
  {
  font-size: 30px;
  margin-top: 0px;

  }
  .mo_wpns_dashboard_upgrade_layout
  {
    margin-top: 10px;
    padding: 5px 20px;
      background-color: white;
      border-top: 5px solid orange;
      /*float: left;*/
      width: 90%;
      height: 100px;
      margin-left: 1%;
      text-align: center;
      color: black;
      box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.19);
  }

	.mo_wpns_dashboard_button 
	{
		  background-color: #20b2aa; /* Green */
		  border: none;
		  color: white;
		  padding-top: 10px;
		  text-align: center;
		  text-decoration: none;
		  display: inline-block;
		  font-size: 14px;
		  margin: 4px 2px;
		  cursor: pointer;
		  -webkit-transition-duration: 0.4s; /* Safari */
		  transition-duration: 0.4s;
	}

  .mo_wpns_dashboard_upgrade_button
  {
    text-align: center;
    background-color: orange;
    width: 113px;
    height: 30px;
  }
  .mo_wpns_dashboard_sub_upgrade_layout
  {
    margin-top: 10px;
    padding: 5px 20px;
      background-color: white;
      border-top: 4px solid orange;
      width: 90%;
      height: 200px;
      margin-left: 1%;
      text-align: center;
      color: black;
      box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.19);
    /*margin-top: 20px;
    padding: 5px 20px;
      background-color: #20b2aa;
      border: 1px solid #CCCCCC;
      float: left;
      width: 227px;
      height: 170px;
      margin-left: 1%;
      color: white;
      box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.19);*/
  }
  .mo_wpns_sub_dashboards_layout
  {
    margin-top: 10px;
    padding: 5px 0px;
      background-color: #FFFFFF;
      border: 1px solid lightseagreen;
      float: left;
      width: 30%;
      height: 100px;
      margin-left: 1%;
      font-weight: 600;
      border-top: 4px solid lightseagreen;

      /*box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.19);*/
  }
  .mo_wpns_sub_sub_dashboard_layout
  {
    margin-top: 10px;
    padding: 5px 0px;
      background-color: #FFFFFF;
      border: 1px solid lightseagreen;
      float: left;
      width: 22%;
      min-height: 74px;
      overflow: hidden;
      margin-left: 1%;
      font-weight: 600;
      border-top: 3px solid lightseagreen;
  }
  .mo_wpns_container{
    /*padding:10px;*/
    width: 100%;
    /*background-color: yellow;*/
    height: auto;
  }
  .mo_wpns_details_layout
  {
    margin:10px;
    height:auto;
    width:90%;
    float:left;
  }
  .mo_wpns_sub_details_layout
  {
    margin:10px;
    height:200px;
    width:90%;
    float:left;
    border: 1px solid;
    background-color: white;
    border-top: 4px solid lightseagreen;
      box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.19);
      font-style: italic;
  }
  .mo_wpns_tab button {
  background-color: inherit;
  float: left;
  outline: none;
  cursor: pointer;
  padding: 7px 6px;
  transition: 0.3s;
  font-size: 103%;
  margin-top: 20px;
  margin-bottom: 20px;
  border: solid 1px #20b2aa;
  background-color: white;
  color: black;
  width: 129px;
  height: 55%;
}
.mo_wpns_tab button.active {
  background-color: #20b2aa;
  color: white;
  width: 130px;
  border: solid 1px #20b2aa;
  /*border-bottom: none;*/
  box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.19);
  font-weight: 600;
}
  .mo_wpns_support_layout{
    /*padding: 5px 20px;*/
      background-color: #FFFFFF;
      border: 1px solid #CCCCCC;
      /*float: left;*/
      width: 90%;
      margin-left: 1%;
      float: left;
      height: 480px;
      border: 2px solid lightseagreen;
      box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.19);

	 /* background-color: #4CAF50;
	  border: none;
	  color: white;
	  padding: 15px 32px;
	  text-align: center;
	  text-decoration: none;
	  display: inline-block;
	  font-size: 16px;
	  margin: 10px 14px;
	  cursor: pointer;
	  width: 20%;*/
	}
	.mo_wpns_third_layout{
		margin-top: 10px;
		padding: 5px 20px;
	    background-color: #FFFFFF;
	    border: 1px solid #CCCCCC;
	    float: left;
	    width: 29%;
	    margin-left: 1%;

  }
  .mo_wpns_dashboard_button
  {
      background-color: #4CAF50;
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    position: relative;
      bottom: -80px;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
  }
  .mo_wpns_report_layout
  {
    margin: 10px;
    padding: 5px 20px;
      background-color: #FFFFFF;
      border: 2px solid #20b2aa;
      float: left;
      width: 90%;
      min-height: 200px;
      overflow: hidden;
      text-align: center;
      box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.19);
  }
  
  h1 .nav-tab, a .nav-tab{
    font-size : auto;
     background-color: none; /* Green 
      /*background-color: #4CAFA4;*/
      border: 1px;
      color: black;
      padding: 10px;
      text-align: center;
      text-decoration: none;
      
      font-size: 20px;
      margin: 5px 0px;
      cursor: pointer;
      /*border-radius: 23px;*/
      width: 07.5%;
      border: 1px solid gray;
      /*width: 100px;*/
  }
  h1 .nav-tab-active, a .nav-tab-active
  {
    
    /*background-color: #4CAF50;*/
    font-size: 150%;
    box-shadow: 3px 4px 3px #888888;
    background-color: #20b2aa;
    color: white;
    
  }
  h1 .nav-tab:hover , a .nav-tab:hover
  {
    background-color: #20b2aa;
    color: white; 
    /*border-bottom: none;*/
  }
  h1 .nav-tab-active:hover , a .nav-tab-active:hover
  {
    background-color: white;
    color:#20b2aa;
  }
  .mo_wpns_sub_nav_tab button {
      background-color: inherit;
      float: left;
      outline: none;
      cursor: pointer;
      padding: 14px 16px;
      transition: 0.3s;
      font-size: 17px;
      margin-top: 20px;
      margin-bottom: 20px;
      border-top: solid 1px;
      border-bottom: solid 1px;
      border-bottom: none;
      background-color: white;
      color: black;
      width :210px;
  }
  .mo_wpns_setting_layout
  {
    margin: 5px;
    margin-left: 0px;
    padding: 5px 20px 30px 20px;
      background-color: #FFFFFF;
      border: 2px solid #20b2aa;
      float: left;
      width: 90%;
      /*margin-left: 1%;*/

      overflow: hidden;
      text-align: left;
      box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.19);
  }
  .mo_wpns_products-dollar-amount {
      color: #797878;
      font-weight: 400;
      font-size: 30px;
      line-height: 25px;
  }
  .mo_wpns_products-dollar-detail {
      margin-left: -2px;
      text-transform: lowercase;
      vertical-align: top;
      font-size: 22px;
      font-weight: 300;
  }
  .mo2f_thumbnail {
    margin-bottom: 10px;
    position: relative;
    width: 100%;
    min-height: 103%;
    overflow: hidden;
    background-color: #fff;
    border: 1px solid #ddd;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out
}
}


.mo_wpns_table_layout td strong {
	margin-left: 10px;
}
.col1 {
	width: 20%;
}
.mo_wpns_left {
	overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
    display: inline-block !important;
}
.mo_wpns_right {
	float: right !important;
}

.mo_wpns_table_textbox {
	width:100%;
	height:30px;
}
.mo_wpns_settings_table {
	width: 100%;
}

#mo_wpns_note{
	background-color: #d9edf7;
	border-radius: 4px;
	padding: 5px;
	color: #31708f;
}
.mo_wpns_not_bold
{
	font-weight:normal;
}
.button-green{
	background: #95D387 !important;
	color: #ffffff !important;
	border: 1px solid #95D387 !important;
}

.mo_wpns_input_success{
	background: url(../images/success.png) no-repeat scroll 7px 7px;
	padding-left: 35px;
    background-size: 25px 25px;
    background-position: 5px 2px;  
}

.mo_wpns_input_error{
	background: url(../images/error.png) no-repeat scroll 7px 7px;
	padding-left: 33px;
    background-size: 20px 20px;
    background-position: 6px 5px;  
}

.mo_wpns_local_pricing_table{
	text-align:center;
	font-size: 15px !important;
	background-color:#FFFFFF; 
}

.mo_wpns_local_pricing_header{
	color: #fff !important;
	margin: 4px !important;
}

.mo_wpns_local_pricing_sub_header{
	margin: 2px !important;
	color: #fff !important;
	
}

.mo_wpns_pricing_text{
	font-size: 15px !important;
	color: #fff !important;
	font-weight: bold !important;
}

.mo_wpns_local_pricing_free_tab{
	background-color: rgba(34, 153, 221, 0.82)!important;
	
	
}

.mo_wpns_local_pricing_paid_tab{
	background-color: #1a71a4 !important;

	
}

.mo_wpns_local_thumbnail{
	width: 350px;
    padding: 4px;
    margin-bottom: 10px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
}

.blockedips_table{
	width:100%;
}

.blockedips_table th{
	text-align:left;
}

.blockedips_table{
   border: 1px solid black;
   border-collapse: collapse;
}

.blockedips_table th, .blockedips_table td {
    border: 1px solid black;
	text-align: left;
    padding: 4px;
}

.blockedips_table tr:nth-child(even){background-color: #f2f2f2}

.blockedips_table th {
    background-color: #D6D6D6;
    color: #222;
}

.redtext{color:red;}

.mo_wpns_subheading{
	margin-bottom:10px;
	margin-top:-10px;
}

.premium_div{
	background: #ddd !important;
}

.warning_div{
	display:block;margin-top:10px;color:red;background-color:rgba(251, 232, 0, 0.15);padding:5px;border:solid 1px rgba(255, 0, 9, 0.36);
}

.one-third{
	width:33%;
	    float: left;
}
h1 .nav-tab, .mo_flex-container .nav-tab
{
  font-size : 14px !important;
   /*background-color: none; /* Green */
    /*background-color: #4CAFA4;*/
    background-color: white;
    border: 1px ;
    color: black;
    padding: 10px;
    text-align: center;
    text-decoration: none;

    box-shadow: 3px 4px 3px #888888;

	  /*font-size: 20px;*/
	  margin: 5px 0px;
	  cursor: pointer;
	  /*border-radius: 23px;*/
	  width: 8.2%;
	  border: 1px solid #20b2aa;
	  /*width: 100px;*/
}
  h1 .nav-tab-active, .mo_flex-container .nav-tab-active
  {
    
    /*background-color: #4CAF50;*/
    font-size: 150%;
    box-shadow: 3px 4px 3px #888888;
    background-color: #20b2aa;
    color: white;
    
  }
  h1 .nav-tab:hover ,.mo_flex-container .nav-tab:hover
  {
    background-color: #20b2aa;
    color: white; 
    /*border-bottom: none;*/
  }
   h1 .nav-tab-active:hover , .mo_flex-container .nav-tab-active:hover
  {
    background-color: white;
    color:#20b2aa;
  }
.ip_lookup_desc,.file_backup_desc{
	background-color:#E6E6E6;
	width:100%;
	margin-top:1%;
	padding:10px;
}

.ip_lookup_desc img,.file_backup_desc img{
	margin-left:45%;
}

a{
	cursor:pointer;
}

.display td{
	text-align: center;
}


.mo_wpns_modal_open {
	overflow: hidden !important;
	position:fixed	!important;
    width: 100% !important;
}

.mo_wpns_modal {
	position: fixed !important;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	 z-index: 100000 !important;
	display: none;
	overflow: hidden !important;
	-webkit-overflow-scrolling: touch;
	outline: 0;
	display:block;
}


.mo_wpns_modal_backdrop {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	background-color: #000 !important;
	filter: alpha(opacity = 50)!important;
	opacity: 0.9 !important;
	height:	100% !important;
}

.mo_wpns_modal.fade .mo_wpns_modal_dialog {
	-webkit-transition: -webkit-transform .3s ease-out;
	-o-transition: -o-transform .3s ease-out;
	transition: transform .3s ease-out;
	-webkit-transform: translate(0, -25%);
	-ms-transform: translate(0, -25%);
	-o-transform: translate(0, -25%);
	transform: translate(0, -25%)
}

 .mo_wpns_modal.in .mo_wpns_modal_dialog {
	-webkit-transform: translate(0, 80px) !important;
	-ms-transform: translate(0, 80px) !important;
	-o-transform: translate(0, 80px) !important;
	transform: translate(0, 80px) !important;
}

.mo_wpns_modal_open .mo_wpns_modal {
	overflow-x: hidden;
	overflow-y: hidden;
}

.mo_wpns_modal_dialog {
	position: relative;
	width: auto;
	margin: 10px;
	
}

.mo_wpns_modal_content {
	position: relative;
	background-color: #fff;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid #999;
	border: 1px solid rgba(0, 0, 0, .2);
	outline: 0;
	-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
	box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
	margin-top: 12%;
	margin-left: 0px;
	padding: 15px 15px 0px;
	color: #444;
	font-family: "Open Sans",sans-serif;
	color: #777;
	font-size: 14px;
	line-height: 1.4em;
	background: #FFF none repeat scroll 0% 0%;
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.13);
}

.mo_wpns_modal_header {
	min-height: 14px;
	padding: 10px 10px 10px 10px;
	border-bottom: 1px solid #e5e5e5;
	font-weight: normal;
    font-family: "Open Sans",sans-serif;
    font-size:17px;
}


.mo_wpns_modal_title {
	margin: 0 !important;
	line-height: 1.0 !important;
}

.mo_wpns_modal_body {
	position: relative;
	padding: 4%;
	overflow:hidden !important;
	max-height: 550px !important; 
	font-weight: normal;
    font-family: "Open Sans",sans-serif;
}

.mo_wpns_modal_footer {
	padding: 15px;
	text-align: right;
	border-top: 1px solid #e5e5e5
}

.mo_wpns_modal_footer .btn+.btn {
	margin-bottom: 0;
	margin-left: 5px
}

.mo_wpns_modal_footer .btn_group .btn+.btn {
	margin-left: -1px
}

.mo_wpns_modal_footer .btn_block+.btn_block {
	margin-left: 0
}

.mo_wpns_modal_scrollbar_measure {
	position: absolute;
	top: -9999px;
	width: 50px;
	height: 50px;
	overflow: scroll
}

@media ( min-width :768px) {
	.mo_wpns_modal_dialog {
		width:auto;
		margin: 0px auto
	}
	.mo_wpns_modal_content {
		-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
		box-shadow: 0 5px 15px rgba(0, 0, 0, .5)
	}
	.mo_wpns_modal_sm {
		width: 300px
	}
	.mo_wpns_modal_md{
		width: 500px
	}
	.mo_wpns_modal_lg {
		width: 50%;
	}
}

@media ( min-width :992px) {
	.mo_wpns_modal_dialog {
		width:auto;
		margin: 0px auto
	}
	.mo_wpns_modal_lg {
		width: 490px;
	}
	.mo_wpns_modal_md{
		width: 500px
	}
}

.close{
	text-decoration:none;
	color:grey;
	font-size:13px;
	float:right;
}

.close:hover{
	color:#0073aa;
}

.modal_err_message{
	color:red;
	background-color:rgb(254, 220, 220);
	padding:1%;
	margin-bottom:3%;
}

.mo_wpns_login_container{
	padding-top:3%;
}

.mo_wpns_textbox{
	width:48%;
	height:30px;
	background: #fbfbfb;
	font-size: 14px;
	padding: 3px;
	margin: 2px 6px 16px 0;
	border: 1px solid #ddd;
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.07);
	box-shadow: inset 0 1px 2px rgba(0,0,0,.07);
	background-color: #fff;
	color: #32373c;
	outline: 0;
	-webkit-transition: 50ms border-color ease-in-out;
	transition: 50ms border-color ease-in-out;
	box-sizing: border-box;
}

.mo2f_heading_style .btn{
	background: #0085ba; 
  
	border-color: #006799;
	color: #fff;
	box-shadow: 0 1px 0 #006799;
	height: 30px;
    line-height: 28px;
    padding: 0 12px 2px;
    text-shadow: 0 -1px 1px #006799,1px 0 1px #006799,0 1px 1px #006799,-1px 0 1px #006799;
    border-color: #0073aa #006799 #006799;
    box-shadow: 0 1px 0 #006799;
    border-radius: 3px;
	white-space: nowrap;
	border-width: 1px;
	border-style: solid;
	cursor: pointer;
	display: inline-block;
	font-size:12px;
}



.license-button:hover{
	color:white!important;
	background-color:orange!important;
	border:1px solid orange!important;
}

.license-button:active{
	box-shadow: 0px 1px 4px 2px rgba(255, 165, 0, 0.69);
}

.license-button:focus{
   box-shadow: 0px 1px 4px 2px rgba(255, 165, 0, 0.69);
}

.backupmessage{
	text-align: center;
    height: 52px;
    margin-bottom: 2%;
    background-color: rgb(255, 25, 25);
    color: black;
    font-weight: bold;
    padding-top: 1px;
}

.wpns_premium_option{
	background-color: rgba(128, 128, 128, 0.7);
    padding: 2%;
    opacity: 0.3;
}

.wpns_premium_option_text{
	position: absolute;
    font-weight: bold;
    margin:4.5% 15.5%;
    z-index: 1;
}

.notice-button{
	float: left;
    height: 22px;
    margin-top: 6px;
    padding:0px 5px;
    margin-left:2%;
    font-size:13px;
    background-color:white;
    text-decoration: none;
    cursor: pointer;
    border-width: 1px;
    border-style: solid;
    border-radius: 3px;
    box-shadow: 0 1px 0 #CFCFCF;
    
}

.custom-notice{
	display: flex;
}

.notice-message{
	float:left;
}

/*Added for new pricing*/
.mo_align_pricing{
    text-align:left;padding-left: 27%;
}

.mo_align_pricing_enlarge{
    text-align:left;padding-left: 42%;
}


/*Included for the feedback form*/
.mo_modal {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0;

}
.mo_scan_confirm_modal{
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 200px; /* Location of the box */
  left: 0;
  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 */
}

.mo_wpns_modal-content {
    position: relative;
    background-color: #ffffff;
    border: 1px solid #999999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    outline: 0;
    margin-left: 20%;
    margin-right: 24%;
    margin-top:6%;
}

.mo_wpns_close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

/*.wpns_font_size {
font-size: 50px;
margin-top: -10px;
padding-right: 11px;
}*/
.wpns_font_shown {
font-size: 70px;
margin-top: -10px;
margin-bottom: 5px;
padding-right: 11px;
}

/* Added for malware */
.malwaresummarydiv{
	display: inline-flex;
	width: 100%;
}
.malwarescandiv{
	border-radius: 4px;
	background: lemonchiffon;
	padding: 5px;
	width: 50%;
}
.msdivl{
	margin-right: 5px;
}
.msdivr{
	margin-left: 5px;
}
.hdiv{
	font-weight: 600;
	font-size: 1.2em;
  text-align: center;
}
.title_hdiv{
  font-weight: 600;
  font-size: 1.0em;
  text-align: center;
}
.hmdiv{
  font-weight: 600;
  font-size: 1.2em;
}
.shdiv{
	margin-bottom: 10px;
}
.mo_wpns_scanmodediv{
	border-radius: 4px;
	background: lemonchiffon;
	padding: 5px;
	width: 23.5%;
}
.mo_wpns_msdivl{
	margin-right: 5px;
}
.mo_wpns_msdivr{
	margin-left: 5px;
}
.mo_wpns_scan_desc{
  height: 52%;
}
.mo_wpns_progress {
  width: 100%;
  background-color: grey;
  margin-top: 6%;
}
.mo_wpns_progress_bar {
  width: 0%;
  height: 20px;
  background-color: #4CAF50;
  text-align: center; /* To center it horizontally (if you want) */
  line-height: 20px; /* To center it vertically */
  color: white;
}
/*#mo_wpns_bar {
  width: 0%;
  height: 20px;
  background-color: blue;
}*/
.mo_wpns_lightgreen{
	color:rgb(128, 173, 128);
}
.mo_wpns_brightred{
	color:#ffd7d7;
}
.mo_wpns_red{color:red;}
.mo_wpns_gray{color:#ccc}
.mo_wpns_scan_close_issue{
	color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}
.mo_wpns_scan_close_issue:hover,
.mo_wpns_scan_close_issue:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}
.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}
.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}
.summarydiv{
	margin: 5px 0;
	width: 50%;
}
.mo_wpns_scan_button {
  background-color: #20b2aa; /* Green */
  border: none;
  color: white;
  padding: 5px 5px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
  -webkit-transition-duration: 0.4s; /* Safari */
  transition-duration: 0.4s;
}
.mo_wpns_scan_modal_button {
  background-color: #20b2aa; /* Green */
  border: none;
  color: white;
  padding: 5px 80px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 20px;
  margin: 4px 2px;
  cursor: pointer;
  -webkit-transition-duration: 0.4s; /* Safari */
  transition-duration: 0.4s;
}
.mo_wpns_deep_scan_button {
  background-color: #20b2aa; /* Green */
  border: none;
  color: white;
  padding: 5px 5px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  -webkit-transition-duration: 0.4s; /* Safari */
  transition-duration: 0.4s;
}
.mo_wpns_sub_scanmode
{
  padding: 5px;
    background-color: #FFFFFF;
    border: 1px solid lightseagreen;
    width: 23.5%;
    border-top: 4px solid lightseagreen;
    min-height: 180px;
}
.mo_wpns_malwarescandiv
{
  padding: 5px;
    background-color: #FFFFFF;
    border: 1px solid lightseagreen;
    width: 50%;
    border-top: 4px solid lightseagreen;
}

.mo2f_settings_table {

    margin-left:2%;
    width: 70%;


}
.mo2f_other_options_table {
    width: 70%;
}

.mo2f_other_options_note{
    margin-top: 2%;
    border-radius: 2px;
    background-color: #bfe5e9;
    padding:12px;
}

/* */
/* The Modal (background) */
.modal {
  display: none;
  position: fixed; /* Stay in place */
  z-index: 9999; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  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 */
  transition: all 1s;
}
.modal1 {
  display: none;
  position: fixed; /* Stay in place */
  z-index: 9999; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  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); /* Black w/ opacity */
  transition: all 1s;
}

/* Modal Content */
.modal-content {
  background-color: #FFFFFF;
  margin: 0;
  padding: 0 20px;
  border: 1px solid #888;
  width: 70%;
  border-radius: 5px;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.25);
  position: fixed;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);


}
.mo2f-modal-backdrop {


  position: absolute;


  top: 0;


  right: 0;


  left: 0;


  background-color: #f1f1f1 !important;


  filter: alpha(opacity=50) !important;


  opacity: 1 !important;


  height: 100% !important;
 

}
.mo2f_modal {


  position: fixed !important;


  top: 0;


  right: 0;


  bottom: 0;


  left: 0;


  z-index: 100000 !important;


  overflow: hidden !important;


  -webkit-overflow-scrolling: touch;


  outline: 0;





}

.modal-button {
  width: 15%;
  height: 50px;
  font-size: 20px !important;
  padding: 0;
}


.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
  font-size: large;
}
.modal-body {
  position: relative;
  padding: 0 15px;
  line-height: normal;
  height: 450px;
  overflow-y: scroll;
  overflow: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-footer {
  padding: 15px;
  text-align: center;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

.modal-body-div{
  margin: 1em;
  font-size: large;
}

.modal-body-para{
  font-size: large;
}
.modal-body-div-c{
  font-size: large;
  margin:.25em;
  padding:.5em 1em;
  border: 1px solid #007cba;
  border-radius:4px;
  overflow: hidden;
  transition: 0.3s;
}

.modal-body-div-d{
  width:93%;
  display:inline-flex;
}
.modal-body-div-e{

}
.modal-span{
    padding: 5px 10px;
    border: 1px solid #2980b9;
    border-radius: 5px;
    cursor: pointer;
    color: #0073aa;
    background-color: #ffffff;
    font-size: large;
    font-weight: bold;
    margin: 0 50px;
    width: 125px;
    display: inline-block;
}

.modal-span:hover{
  color: #5b9dd9;
}

.modal-span:click{
  color: #fff;
  background-color: #0073aa;
}

.modal ul p{
  margin: 0;
}

.modal-span-close{
    display: block;
    right: 20px;
    position: absolute;
    top: 15px;
    padding: 5px 10px;
    font-weight: 600;
    font-size: large;
    cursor: pointer;
}

.modal-span-close:hover{
    transform: scale(1.1, 1.1);
}

.modal-span-close:active{
    border: solid;
}

.modal-waf-dinner{
    margin: 10px 20px;
    display: list-item;
}
.modal-waf-sinner{
    font-weight: 500;
}

.mo_wpns_support_layout_model{
    padding: 5px 20px;
    background-color: #FFFFFF;
    width: 95%;
    margin: 10px;
    float: left;
    text-align: center;
    border: 2px solid lightseagreen;
    box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.19);
}







/*2FA css used*/
.mo2f_licensing_plans {
    background-color: white;
    border-style: solid;
    border-color: lightgrey;
    border-radius: 4px;
    border-width: 1px;
}

.mo2f_licensing_plans_tr {
    background-color: #bbccdd;
}

.mo2f_licensing_plans_plan_desc {
    color: white;
    font-size: 16px
}

.mo2f_licensing_plans_ol {
    margin-left: 3%
}
.mo2f_setup_2factor_tab {
    align-content: center;
    min-height: 394px;
    padding:5px;
}

.mo2f_auth_methods_table {
    border-spacing: 10px;
    border-collapse: separate;
    width: 100%;
}

.mo2f_view_free_plan_auth_methods {
    color: black;
    cursor: pointer;
}

.mo2f_view_free_plan_auth_methods:hover {
    color: black;
}

.mo2f_2factor_heading_images {
    display: inline-block;
    width: 20px;
    height: 20px;
    float: left
}

.mo2f_2factor_heading_images {
    display: inline-block;
    width: 20px;
    height: 20px;
    float: left;
    margin-right:1%;
    margin-top: 1.5%;
    margin-left: 1.5%;
}

.mo2f_thumbnail {
    margin-bottom: 10px;
    position: relative;
    /*width: 280px;*/
    min-height: 103%;
    overflow: hidden;
    background-color: #fff;
    border: 1px solid #ddd;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out
}

.mo2f_thumbnail > img, .mo2f_thumbnail a > img {
    margin-right: auto;
    margin-left: auto
}

a.mo2f_thumbnail:hover, a.mo2f_thumbnail:focus, a.mo2f_thumbnail.active {
    border-color: #337ab7
}

.mo2f_thumbnail .caption {
    padding: 9px;
    color: #333
}

.mo2f_thumbnail label {
    font-weight: bold;

}

.mo2f_thumbnail_method_wrap{
    margin-bottom: 60px;
}

.mo2f_thumbnail_method{
  display: inline-flex;
}

.mo2f_thumbnail_method_desc{
    padding:13px;
    font-size:17px;
}

.mo2f_set_2_factor {
    padding: 10px;
    float: right;
    line-height: 20px;
}

.mo2f_configure_set_2_factor {
    background-color: Transparent;
    background-repeat: no-repeat;
    border: none;
    cursor: pointer;
    overflow: hidden;
    outline: none;
    color: white;
}

.mo2f_auth_methods_thumbnail {
    width: 50px;
    height: 50px;
    padding: 20px;
    line-height: 80px;
}

.mo2f_setup_2_factor_tab {
    background-color: white;
    border-style: solid;
    border-color: lightgrey;
    border-radius: 4px;
    border-width: 1px;
    padding: 20px;
    width: 93%;
    align-content: center

}

.mo_wpns_setting_layout{
    margin: 5px;
    margin-left: 0px;
    padding: 5px 20px 30px 20px;
    background-color: #FFFFFF;
    border: 2px solid #20b2aa;
    float: left;
    width: 94%;
    /*margin-left: 1%;*/
    /*overflow: hidden;*/
    text-align: left;
    box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.19);
}

.mo2f_configure_set_2_factor:hover {
    font-weight: bold;
    font-size: 14px;
}

.configuredBasic {
    background: url(../images/feat_smart.png) rgba(99, 143, 223, 0.42) no-repeat right;
    padding: 10px;
    margin-bottom: 0px;
}

.configuredSmart {
    background: url(../images/Smartphone-24.png) rgba(99, 143, 223, 0.42) no-repeat right;
    padding: 10px;
    margin-bottom: 0px;
}

.notConfiguredBasic {
    background: url(../images/feat_smart.png) rgba(221, 221, 221, 0.66) no-repeat right;
    padding: 10px;
    margin-bottom: 0px;
}

.notConfiguredSmart {
    background: url(../images/Smartphone-24.png) rgba(221, 221, 221, 0.66) no-repeat right;
    padding: 10px;
    margin-bottom: 0px;
}

.configuredLandline {
    background: url(../images/landline_sprite.png) rgba(99, 143, 223, 0.42) no-repeat right;
    padding: 10px;
    margin-bottom: 0px;
}

.notConfiguredLandline {
    background: url(../images/landline_sprite.png) rgba(221, 221, 221, 0.66) no-repeat right;
    padding: 10px;
    margin-bottom: 0px;
}

.selectedMethod {
    background-color: rgba(54, 157, 4, 0.42) !important;
}

.inactiveMethod {
    background-color: rgba(221, 221, 221, 0.66) !important;
    margin-left: 20.5%;

}

.configuredLaptop {
    background: url(../images/laptop-24.png) rgba(99, 143, 223, 0.42) no-repeat right;
    padding: 10px;
    margin-bottom: 0px;
}

.notConfiguredLaptop {
    background: url(../images/laptop-24.png) rgba(221, 221, 221, 0.66) no-repeat right;
    padding: 20px;
    margin-bottom: 0px;
}

* {
  /*box-sizing: border-box;*/
}

.mo2f_configure_2_factor {
    padding: 10px;
    float: left;
    line-height: 20px;
}

.mo2f_heading_style {
    font-size: 18px;
    font-family: Segoe UI;
    padding: 11px;
}

.mo2f_authy_step1 {
    vertical-align: top;
    padding-right: 15px;
    width: 26%;
}

.mo2f_authy_step2 {
    vertical-align: top;
    padding-right: 15px;
    width: 46%;
}

.mo2f_table_textbox {
    width: 100%;
    height: 30px;
}

.mo2f_email_template_css{
  width:75% !important;
  float:right;
  margin-right:25%;
}

.mo2f_template_css{
  float: right;
}

.mo2f_other_options_textbox {
    height: 30px;
    width:150%;
    float:left;
    margin-right:25%;
}

.mo2f_google_authy_step2 {
    vertical-align: top;
    padding-right: 15px;
    width: 70%;
}

.mo2f_google_authy_step3 {
    vertical-align: top;
    width: 30%
}

.mo2f_kba_ques {
    width: 400px !important;
    border-radius: 4px;
    height: 30px;
    font-size: 13px !important;
}

.mo2f_kba_table {
    padding-left: 10px;
    width: 80%;
}

.mo2f_kba_tb_data {
    padding-left: 80px;
}

.mo2f_grayed_out {
    background-color: rgba(128, 128, 128, 0.05) !important;
    opacity: .5;
}

.mo2f_grayed_out_link {
    position: absolute;
    float: right;
    margin: 0.5% 0 0 24%;
    z-index: 99;
}
.overlay{
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .5;
  z-index: 0;
}
.overlay1{
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.5;
  z-index: 0;
}

.black_overlay {
    display: none;
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index: 1001;
    -moz-opacity: 0.8;
    opacity: .80;
    filter: alpha(opacity=80);
}

.mo2f_advanced_options_images {
    display: inline-block;
    padding: 15px;
    width: 20px;
    height: 20px;
    float: left
}

.mo2f_view_premium_plan_auth_methods, .mo2f_view_standard_plan_auth_methods, .mo2f_view_backup_options, .mo2f_view_backup_options_prem,
.mo2f_view_login_options, .mo2f_view_inline_registration_options, .mo2f_view_customizations, .mo2f_advanced_options_a,
.mo2f_view_customizations_prem {
    color: navy;
    cursor: pointer;
}

.mo2f_view_premium_plan_auth_methods:hover, .mo2f_view_standard_plan_auth_methods:hover, .mo2f_view_backup_options:hover,
.mo2f_view_backup_options_prem:hover, .mo2f_view_customizations_prem:hover, .mo2f_view_login_options:hover, .mo2f_view_inline_registration_options:hover, .mo2f_view_customizations:hover {
    color: limegreen;
}

.mo2f_vertical-submenu a {
    display: inline;
    background-color: #cce;
    color: black;
    margin-left: 6px;
    width: 30%;
    margin-top: 15px;
    text-decoration: none;
    text-align: center;
    padding: 11px;
}

.mo2f_vertical-submenu a:hover {
    background-color: #ccc;
}

.mo2f_vertical-submenu a.active {
    background-color: #4CAF50;
    color: white;
}

.mo2f_box {
    border: 1px solid #DCDCDC;
    padding: 20px;
}

.mo2f_google_authy_secret_outer_div {
    padding: 10px;
    background-color: #f9edbe;
    width: 20em;
    text-align: center;
}
.mo2f_google_authy_secret_inner_div {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.5;
}

.mo2f_vertical_line {
    border-left: 1px solid #EBECEC;
    padding: 5px
}
.mo2f_gauth_column {
    float: left;
    padding: 10px;
    height: 165px; 
}
.mo2f_gauth_column_cloud {
    float: left;
    height: 150px; 
}

.mo2f_gauth_left {
  width: 100%;
}
.mo-fa-icon > tr > td > i.fa {
    color: #5b8a0f;

}
.mo_table-bordered, .mo_table-bordered > tbody > tr > td {
    /*border: 1px solid #ddd;*/
}
.mo_align-center > tr > td {
    text-align: center !important;
}

.mo-fa-icon > tr > td > i.fa {
    color: #5b8a0f;

}
.mo2f_display_none_forms {
    display: none
}
.mo_flex-container {
  display: flex;
  flex-wrap: nowrap;
  width: 97%;
}
.mo2f_transfer_license_key{
  margin-left:5px;
  font-style: italic;
}
.mo_flex-container > a {

  font-size : auto;
  background-color: none; 
  border: 1px;
  text-align: center;
  text-decoration: none;
  /*display: inline-table;*/
  font-size: 20px;
  margin: 0px 0px;
  cursor: pointer;
  width: 1200px;
  border: 1px solid #20b2aa;

}
.mo_subtab_flex-container{
  display: flex;
  flex-wrap: nowrap;
  width: 976px;
}

.mo_subtab_flex-container > button {
  font-size : auto;
  background-color: none; 
  border: 1px;
  text-align: center;
  text-decoration: none;
  /*display: inline-table;*/
  font-size: 17px;
  margin: 0px 0px;
  cursor: pointer;
  width: 1200px;
  border: 1px solid #20b2aa;
}

.mo_wpns_sub_scanmode
{
  padding: 5px;
    background-color: #FFFFFF;
    border: 1px solid lightseagreen;
    width: 23.5%;
    border-top: 4px solid lightseagreen;
    min-height: 180px;
}
.mo_wpns_sub_scansummary
{
  padding: 5px;
    background-color: #FFFFFF;
    border: 1px solid lightseagreen;
    width: 23.5%;
    border-top: 4px solid lightseagreen;
    height: 120px;
}
.mo_wpns_scan_summary_text
{
  font-size: 70px;
  margin-top: -15px;
  text-align: center;
}
.mo_wpns_malwarescandiv
{
  padding: 5px;
    background-color: #FFFFFF;
    border: 1px solid lightseagreen;
    width: 50%;
    border-top: 4px solid lightseagreen;
}

.mo_scan_modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    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 */
.mo_scan_modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 70%;
}

/* The Close Button */
.mo_scan_close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.mo_scan_close:hover,
.mo_scan_close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}
.mo_mmp_red{
  color: red;
}
.mmp_point{
  cursor: pointer;
}
.mmp_green {
  background-color: #4CAF50;
  border: none;
  color: white;
  padding: 3px 10px;
  text-align: center;
  text-decoration: none;
  /*display: inline-block;*/
  /*font-size: 16px;*/
  margin: -4px 2px;
  cursor: pointer;
}
/*Custom login form*/
.customloginform{
  padding: 25px !important;
  margin: 30px !important;
	border-collapse: collapse;
	border:1px solid #20b2aa;
  border-radius: 8px;
}
.customloginform th {

  font-size: 1rem;
  background-color: var(--mo2f-theme-blue);
}
.customloginform td {
	/*width:80%;*/
	text-align:left;
	border:1px solid #20b2aa;
	padding:1%;

}
.customloginform th{
	text-align:left;
	border:1px solid black;
	padding:1%;
}
.mo2f_doc_icon_style
{
  font-size:25px;
  color:#269eb3;
}
.mo2f_doc_font_size
{
  font-size: 112%;
  width: 30%;
}
.mo2f_advance_setting
{
  width: 40%;color: #111111 !important; background: none;font-weight: bold;border: 2px solid black;margin-left: 30%;float: left;min-height: 54px;
}
.mo2f_advance_setting:hover
{
  border: 2px solid black;
  background-color: #2EB150;
  color: white !important;
}
.mo2f_boder_radius
{
  border-bottom-left-radius: 25px;
} 
.mo2f_back_button
{
    margin-left: 4px;
    padding: 4px 8px;
    position: relative;
    top: -3px;
    text-decoration: none;
    border: 1px solid #0071a1;
    border-radius: 2px;
    text-shadow: none;
    font-weight: 600;
    font-size: 13px;
    line-height: normal;
    color: #0071a1;
    background: #f3f5f6;
    cursor: pointer;
}
.mo2f_back_button:hover
{
  background-color: #daf0f2;
} 
.mo2f_plan_based_title
{
  width: 47%;
  background-color: #7ccbc7;
  float: left;
  border: 2px solid black;
  border-bottom: none;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
} 
.mo2f_plan_based_title_div
{
  color: white;
  font-size: 264%;

} 
.mo2f_addons_alignment
{
  color:#20b2aa;
  font-size: large;
  float: left;
  margin-right: 5px;
} 
.mo2f_addons_not_included
{
  color:red;
  font-size: x-large;
  float: left;
  margin-right: 5px;
} 
.mo2f_auth_method_style
{
  font-size: 15px;
  line-height: initial;
}
.mo2f_active_plan
{
  background-color: #7ccbc7;
  border-radius: 50em;
}
.mo_wpns_upgrade_page_2fa_ns_styles
{
  background-color: #7ccbc7;
  border: 2px solid black;
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
  border-bottom: none;
}
.mo2f_tooltip .mo2f_site_based_vs_user_based
{
    min-height: 200px;
    margin-top: 10%;
    background-color: #ffffff;
    color: black;
    border: 1px solid black;
    width: 300px;
    padding: 0px;
    margin-left: -146px;
    box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
}
.mo2f_tooltip .mo2f_site_based_vs_user_based_title
{
  background-color: #ccf2f1;
  color: black;
  padding: 10px;
}
.mo2f_site_based_vs_user_based_info_icon
{
  font-size: 25px;
  color: #ffffff;
  margin-left: 15px;
}
.device_display td,.device_display th {
    width:12%;
    text-align: center;
}
.mo_red_sec{
  color: red;
}
.mo_green_sec{
  color: green;
}

.mo2fa-ppm-logo{
  background-image: url('https://ps.w.org/miniorange-2-factor-authentication/assets/icon-256x256.gif?rev=2421591');
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  height: 50px;
  width: 50px;
  padding: 15px;
  margin-right: 10px;
}

.mo2fa-ppm-ad{
  position: relative;
  display: flex;
  margin-top: 20px;
  width: 100%;
}
.mo2fa_twofa_form_div {
  display: flex;
  align-items: center;
  justify-content: right;
  font-weight: 200;
  font-size: 120%;
}
.mo2fa_twofa_custom_form {
  visibility: hidden;
  float:right;
  margin-right: -5%;
}
.mo2fa_customform {
  font-weight: 400;
  float:right; 
  margin-top:7px;
}
.mo2fa_twofa_custom_form + .mo2fa_customform {
  border: 1px solid #999;
  background: #EEE;
  padding: 4px 12px;
  border-radius: 4px 4px 0 0;
  position: relative;
  top: 1px;
}

#mo2fa_loginform_active  .mo2fa_login_form {         
  border-top: 1px solid #999;
  padding: 12px;
}


.mo2fa_customform:hover {
  color: #2271b1;
}
#mo2fa_loginform_active {
  color: #2271b1;
  background: #FFF;
  border-bottom: 1px solid transparent;
}
#mo2fa_registrationform_active {
  color: #2271b1;
  background: #FFF;
  border-bottom: 1px solid transparent;
}
.mo2f_form_images{
  width:30px;
  height:30px;
  display: inline;
}
 

