.mo-lla-plugin-container{
  position: relative;
}

.mopns-nav-container{
  position: sticky;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  margin-left: -20px;
  z-index: 3;
}

.molla-nav-text{
  margin-left: 10px;
  display: flex;
  align-items: center;
  font-size: 20px;
  font-weight: bold;
}

.molla-nav-text-margin{
  margin-left: 210px;
}

.molla-nav-bar{
  background-color: #fff;
  
  background: white;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: .5rem 1.5rem;
  min-height: calc(30px + 1rem);
  position: sticky;
  top: 32px;
  z-index: 5;
}

.molla-dashboard-button{
  outline: none;
  box-shadow: none;
  text-decoration: none;
  margin: 0 10px;
  color: #0081E3;
  font-size: medium;
  display: flex;
  align-items: center;
}

.molla-nav-item{
  padding: 5px;
  border-radius: 50%;
  background-color: #0081E3;
  color: #fff;
  margin-right: 5px;
}

.dashicons-money-alt{
  background-color: #E3CC00;
}

.molla-dash-charts{
  width: 250px;
  margin: 20px;
}

.molla-dash-charts-line{
  width: 400px;
  margin: 20px;
}

.molla-card{
  background-color: white;
  border-radius: 10px;
  padding: 20px;
}

.mo-lla-card-head{
  font-weight: bold;
  text-align: center;
  padding: 5px;
  padding-top: 0;
}

.mo-lla-card-body{
  position: relative;
}

