/**
This CSS file is included into <head> of each user template after amember.css
and before site.css (if it is exists).

There you can see variable %bgcolor% - it is configured in setup form
(see application/default/themes/sample/Theme.php) and now substituted here.
Files with variables must be added to special list ($publicWithVars) of Am_Theme
class and these files are routed via special URL. Routed via URL, it is cached
in browser for 1 hour.

@link Am_View->printLayoutHead()
*/
body,
html {
  height: auto;
  font-size: 16px;
  font-family: RobotoLight;

}

@font-face {
  font-family: RobotoLight;
  src: url(../../../../../../../assets/font/Roboto-Light.ttf);
}
@font-face {
  font-family: RobotoMedium;
  src: url(../../../../../../../assets/font/Roboto-Regular.ttf);
}
b {
  font-family: RobotoMedium;
}
.content-form,.am-form,.am-layout-two-coll,.grid-wrap {
  width: calc(1024px - 40px);
  padding: 0 20px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  height: 100%;
  position: relative;
}
.flex-container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.align-center{
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column {
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.flex-container.justify-space-between {
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.flex-container.wrap {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.row {
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.justify-center{
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
ul.nav {
  /* float: right; */
  margin: 0;
}

.nav li {
  cursor: pointer;
  height: 100%;
  list-style: none;
  padding: 10px 16px 15px 16px;
  float: left;
}
.btn{
  font-family: RobotoMedium;
  border: 2px solid;
  width: 200px;
  text-align: center;
  padding: 10px;
  border-radius: 4px;
  margin-top: 50px;
}
.btn-green {
  color: #69A437;
}
.nav .btn {
  margin: auto;
  width: 116px;
  color: #145093;
}
.nav img {
  height: 30px;
  margin: 6px 0px;
}
.icon {
  width: 30px;
  height: 30px;
  margin: 6px 0px;
}
.btn-login:active {
  background: #145093;
  color: #fff !important;
  border-color: transparent;
}
.btn-login:hover {
  color: #145093;
}
.iconprofile{
  background: url(../../../../../../../assets/images/profile_grey.svg) no-repeat;
}
.iconprofile:hover{
  background: url(../../../../../../../assets/images/profile_hover.svg) no-repeat;
}
.iconprofile.active{
  background: url(../../../../../../../assets/images/profile_click.svg) no-repeat;
}
.iconprofile:active{
  background: url(../../../../../../../assets/images/profile_click.svg) no-repeat;
}
.iconHelp{
  background: url(../../../../../../../assets/images/helpgrey.svg) no-repeat;
}
.iconHelp:hover{
  background: url(../../../../../../../assets/images/help_hover.svg) no-repeat;
}
.iconHelp:active{
  background: url(../../../../../../../assets/images/help_click.svg) no-repeat;
}
.iconPreference{
  background: url(../../../../../../../assets/images/preferencesgrey.svg) no-repeat;
}
.iconPreference:hover{
  background: url(../../../../../../../assets/images/preferences_hover.svg) no-repeat;
}
.iconPreference:active{
  background: url(../../../../../../../assets/images/preferences_click.svg) no-repeat;
}




.am-header {
  height: 60px;
  width: calc(100% - 60px);
  padding: 8px 30px;
  color: #fff;
  z-index: 999;
  top: 0;
  position: absolute;
  background: rgba(255,255,255,1);
  background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.22) 0%, rgb(0, 0, 0) 100%);
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.22) 0%, rgb(0, 0, 0) 100%);
  background: -o-linear-gradient(left, rgba(0, 0, 0, 0.22) 0%, rgb(0, 0, 0) 100%);
  background: -ms-linear-gradient(left, rgba(0, 0, 0, 0.22) 0%, rgb(0, 0, 0) 100%);
  background: linear-gradient(to right, rgba(0, 0, 0, 0.22) 0%, rgb(0, 0, 0) 100%);
  background: #fff;
}
.am-body .am-body-content-wrapper{
  border: 0;
}
.am-header .am-header-content-wrapper{
  border:0;
  background: none;
  max-width: 1024px;
  padding: 0;
}
.am-header .am-header-content .am-header-content-logo {
  float: left;
  margin-right: 1em;
  height: 45px;
  padding: 8px 0px;
}
.am-header .am-header-content {
  padding:  0;
  overflow: inherit;
}

.am-main {
  margin: 0 auto;
  text-align: left;
  width: 100%;
  box-sizing: border-box;
  max-width: initial;
  padding-left: 0;
  padding-right: 0;
  background: transparent;
}
.am-layout{
  background: #fff;
}
.am-body {
  margin-top: 60px;
  background: #fff
}



.form-group {
  margin-bottom: 15px;
}
label {
  display: block;
  max-width: 100%;
  margin-bottom: 5px;
  font-size: 14px;
}
select, textarea, input[type=text], input[type=email], input[type=password] {
  padding: 0.5em;
  border: 1px solid #c2c2c2;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.am-form form {
  border: 0;
  margin: 0;
  padding: 0;
  text-align: left;
  box-shadow: none;
}
.am-login-form, .am-sendpass-form {
  width: 280px;
}
input[type="submit"]:hover {
  background: rgb(10, 40, 74);
}
.am-form div.element {
  padding: 0.5em 0em 1em 0em;
}

a.button, input[type=button], input[type=submit] {
  background: #145093;
  border: 0;
  -moz-border-radius: 15PX;
  -webkit-border-radius: 15PX;
  border-radius: 15PX;
  color: #FFF;
  padding: 10px;
  width: 100%;
}
.am-form div.row {
  border-bottom: 0;
  margin: 0;
}
.am-login-form-wrapper,.am-sendpass-form-wrapper {
  padding: 2em 2em;
}

.c-l-b-title  a {
  color: #3f7fb0;
  text-decoration: inherit;
  margin: auto;
  display: block;
  text-align: center;
}
.c-l-b-title {
  display: block;
  font-size: 28px;
  color: #69A437;
  margin-bottom: 20px;
}
.am-form .c-l-b-title {
  text-align: center;
  margin-bottom: 20px;
}
.register {
  background: lightgrey;
}
.c-l-barInfoApp {
  position: relative;
  width: 100%;
  height: 215px;

}
.c-l-b-items {
  width: 400px;
  text-align: center;
  min-width: 170px;
  border: 1px solid #999999;
  height: 174px;
}
.c-l-b-i-c-head {
  margin: 0;
  padding: 10px;
  width: calc(100% - 20px);
  font-size: 28px;
  color: #69A437;
}
.freetrial .c-l-b-i-c-head {
  background: #18528f;
  color: #fff;
}
.c-l-b-i-content .c-l-b-i-c-body {
  color: #fff;
  font-size: 16px;
  color: #333333;
  text-align: left;
  height: 65px;
  display: table;
  margin: 18px auto;
}
.c-l-b-i-c-body > span > b {
  font-size: 21px;
  font-family: RobotoMedium;
}
.c-l-b-i-content a {
  display: block;
  text-decoration: none;
}


.am-footer .c-l-barServ {
  margin: 0;
  background: transparent;
  padding: 40px 0px 25px 0px;
}


.c-l-barServ {
  position: relative;
  width: 100%;
  background: #005782;
  margin-top: 43px;
  color: #fff;
  text-decoration: none;
}
.mapNavigation {
  padding: 0px 19px;
  font-size: 14px;
}
.am-footer {
  color: #919191;
  background: #333;
  padding-bottom: 30px;
  height: auto;
}
.am-footer .am-footer-content-wrapper {
  background: transparent;
  color: white;
  height: auto;
}
.c-l-barServ a {
  color: #fff;
  text-decoration: none;
  font-size: 10px;
  line-height: 1.5;
  padding: 0px 0px;
  border-width: 0px 1px 0px 0px;
  font-family: "RobotoLight";
}
.am-footer .c-l-barServ a {
  color: #fff;
  font-weight: bold;
}
.mapNavigation >:first-child {
  padding: 5px 0px;
}
.contCompartir {
  width: 140px;
}
.iconCompartir {
  margin: 0px 0px 0px 30px;
}
.iconCompartir img {
  height: 30px;
}
.contentTerm {
  position: absolute;
  bottom: 27px;
  text-align: right;
}
.contentTerm p {
  font-size: 9px;
}
a{
  text-decoration: none;
  color: #145093;
}
.mapNavigation >:first-child {
  padding: 5px 0px;
}
.ContBuyApp img {
  height: 32px;
  margin: auto;
  display: block;
}
.am-form input[type=submit],.grid-wrap  .button{
  width: 280px;
  text-align: center;
}

.content-nav .am-tabs li{
  background: #fff;
  border-radius: 15px;
  border: 1px solid #69A437;
  position: relative;
  font-family: RobotoMedium;
}
.content-nav ul.am-tabs li.active,.content-nav ul.am-tabs li.normal:hover{
  background:transparent;
}
.content-nav ul.am-tabs li.active , .content-nav ul.am-tabs li.normal :hover{
  z-index: 1;
  background: #69A437 !important;
  color: #fff;
  border-radius: 14px;
  border-color: #69A437;
  text-shadow: none;
}
.content-nav ul.am-tabs li.normal a:hover{border-color: transparent;}
.content-nav ul.am-tabs li a{
  background: transparent !important;
  border: 2px solid;
  border-radius: 15px;
  border-color: transparent;
  text-align: center;
  padding: 8px 28px 8px 28px;
  z-index: 0;
  border-radius: 15px;
  box-shadow: none;
  text-shadow: none;
  text-indent: inherit !important;
  width: auto !important;
  text-transform: uppercase;
}
.content-nav .am-tabs {
  background: transparent;
  box-shadow: none;
  overflow: initial;
  height: 48px;
}
.content-nav ul.am-tabs li.active #menu-member,.content-nav ul.am-tabs #menu-member:hover{
  background-image: none;
  width: initial;
  text-indent: inherit;
}
.content-nav ul.am-tabs li.active:after {
  content: "";
  position: absolute;
  bottom: -19px;
  width: 0;
  height: 0;
  border-left: 18px solid transparent;
  border-right: 18px solid transparent;
  border-top: 18px solid #69A437;
  margin: auto;
  left: 0;
  right: 0;
}
.content-nav ul.am-tabs li:nth-child(1){
  z-index: 4;
}
.content-nav ul.am-tabs li:nth-child(2){
  z-index: 3;
}
.content-nav ul.am-tabs li:nth-child(3){
  z-index: 2;
  margin: 8px -23px 0px 2px !important;
}
.content-nav ul.am-tabs li:nth-child(4){
  z-index: 1;
}
.content-nav ul.am-tabs li:nth-child(2),.content-nav ul.am-tabs li:last-child {
  margin: 8px -23px 0px -32px;
}



.row .element.group input {
  width: 235px;
}

.comment {
  font-size: 12px;
}
input[type="radio"] {
  width: 20px;
  height: 20px;
  background: #fff !important;
  box-shadow: none;
  float: left;
}

span.am-product-title {
  margin-top: 2px;
  /* display: block; */
  padding-left: 7px;
}
h1 {
  width: 977px;
  margin: auto;
}

li.text {
  padding: 28px 10px 22px 10px;
  color: #333333;
  font-family: RobotoMedium;
  font-size: 14px;
}
li.text:hover {
  background: #145093;
}

li.text:hover a {
  color: #fff;
}
.nav li:hover .subNav{
  display: block;
}
.nav li,.navSecon li{
  position: relative;
}
.navIcon >:last-child {
  padding-right: 0 !important;
  overflow: hidden;
  /* width: 30px; */
}
.text a {color: #333333;}
.nav.navIcon > .text > .subNav {
  background: transparent !important;
  top: 20px !important;
  padding-top: 26px !important;
}
.subNav > div{
  background: #145093;
}
.navIcon .nav .text .subNav {
  background:transparent !important;

}
.subNav {
  background: #145093;
  position: absolute;
  display: none;
  top: 56px;
  left: 0;
  width: 200px;
}
.subNav li {
  float: inherit;
  padding: 7px 16px 7px 16px;
  cursor: pointer;
}
.subNav li:hover {
  background: rgba(235, 235, 235, 0.76) !important;
}
.subNav li:hover a{
  color: #145093;
}
.navIcon li {
  padding: 10px 12px 10px 12px !important;
  background: transparent !important;
}
.am-header {
  overflow: inherit;
}


.grid-container {
  border: 0;
  box-shadow: none;
  margin-bottom: 1em;
  overflow-x: auto;
  bord
}
.grid tr.grid-row > td {
  padding: 0.5em;
  border: 1px solid #cbcbcb;
  vertical-align: top;
}
.grid th {
  padding: 0.5em;
  border: 0;
  background: #145093;
  color: white;
  text-shadow: none;
  /* border: 0; */
}
.grid tr.grid-row > td {
  background: #fff;
}
.maxAnch {
  max-width: 1300px !important;
  width: calc(100% - 40px) !important;
  min-width: calc(1024px - 40px) !important;
}

.element select {
  height: 40px;
  width: 26% !important;
  font-size: 16px;
  line-height: normal;
  position: relative;
  background-repeat: no-repeat;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;

  background: url(../img/select.png)no-repeat right;
  padding-right: 49px;
  width: calc(100% - 47px);
  -webkit-background-size: 40px;
  -moz-background-size: 40px;
  -o-background-size: 40px;
  background-size: 40px;
}
.am-signup-form select{
  height: 40px;
  width: 61% !important;
  font-size: 16px;
  line-height: normal;
  position: relative;
  background-repeat: no-repeat;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;

  background: url(../img/select.png)no-repeat right;
  padding-right: 49px;
  width: calc(100% - 47px);
  -webkit-background-size: 40px;
  -moz-background-size: 40px;
  -o-background-size: 40px;
  background-size: 40px;
}

.navIcon {
  float: right;
  margin: 0;
  margin-top: 5px;
  width: 370px;
}
@media only screen and (max-width: 1220px) {
  .nav.navIcon li{
    padding: 10px 12px 10px 12px;
  }
  .navIcon{
    width: 316px;
  }
}
@media only screen and (max-width: 1160px) {
  .am-header-content  .maxAnch .nav li.text{
    padding: 20px 8px 20px 8px;
  }
}


@media only screen and (max-width: 1100px) {
  .am-header-content  .maxAnch .nav li.text{
    padding: 20px 7px 20px 8px;
  }
}
.cancel-subscription-buttons > input {
  width: 219px;
  font-size: 13px;
  float: left;
}

.cancel-subscription-buttons > input:last-child {
  float: right;
}
.am-signup-form > nth-child(1){
  background:'red'
}

[class^="am-signup-"] > :nth-child(1), [class*=" am-signup-"]  >:nth-child(1) {
  /* background: #5cc4b5; */
  margin-left: -20px !important;
  margin-right: 20px !important;
  padding-left: 18px;
  border-radius: 3px;
}
[class^="am-signup-"] > :nth-child(1) ul,[class*=" am-signup-"]  >:nth-child(1) ul {
  display: table;
  position: relative;
  left: 6px;
}

[class^="am-signup-"] > :nth-child(1) label, [class*=" am-signup-"]  >:nth-child(1) label {
  background: #e0f0df;
  padding: 10px 0px;
  padding-left: 14px;
  border-radius: 3px;
  margin-left: -15px;
}

[class^="am-signup-"] > :nth-child(1) .element-title label {
  /* color: #fff; */
  font-size: 17px;
  background: transparent !important;
  padding: 0 15px !important;
}
[class^="am-signup-"] > :nth-child(1) .element-title .required{
  /* color: #185394; */
}
