.nav-tab{
  display: flex;
  align-items: center;
  cursor: pointer;
  outline: none;
}

.nav-tab:active,.nav-tab:focus  {
  outline: 0;
  box-shadow: none;
}

.nav-tab-wrapper{
  /* border: none; */
  display: flex;
}
.mo_wpns_switch_small {
 position: relative;
 display: inline-block;
 width: 44px;
 height: 24px;
}
.mo_wpns_switch_small input {
 opacity: 0;
 width: 0;
 height: 0;
}
.mo_wpns_slider_small {
 position: absolute;
 cursor: pointer;
 top: 0;
 left: 0;
 right: 0;
 bottom: 0;
 background-color: #ccc;
 -webkit-transition: .4s;
 transition: .4s;
}
.mo_wpns_slider_small:before {
 position: absolute;
 content: "";
 height: 18px;
 width: 18px;
 left: 3px;
 bottom: 3px;
 background-color: white;
 -webkit-transition: .4s;
 transition: .4s;
}
input:checked + .mo_wpns_slider_small {
 background-color: #20b2aa;
}
input:focus + .mo_wpns_slider_small {
 box-shadow: 0 0 1px #20b2aa;
}

input:checked + .mo_wpns_slider_small:before {
 -webkit-transform: translateX(17px);
 -ms-transform: translateX(17px);
 transform: translateX(17px);
}
.mo_wpns_slider_small.mo_wpns_round_small {
 border-radius: 24px;
}

.mo_wpns_slider_small.mo_wpns_round_small:before {
 border-radius: 50%;
}
#chart_wrap {
    position: relative;
    padding-bottom: 50%;
    height: 0;
    overflow:hidden;
}
.piechart {
  position: absolute;
  top: 0;
  left: 0;
  width:90%;
  height:500px;
}
.link {
  text-decoration: underline;
  color: red;
  cursor: pointer;
}
.mo_wpns_help {
	width: 95%;
}

.mo_wpns_tab {

  background-color: #f1f1f1;
  margin:22px;
  height: 31px;
}

.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;
}

.mo_wpns_tab button:hover {
  background-color: #20b2aa;
  color: white;
}

.mo_wpns_tab button.active {
  background-color: #20b2aa;
  color: white;
  width: 20%;
  border: solid 1px #20b2aa;
  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_tabcontent {
  display: none;
  border-top: none;
}
.mo_wpsn_button {
  background-color: #20b2aa; 
  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; 
  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_divided_layout{
	margin-bottom: 10px;
	margin-top: 10px;
	height:auto;
	width:74%;
	float:left;
}
.mo_wpns_divided_layout_2
{
	float: left;
	margin-top: 10px;
	padding: 5px 2px;
	height: auto;
  width: 25%;
}

.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_setting_layout
{
	margin: 5px;
	padding: 5px 20px 30px 20px;
  background-color: #FFFFFF;
  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);
}

.mo_wpns_button {
  background-color: #20b2aa; 
  border: none;
  color: white !important;
  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; 
  transition-duration: 0.4s;
}

.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_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:hover {
  background-color: #555;
}

.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;
  margin: 4px 2px;
  cursor: pointer;
  -webkit-transition-duration: 0.4s; 
  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;
  margin: 4px 2px;
  cursor: pointer;
  -webkit-transition-duration: 0.4s; 
  transition-duration: 0.4s;
}
.mo_wpns_table_free_text_layout
{
	height: auto;
  	text-align: left;
  	font-size: 20px;
}

@media only screen and (max-width: 1024px)
{
	.mo_wpns_divided_layout
	{
		margin-bottom: 10px;
		margin-top: 10px;
		height:auto;
		width:100%;
		float:left;
	}
	.mo_wpns_divided_layout_2
	{
		float: left;
		margin-top: 10px;
		padding: 5px 2px;
		width: 100%;

  }

  .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;
}
  .mo_wpns_support_layout{
      background-color: #FFFFFF;
      border: 1px solid #CCCCCC;
      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);

	}


  h1 .mo-site-nav-tab, a .mo-site-nav-tab{
    font-size : auto;
     background-color: none; 
      border: 1px;
      color: black;
      padding: 10px;
      text-align: center;
      text-decoration: none;
      font-size: 20px;
      margin: 5px 0px;
      cursor: pointer;
      width: 07.5%;
      border: 1px solid gray;
  }
  h1 .mo-site-nav-tab-active, a .mo-site-nav-tab-active
  {
    
    font-size: 150%;
    box-shadow: 3px 4px 3px #888888;
    background-color: #20b2aa;
    color: white;
    
  }
  h1 .mo-site-nav-tab:hover , a .mo-site-nav-tab:hover
  {
    background-color: #20b2aa;
    color: white; 
  }
  h1 .mo-site-nav-tab-active:hover , a .mo-site-nav-tab-active:hover
  {
    background-color: white;
    color:#20b2aa;
  }

  .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;
  }

}


.fixed {
	//width: 75% !important;
}
.mo_wpns_table_textbox {
	width:100%;
	height:30px;
}
.mo_wpns_settings_table {
	width: 100%;
}

h1 .mo-site-nav-tab, div .mo-site-nav-tab
{
  font-size : 14px !important;
    background-color: white;
    border: 1px ;
    color: black;
    padding: 10px;
    text-align: center;
    text-decoration: none;
    box-shadow: 3px 4px 3px #888888;

	  margin: 5px 0px;
	  cursor: pointer;
	  width: 8.2%;
	  border: 1px solid #20b2aa;
}
  h1 .mo-site-nav-tab-active, div .mo-site-nav-tab-active
  {
    
    font-size: 150%;
    box-shadow: 3px 4px 3px #888888;
    background-color: #20b2aa;
    color: white;
    
  }
  h1 .mo-site-nav-tab:hover , div .mo-site-nav-tab:hover
  {
    background-color: #20b2aa;
    color: white; 
  }
  h1 .mo-site-nav-tab-active:hover , div .mo-site-nav-tab-active:hover
  {
    background-color: white;
    color:#20b2aa;
  }

a{
	cursor:pointer;
}

.display td{
	text-align: center;
}


@media ( min-width :768px) {

	.mo_wpns_modal_sm {
		width: 300px
	}

}

.close{
	text-decoration:none;
	color:grey;
	font-size:13px;
	float:right;
}

.close:hover{
	color:#0073aa;
}

.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;
}

.btn:hover{
	background-color:#1893c0;
}

.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_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;
}

.mo_wpns_scan_button {
  background-color: #20b2aa; 
  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; 
  transition-duration: 0.4s;
}


.modal {
  display: none;
  position: fixed; 
  z-index: 9999; 
  padding-top: 100px; 
  left: 0;
  top: 0;
  width: 100%; 
  height: 100%; 
  overflow: auto; 
  background-color: rgb(0,0,0); 
  background-color: rgba(0,0,0,0.4); 
  transition: all 1s;
}

.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%);

}

.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;
}

.mo2f_display_none_forms {
    display: none
}
.mo_flex-container {
  display: flex;
  flex-wrap: nowrap;
  width: 97%;
}
.mo_flex-container > a {

  font-size : auto;
  background-color: none; 
  border: 1px;
  text-align: center;
  text-decoration: none;
  font-size: 20px;
  margin: 0px 0px;
  cursor: pointer;
  width: 1200px;
  border: 1px solid #20b2aa;

}