.molla-container{
  flex:4;
  margin: 20px auto;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.molla-summery{
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center; /** X-axis align **/
  margin-top: 35%;
  font-size: 50px;
  font-weight: bold;
}

.molla-circle-container{
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
}

.molla-circle-card{
  margin: 0 30px;
  height: 150px;
  width: 150px;
  border-radius: 10px;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.molla-graph-container{
  display: flex;
  justify-content: center;
}

.molla-circle-content{
  font-size: 40px;
  font-weight: bold;
}

.molla-circle-footer{
  margin-top: 20px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.molla-circle-footer .dashicons{
  margin-top: 10px;
  font-size: 20px;
  color:#bfbfbf;
  cursor: pointer;
}

.molla-circle-footer .dashicons:hover{
  color: #4f4f4f;
}

.molla-support-div{
  position:absolute;
  right:0;
  top:0;
  background-color: #0081E3;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: left;
  box-shadow: 0 1px 2px 0 rgb(60 64 67 / 30%), 0 1px 3px 1px rgb(60 64 67 / 15%);
  padding-top: 80px;
  z-index:2;
  max-width: 300px;
  min-height: 800px;
}

.molla-support-header .dashicons{
  width: 200px;
  height: 120px;
  font-size: 150px;
  margin: 20px;
  padding: 0;
}

.molla-support-content{
  padding: 0 10px;
}

.molla-slide-support-btn{
  position: absolute;
  top:110px;
  left:0px;
  background-color: #fff;
  color: #000;
  height: 50px;
  border-radius: 0 4px 4px 0;
  display: flex;
  align-items: center;
  width: 13px;
  font-size: 13px;
  cursor: pointer;
  
}

.molla-support-icon{
  background-image: url('../images/mowpns-support-logo.png');
  background-repeat: no-repeat;
  background-size:contain;
}

.molla-support-closed{
  width:0px;
}

.molla-support-closed .molla-support-header {
  display: none;
}

.molla-support-closed .molla-support-content{
  display: none;
}

.molla-support-closed .molla-slide-support-btn{
  left:-70px;
  width: 50px;
  border-radius: 4px 0 0 4px;
  background-color: #fff;
  color: #fff;
  border: 10px solid #fff;
  border-radius: 20px 0 0 20px;
  box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
  overflow: hidden;
}

.molla-support-closed .molla-slide-support-btn:hover{
  box-shadow: 0 3px 6px rgb(0 0 0 / 30%);
  transition-delay:1s;
}

.molla-support-section{
  flex:1;
}

.molla-feature-heading-div{
  height: 100px;
  margin-left: 210px;
  margin-top: 50px;
  display: flex;
  flex-direction: column;
}

.molla-feature-nav{
  font-size: 0.8rem;
}

.molla-feature-nav a{
  text-decoration: none;
  /* font-weight:bold; */
}

.molla-logo-container{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 200px;
}

.molla-limit-login-logo{
    width: 100px;
    height: 100px;
    display: flex;
    font-size: 150px;
    justify-content: center;
    align-items: center;
    color:  #fff;
    margin: 20px 0;
    background-image: url('../images/mowpns-security-logo.png');
    background-repeat: no-repeat;
    background-size:contain;
}

.molla-miniorange-logo{
    width: 35px;
    height: 35px;
    margin:0 10px;
    display: flex;
    font-size: 150px;
    justify-content: center;
    align-items: center;
    color:  #fff;
    background-repeat: no-repeat;
    background-size:contain;
    background-image: url('../images/mowpns-security-logo.png');
}

.molla_sub_feature_nav{
  text-transform: capitalize;
}

.molla-feature-name{
  margin: 20px 0 10px 0;
  font-size: 1.5rem ;
  font-weight: bold;
}

.molla-feature-info{
  margin: 10px 0 0 0;
  font-size: 1rem;
}

.molla-nav-tab-wrapper{
  background-color: #fff;
  position: absolute;
  top:0;
  z-index: 3;
  display: flex;
  flex-direction: column;
  min-height: 800px;
  margin-left: -20px;
  justify-content: top;
  align-items: left;
  padding-top: 40px;
  overflow: hidden;
  width: 200px;
  box-shadow: 0 1px 2px 0 rgb(60 64 67 / 30%), 0 1px 3px 1px rgb(60 64 67 / 15%);
}

.molla_tab_content .mo_lla_divided_layout{
  margin-left: 190px;
  margin-top: 0;
}

.molla_tab_content{
  display: none;
}


.molla-nav-tab{
  background-color: #fff;
  border: none;
  padding: 10px;
  font-weight: bold;
  text-align: left;
  display: flex;
  align-items: center;
  font-size: 15px;
  cursor: pointer;
}

.molla-nav-tab:hover{
  background-color: #f0f0f1;
}

.molla-nav-tab .dashicons{
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 25px;
  background-color: #000;
  margin-right: 10px;
  color: #fff;
  border-radius: 50%;
  padding: 3px;
}


.nav-tab-active{
  background-color: #0081E3 !important;
  color: #fff !important;
}

/* .nav-tab-active .dashicons{
  background-color: #fff;
  color: #000;
} */

.molla-sub-container{
  display: flex;
  margin-top: 20px;
  margin-left: 20px;
  background-color: #fff;
  flex-direction: column;
}

.mo-lla-sub-tabs{
  display: none;
  padding: 5px 20px 20px 20px;
}

.mo-lla-sub-tabs-active{
  display: block;
}

.molla-sub-tab-header{
  height: 40px;
  border-bottom: 1px solid #E2E4E7;
  display: flex;
  align-items: center;
  font-size: 12px;
  font-weight: bold;
  color: #71747D;
}

.molla-sub-tab{
  padding: 10px;
  cursor: pointer;
}

.molla-sub-tab-active{
  border-bottom: 2px solid #0081E3;
}

.mo-lla-select,.mo-lla-textbox{
  width:150px;
}

.dashicons-external{
  text-decoration: none;
  /* margin-left: px; */
  font-size: 16px;
}


.molla-checkbox{
  font-weight: bold;
  color: #71747D;
}

.molla-checkbox input{
  text-align: center !important;
}

.molla-config-container{
  border: 1px solid #E2E4E7;
  padding: 10px;
  margin-top: 10px;
}

.molla-table{
  color: #71747D;
}

.molla-table tr{
  display: flex;
  justify-content: space-between;
  width: 700px;
}



.molla_basic_feature{
  font-size: small;
  color: #0081E3;
  font-weight: bold;
}

#footer-left{display:none;}

#footer-upgrade{
  -webkit-font-smoothing: antialiased;
    font: normal 12px 'dashicons';
    cursor: pointer;
    text-decoration: underline;
    float: unset;
}

#wpfooter{
  text-align: center;
}

#footer-upgrade::before{
  content: 'Liked limit login attempts plugin? Rate us on WordPress ';
}

#footer-upgrade::after{
    content: "\f155 \f155 \f155 \f155 \f155";
    display: inline-block;
    /* color: yellow */
}









/* **************************************************************************************************/

.mo_lla_help_title {
	font-size:17px;
	width:100%;
	color:#1B79AE;
	cursor:pointer;
	font-weight: bold;
}
.mo_lla_dashboard_header {
   background-color: #8fb6c7;
    color: #fff;
    text-align: center;
    font-size: 23px;
    padding: 22px;
    margin-top: 12px;
}

