/**
 * You can place your custom CSS statements here
 * it is better to write everything custom here
 * because this file won't be replaced during upgrade
 * Don't forget to rename this file to "site.css"
 */
 


.am-credits {
  display: none !important;
}

/**** login page ***/
am-page-login .am-body .am-body-content-wrapper {
    border-radius: 0px;
    padding-top: 20px;
    padding-bottom: 10px;
    background: #222222;
}

.am-fb-login-button {
    line-height: 25px;
    color: white;
}

.am-auth-form {
    margin-top: -70px !important;
}

.am-popup .am-popup-header, .am-popup-header {
   background: #f7f7f7 !important;
}

.am-popup.am-common {
    background: #f7f7f7 !important;
}

.am-popup-title {
  margin-top: 0px;
  margin-bottom: 50px;
  text-align: center
}

.am-auth-form input[type=submit] {
   width: 100% !important;
}

/****** checkout forms *********/
.am-invoice-summary-item-title {
    color: black;
    font-weight: 700;
    font-size: 17px;
}

.am-form form {
    background-color: #f7f7f7;
}

.am-invoice-summary {
    color: #666;
    border: 3px dashed #444;
    background-color: #ffffb0;
}

.am-invoice-summary-row-total {
    color: black;
}

.am-invoice-summary .am-invoice-summary-item-num {
    color: #080808;
    font-size: 18px;
    font-weight: 700;
}

.am-invoice-summary .am-invoice-summary-item {
    color: black;
    font-size: 18px;
}

.am-invoice-summary .am-invoice-summary-delimeter hr {
    background: #a7a7a7;
    margin-top: 15px;
}

.am-form .row {
    border-bottom: 2px dashed #9c9c9c;
    margin: 0;
}

.am-body .am-body-content-top {
    overflow: hidden;
    text-align: center;
}

.am-page-login .am-body .am-body-content-wrapper {
    border: none;
    box-shadow: none;
}

.am-body .am-body-content-wrapper {
    border: 2px solid #e1e8f0;
    box-shadow: 0px 0px 15px #00000022;
    border-radius: 0px;
    padding-top: 30px;
    padding-bottom: 0px;
    border-top: 6px solid #0058b7;
    border-bottom: 6px solid #0058b7;
}

.am-auth-form div.row a.button, input[type=button], input[type=submit] {
    display: block;
    background: #00942a !important;
    border: 1px solid #ccc;
    padding: 0.5em 1.2em;
    border-radius: 3px;
    color: #ffffff;
    width: 200px !important;
    margin-bottom: 30px;
}

.ajax-link:after, .local-link:after, .local:after {
    border-bottom: none;
}

@media only screen and (max-width: 500px) {
    .am-form div.element-title {
      background-color: #f7f7f7 !important;
    }
    
    a.button, input[type=button], input[type=submit] {
        display: block;
        width: 200px !important;
        margin: 0 auto;
}
}

/****** end of checkout forms *********/


/****** offline payments **************/
.img-offline-payments {
        max-width: 768px !important;   
    }
    
/* tablet and mobile */
@media only screen and (max-width: 768px) {
    .img-offline-payments {
        max-width: 740px !important;   
    }

}

@media all and (min-device-width: 361px) and (max-device-width: 450px)  {
.img-offline-payments {
        max-width: 360px !important;   
    }
}

/* For Really Small Devices */
@media (max-width: 360px) {
.img-offline-payments {
        max-width: 300px !important;   
    }
}

.notifyjs-default-base {
    background: #122e56 !important;
    border: 1px solid #bbcddb !important;
    box-shadow: 0 0 10px #bbcddb;
    border-radius: 7px !important;
	  color: white !important;
}

.am-auth-form div.row a.button, input[type=button],input[type=submit] { 
    color: white !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    font-size: 18px;
 }

.am-common strong { 
    font-weight: bold; 
    color: black;
}

ul.am-widget-list li { 
    list-style-type: none; 
    margin-bottom: .4em; 
    color: black; 
}

.am-block { 
    color: #000; 
}

.am-common a {
    color: #0058b7;
    font-weight: 600;
}

ul.am-tabs a {
    color: #000000;
    text-decoration: none;
}

.am-common h2 {
    font-size: 1.3rem;
    line-height: 1em;
    height: auto;
    margin: 0 0 0.6em;
    font-weight: 700;
    color: black;
}


#member-main-links-head {
	display: none;
}

#member-main-links {
    display: none;
}

ul.am-tabs li.active > a, ul.am-tabs li.normal > a:hover {
    background: none;
    border-color: #035cbf;
    background-color: #035cbf;
    color: white;
}


ul.am-tabs #menu-member {
    background-color: #0e4480;
    background-image: url(../img/dashboard-h.png);
}

ul.am-tabs #menu-member:hover {
    border-color: #0058b7;
    background-color: #0058b7;
}

.am-common h1 {
    font-size: 1.5rem;
    font-weight: 700;
    color: #333;
    line-height: 1em;
    height: auto;
    margin: 0 0 0.6em;
}

.button {
  background-color: #00942a;
  border: none;
  color: white;
  padding: 10px 20px;
  text-align: center;
  font-size: 16px;
  cursor: pointer;
}



/****** offline payments **************/

/*
.am-footer .am-footer-content a {
  display: none !important;
}
*/