.mo_lla_help_desc {
	font-size:13px;
	border-left:solid 2px rgba(128, 128, 128, 0.65);
	margin-top:10px;
	padding-left:10px;
	margin-bottom:20px
}
.mo_lla_help {
	width: 95%;
}
.mo_lla_help_cell {
	padding: 20px;
	border-bottom: solid 1px grey;
}
.overlay_success {
    position: fixed;
    z-index: 5;
    bottom: 5%;
    left:25%;
    display: flex;
    align-items: center;
    justify-content: left;
    font: Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;
    font-size: 13px;
    background-color: #1e1e1e;
    border-radius: 2px;
    box-shadow: 0 2px 4px rgb(0 0 0 / 30%);
    color: #fff;
    padding: 20px 10px;
    width: fit-content;
    max-width: 400px;
    box-sizing: border-box;
    cursor: pointer;
  }
  .overlay_error {
    position: fixed;
    z-index: 5;
    bottom: 5%;
    left:25%;
    display: flex;
    align-items: center;
    justify-content: left;
    font: Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;
    font-size: 13px;
    background-color: #1e1e1e;
    border-radius: 2px;
    box-shadow: 0 2px 4px rgb(0 0 0 / 30%);
    color: #fff;
    padding: 20px 10px;
    width: fit-content;
    max-width: 400px;
    box-sizing: border-box;
    cursor: pointer;
  }

  .overlay_error::before{
    content: "\f534";
    display: inline-block;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    font: normal 20px/1 'dashicons';
  }

  .overlay_success::before{
    content: "\f12a";
    display: inline-block;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    font: normal 20px/1 'dashicons';
  }

  
.mo_lla_table_layout {
	background-color:#FFFFFF; 
	border:1px solid #CCCCCC; 
	margin-bottom: 10px;
	height:auto;
	width:63%;
	float:left;
}

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

/* Style the buttons inside the tab */
.mo_lla_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 #0081E3;
  background-color: white;
  color: black;
  width :162px;
}

/* Change background color of buttons on hover */
.mo_lla_tab button:hover {
  background-color: #0081E3;
  color: white;
}

/* Create an active/current tablink class */
/* .mo_lla_tab button.active {
  background-color: #0081E3;
  color: white;
  width: 20%;
  border: solid 1px #0081E3;
  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_llan_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_lla_table_layout {
	background-color:#FFFFFF; 
	border:1px solid #CCCCCC; 
	padding:0px 24px 10px 10px;
	min-height:220px;
}

.mo_lla_divided_layout{
	margin-bottom: 10px;
	margin-top: 10px;
	height:auto;
	width:74%;
	float:left;
}
.mo_lla_divided_layout_2
{
	float: left;
	margin-top: 10px;
	padding: 5px 2px;
	height: auto;
  width: 25%;
}
.mo_lla_small_layout{
	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 #2e34a9;
    box-shadow: 0 0px 0px 0 rgb(0 0 0 / 20%), 0 6px 10px 0 rgb(0 0 0 / 19%);
}
.mo_lla_small_2_layout
{
    float: left;
    width: 47%;
    margin-left: 1%;
    height: 222px;
    text-align: center;
}

.mo_lla_inside_dashboard_layout
{
  padding: 5px 0px;
  background-color: #FFFFFF;
  border: 1px solid #CCCCCC;
  float: left;
  width: 22.3%;
  margin-left: 1%;
  font-weight: 600;
  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) !important;
}

.mo_lla_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 rgb(0 0 0 / 20%), 0 6px 10px 0 rgb(0 0 0 / 19%) !important; 
}


.mo_lla_dashboard_text
  {
  font-size: 50px;
  margin-top: -15px;

  }
h2.mo_lla_nav-tab-wrapper
{
	border: none;
}
.mo_lla_support_layout{
	padding: 5px 20px;
  background-color: #FFFFFF;
  width: 240px;
  margin: 1%;
  float: left; 
  color: #000;
  text-align: left;
  border-radius: 10px;
}
.mo_lla_settings_textarea
{
	resize: vertical;
	width:100%;
	height: 105px;
}
.add-new-h2{
    margin-left: 4px;
    padding: 6px 10px !important;
    position: relative;
    top: -3px;
    text-decoration: none;
    border: 1px solid #2271b1;
    border-radius: 3px !important;
    text-shadow: none;
    font-weight: 600;
    font-size: 15px !important;
    line-height: normal;
    color: #2271b1 !important;
    background: #f6f7f7 !important;
    cursor: pointer !important;

}

.mo_lla_setting_layout
{
	margin: 5px;
	padding: 5px 20px 30px 20px;
  background-color: #FFFFFF;
  float: left;
  width: 94%;
  margin-left: 1%;
  overflow: hidden;
  text-align: left;
}
.mo_lla_sub_nav_tab {
  background-color: #f1f1f1;
  margin:22px;
}

/* Style the buttons inside the tab */
.mo_lla_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_lla_sub_nav_tab button:hover {
  background-color: #ddd;
}

/* Create an active/current tablink class */
.mo_lla_sub_nav_tab button.mo_lla_sub_nav_active {
  background-color: #0081E3;
  color: white;
}

/* Style the tab content */
.mo_lla_content {
  display: none;
  overflow: hidden;
  background-color: white;
}
.mo_all_in_one_pricing
{
 margin-left: 25%;
}
.mo_all_in_one_pricing{
  margin-left: 25%;
}
@media only screen and (max-width: 1024px)
{
	.mo_lla_divided_layout
	{
		margin-bottom: 10px;
		margin-top: 10px;
		height:auto;
		width:100%;
		float:left;
	}
	.mo_lla_divided_layout_2
	{
		float: left;
		margin-top: 10px;
		padding: 5px 2px;
		width: 100%;

  }
  
  .mo_lla_small_layout{
      background-color: #FFFFFF;
      border: 1px solid #CCCCCC;
      float: left;
      width: 90%;
      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);
      border-top: 6px solid lightseagreen;
  }
  .mo_lla_small_2_layout
  {
      float: left;
      width: 100%;
      margin-left: 1%;
      height: 120px;
      text-align: center;
  }
  .mo_lla_small_3_layout
  {
    float: left;
    width: 68%;
    height: 222px;
    text-align: center;
    margin-top: 26px;
  }
  .mo_lla_dashboard_layout
  {
    padding: 5px 20px;
    background-color: none;
	  float: left;
	  width: 90%;
	  height: auto;
  }

  .mo_lla_dashboard_text
  {
  font-size: 30px;
  margin-top: 0px;

  }
  .mo_lla_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;
  }
  .mo_lla_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_lla_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 #0081E3;
  background-color: white;
  color: black;
  width: 129px;
}
/* .mo_lla_tab button.active {
  background-color: #0081E3;
  color: white;
  width: 130px;
  border: solid 1px #0081E3;
  /*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_lla_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 .nav-tab, h2 .nav-tab{
   font-size: 15px !important; 
    
  }
  
  h1 .nav-tab:hover , h2 .nav-tab:hover
  {
    color: white; 
  }
  
  .mo_lla_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_lla_table_layout td strong {
	margin-left: 10px;
}
.col1 {
	width: 20%;
}
.fixed {
	width: 75% !important;
}
.mo_lla_table_textbox {
	height:30px;
}
.lla_premium_class{
  color: red;
}
.mo_lla_settings_table {
	width: 100%;
}
.mo_lla_not_bold
{
	font-weight:normal;
}
.mo_lla_local_pricing_table{
	text-align:center;
	font-size: 15px !important;
	background-color:#FFFFFF; 
}

.mo_lla_local_pricing_header{
	color: #fff !important;
	margin: 4px !important;
}

.mo_lla_local_pricing_sub_header{
	margin: 2px !important;
	color: #fff !important;
	
}

.mo_lla_pricing_text{
	font-size: 15px !important;
	color: #fff !important;
	font-weight: bold !important;
}

.mo_lla_local_pricing_free_tab{
	background-color: rgba(34, 153, 221, 0.82)!important;
}

.mo_lla_local_pricing_paid_tab{
	background-color: #1a71a4 !important;
}

.mo_lla_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_lla_subheading{
	margin-bottom:10px;
	margin-top:-10px;
  color: #71747D;
}

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

 
.ip_lookup_desc,.db_backup_desc{
	background-color:#E6E6E6;
	width:100%;
	margin-top:1%;
	padding:10px;
}

.ip_lookup_desc img,.db_backup_desc img{
	margin-left:45%;
}

a{
	cursor:pointer;
}

.display td{
	text-align: center;
}

.mo_lla_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_lla_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_lla_modal.fade .mo_lla_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_lla_modal.in .mo_lla_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_lla_modal_open .mo_lla_modal {
	overflow-x: hidden;
	overflow-y: hidden;
}

.mo_lla_modal_dialog {
	position: relative;
	width: auto;
	margin: 10px;
	
}

.mo_lla_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_lla_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_lla_modal_body {
	position: relative;
	padding: 4%;
	overflow:hidden !important;
	max-height: 550px !important; 
	font-weight: normal;
    font-family: "Open Sans",sans-serif;
}

@media ( min-width :768px) {
	.mo_lla_modal_dialog {
		width:auto;
		margin: 0px auto
	}
	.mo_lla_modal_content {
		-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
		box-shadow: 0 5px 15px rgba(0, 0, 0, .5)
	}
	.mo_lla_modal_sm {
		width: 300px
	}
	.mo_lla_modal_md{
		width: 500px
	}
	.mo_lla_modal_lg {
		width: 50%;
	}
}

@media ( min-width :992px) {
	.mo_lla_modal_dialog {
		width:auto;
		margin: 0px auto
	}
	.mo_lla_modal_lg {
		width: 490px;
	}
	.mo_lla_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_lla_login_container{
	padding-top:3%;
}

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

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

.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);
}
.llas_premium_option{
	background-color: rgba(128, 128, 128, 0.7);
    padding: 2%;
    opacity: 0.3;
}

.notice{
  color: #000 !important;
}

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

.MOWrn{
  display: none !important;
}