@font-face {
    font-family: 'iga';
    src: url('http://www.glaucoma-association.com/skin/frontend/rwd/iga/font/iga.eot?47328146');
    src: url('http://www.glaucoma-association.com/skin/frontend/rwd/iga/font/iga.eot?47328146#iefix') format('embedded-opentype'),
    url('http://www.glaucoma-association.com/skin/frontend/rwd/iga/font/iga.woff?47328146') format('woff'),
    url('http://www.glaucoma-association.com/skin/frontend/rwd/iga/font/iga.ttf?47328146') format('truetype'),
    url('http://www.glaucoma-association.com/skin/frontend/rwd/iga/font/iga.svg?47328146#iga') format('svg');
    font-weight: normal;
    font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'iga';
    src: url('http://www.glaucoma-association.com/skin/frontend/rwd/iga/font/iga.svg?47328146#iga') format('svg');
  }
}
*/

[class^="icon-"]:before, [class*=" icon-"]:before {
    font-family: "iga";
    font-style: normal;
    font-weight: normal;
    speak: none;

    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    /* opacity: .8; */

    /* For safety - reset parent styles, that can break glyph codes*/
    font-variant: normal;
    text-transform: none;

    /* fix buttons height, for twitter bootstrap */
    line-height: 1em;

    /* Animation center compensation - margins should be symmetric */
    /* remove if not needed */
    margin-left: .2em;

    /* you can be more comfortable with increased icons size */
    /* font-size: 120%; */

    /* Uncomment for 3D effect */
    /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-phone:before { content: '\e800'; } /* '' */
.icon-twitter:before { content: '\e801'; } /* '' */
.icon-cab:before { content: '\e802'; } /* '' */
.icon-facebook:before { content: '\e803'; } /* '' */
.icon-plus:before { content: '\e804'; } /* '' */
.icon-right:before { content: '\e805'; } /* '' */
.icon-professional:before { content: '\e806'; } /* '' */
.icon-eyedropper:before { content: '\e807'; } /* '' */
.icon-laser:before { content: '\e808'; } /* '' */
.icon-microscope:before { content: '\e809'; } /* '' */
.icon-menu:before { content: '\e80a'; } /* '' */
.icon-cart:before { content: '\e80b'; } /* '' */


/**
 * MageWorx
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the MageWorx EULA that is bundled with
 * this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://www.mageworx.com/LICENSE-1.0.html
 *
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@mageworx.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade the extension
 * to newer versions in the future. If you wish to customize the extension
 * for your needs please refer to http://www.mageworx.com/ for more information
 * or send an email to sales@mageworx.com
 *
 * @category   skin_default
 * @package    MageWorx_CustomerCredit
 * @copyright  Copyright (c) 2009 MageWorx (http://www.mageworx.com/)
 * @license    http://www.mageworx.com/LICENSE-1.0.html
*/

.product-donation .added_donation {
    box-shadow: 2px 4px 9px -3px;
    border: 1px solid #AAA;
    border-radius: 6px;
    padding: 5px 5px 5px 35px;
    background: #ffffff url(http://www.glaucoma-association.com/skin/frontend/rwd/iga/images/mageworx/donations/checkbox_filled.png) 2% 40% no-repeat;
    background-size: 25px;
}
#donations-overlay {
    cursor: pointer;
    opacity: 0.8;
    display: block;
    position: fixed;
    bottom: 0;
    right: 0;
    background: #000000;
    width: 100%;
    height: 100%;
    z-index: 100;
}
#donations_popup {
    z-index: 101;
    width: 480px;
    height: auto;
    position: fixed;
    background: #f7f7f7 url(http://www.glaucoma-association.com/skin/frontend/rwd/iga/images/mageworx/donations/donation-header.png) no-repeat center 20px;
    border-radius: 3px;
    padding-top: 80px;
}
#donations_popup .minimum_donation {
    padding: 0 80px 5px 0;
    font-size: 10px;
}
#donations_popup .close-button {
    background: transparent url(http://www.glaucoma-association.com/skin/frontend/rwd/iga/images/mageworx/donations/close-button.png) 0 0 no-repeat;
    position: absolute;
    width: 32px;
    height: 32px;
    cursor: pointer;
    position: absolute;
    top: -15px;
    left: 465px;
}
#donations_popup .main-cont {
    text-align: left;
}
#donations_popup #donation_value {
    width: 100px;
}
#charities-head {
    padding: 30px 30px 0;
}

.charities-box {
  display: none;
}

.charity-select {
    width: 200px;
    float: left;
}
.charity-select .charity-item {
    font-size: 12px;
    /*background: #ffffff url(http://www.glaucoma-association.com/skin/frontend/rwd/iga/images/mageworx/donations/checkbox.png) 2% 40% no-repeat;*/
    
    background-size: 15px;
    /*font-style: italic;*/
    
    font-weight: bold;
    padding: 5px 10px 5px 25px;
    cursor: pointer;
    margin: 3px 3px 3px 11px;
    border-radius: 7px 0 0 7px;
    border: 0px solid #aaaaaa;
}
.charity-select .current {
    background: #ffffff url(http://www.glaucoma-association.com/skin/frontend/rwd/iga/images/mageworx/donations/checkbox_filled.png) 2% 40% no-repeat;
    background-size: 20px;
    margin-right: -1px;
    border-right-color: #ffffff;
    box-shadow: -3px 4px 9px -3px;
    border-width: 1px;
}
.charity-select .first {
    margin-top: 8px;
}
.charity-select .last {
    margin-bottom: 8px;
}
.charity-content {
    box-shadow: 2px 5px 13px 0px;
    width: 410px;
    margin-left: 200px;
    background-color: #ffffff;
    border-radius: 7px;
    border: 1px solid #aaaaaa;
}
.charity-content .charity-desc {
    padding: 10px;
}
.charity-content .charity_image_box {
    float: left;
    padding: 0 7px 2px 0;
}
.donated-message {
    margin: 20px 20px 0 20px;
    padding: 10px;
    border: 1px #3D6611 solid;
    color: #3D6611;
    background-color: #EFF5EA;
}

#donation-actions {
    margin: 30px;
}
#donation-actions .left-actions {
    float: left;
    apdding-top: 7px;
}
#donation-actions .right-actions {
    text-align: left;
}

#donation-actions .right-actions h3 {
  text-transform: uppercase;
}

#donation-actions .right-actions #donation_value {
  width: 100%;
    margin-bottom: 20px;
    font-weight: bold;
}

#donation-actions .right-actions button.button {
  float: right;
}

#donation-actions .right-actions button.button:not(:hover) {
  background-color: #af142e;
}

/**/
#donation-actions .right-actions .rdo-group {
  margin-bottom: 20px;
}
#donation-actions .right-actions .rdo-group .rdo {
  float: left;
  position: relative;
  cursor: pointer;
  margin-bottom: 10px;
  margin-right: 10px;
  z-index: 2;
  width: 75px;
  height: 40px;
  background-color: #fff;
  border: 2px solid #ebebeb;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  padding: 3px 8px;
}
#donation-actions .right-actions .rdo-group .rdo.active {
  background-color: #0051a6;
  color: #fff;
  border-color: #0051a6;
}
#donation-actions .right-actions .rdo-group .rdo:last-child {
  margin-right: 0;
}

#donation-actions .right-actions .rdo-group .rdo input {
   clip: rect(0px, 0px, 0px, 0px);
    pointer-events: none;
    position: absolute;
}






/**/

@media only screen and (max-width: 770px) {
  #donations_popup {
    left: 0 !important;
    margin-left: 5%;
    margin-right: 5%;
    width: 90%;
  }
}
@media only screen and (max-width: 488px) {
  #donations_popup {
    background-image: none;
    padding-top: 0;
  }
}





#donation-actions .right-actions {}
#donation-actions .right-actions {}
#donation-actions .right-actions {}



#donations-spinner {
    background: url(http://www.glaucoma-association.com/skin/frontend/rwd/iga/images/mageworx/donations/spinner.gif) no-repeat center center;
    display: none;
}
.product-view .product-donation {
    padding: 10px 0;
}

.m-fpc-debug-info {
  width: 420px;
  min-height: 115px;
  position: fixed;
  bottom: 10px;
  left: 10px;
  background: #47bbb3;
  color: #fff;
  z-index: 100000;
  font-family:Arial;
}
.m-fpc-debug-info .m-fpc-h1 {
  font-family:Arial;
  background: rgb(57, 172, 163);
  color: #fff;
  padding: 3px 3px 5px 10px;
  font-size: 14px;
  font-weight: bold;
  text-align:left;
  text-transform:none;
}
.m-fpc-debug-info .m-fpc-debug-info-main-block {
  padding: 2px 5px 10px 5px;
}
.m-fpc-debug-info .m-fpc-action {
  font-family:sans-serif,Arial;
  padding:0px;
  margin: 5px 0px 5px 0px;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.5);
  text-transform:none;
  padding-top:15px;
}
.m-fpc-debug-info .m-fpc-hit-info {
  font-family:sans-serif,Arial;
  padding:0px;
  margin: 5px 0px 0px 0px;
  text-align: center;
  font-size: 30px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.95);
  text-transform:none;
}
.m-fpc-debug-info .m-fpc-time-text {
  font-family:sans-serif,Arial;
  padding:0px;
  margin: 5px 0px 5px 0px;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.5);
  text-transform:none;
}
.m-fpc-debug-info .m-fpc-time {
  font-family:Arial;
  text-transform: uppercase;
  font-size: 76px;
  font-weight: 700;
  line-height: 65px;
  text-align:center;
}
.m-fpc-debug-info .m-fpc-time-sec-text {
  font-family:sans-serif,Arial;
  font-size: 35px;
  text-align:center;
  text-transform:none;
}
.m-fpc-debug-info.m-fpc-debug-info-not-cacheable {
  height: 200px;
  box-shadow: 0 0 0 5px #E0E0E0;
}
.m-fpc-debug-info.m-fpc-debug-info-hit {
  box-shadow: 0 0 0 5px #CCFFD3;
}
.m-fpc-debug-info.m-fpc-debug-info-miss {
  box-shadow: 0 0 0 5px #FECBCB;
}
.m-fpc-debug-info .m-fpc-disabled-info {
  font-family:sans-serif,Arial;
  padding:0px;
  margin: 12px 0px 0px 0px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  color: rgba(255, 255, 255, 0.95);
  text-transform:none;
  color: #911E42 !important;
}
.m-fpc-debug-info .m-fpc-detail-info-hide-show-button-style {
  float: right;
  padding-right: 10px;
  text-decoration: underline;
  cursor: pointer;
}
.m-fpc-debug-info .m-fpc-info-scroll-hide {
  display: none;
}
/*scroll*/
.m-fpc-debug-info .m-fpc-info-scroll {
  overflow-y: auto;
  height: 350px;
  padding: 0px 5px 10px 5px;
  text-align: justify;
}
.m-fpc-debug-info .m-fpc-info-scroll::-webkit-scrollbar {
  width: 7px;
}
.m-fpc-debug-info .m-fpc-info-scroll::-webkit-scrollbar-track {
  background-color: rgba(255,255,255,0.2);
  border-radius: 7px;
}
.m-fpc-debug-info .m-fpc-info-scroll::-webkit-scrollbar-thumb {
  background-color: #EAEAEA;
  border-radius: 7px;
}
.m-fpc-debug-info .m-fpc-info-scroll::-webkit-scrollbar-thumb:hover {
  background-color: #EAEAEA;
  border-radius: 7px;
}

/*detail info table*/
.m-fpc-debug-info .m-fpc-detail-info-table {
  display:table;
  width:100%;
  padding-top: 3px;
}
.m-fpc-debug-info .m-fpc-detail-row {
  display:table-row;
}
.m-fpc-debug-info .m-fpc-detail-col {
  display:table-cell;
  text-align: left;
  padding: 2px;
  vertical-align: top;
  width: 50%;
  font-family:sans-serif,Arial;
  padding:5px;
  text-align: left;
  font-size: 10px;
  text-transform:none;
  color: #222 !important;
}
.m-fpc-debug-info .m-fpc-dark {
  background-color: #D9F0EE;
}
.m-fpc-debug-info .m-fpc-light {
  background-color: #ECF8F7;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.searchindex-results {
  *zoom: 1;
  margin-bottom: 10px;
  border-bottom: 1px solid #a0b3c3;
}
.searchindex-results:before,
.searchindex-results:after {
  display: table;
  content: "";
  line-height: 0;
}
.searchindex-results:after {
  clear: both;
}
.searchindex-results li {
  margin-bottom: -1px;
  float: left;
  *zoom: 1;
  margin: 0px 2px;
}
.searchindex-results li:before,
.searchindex-results li:after {
  display: table;
  content: "";
  line-height: 0;
}
.searchindex-results li:after {
  clear: both;
}
.searchindex-results li a {
  font-size: 12px;
  font-weight: bold;
  color: #333;
  display: block;
  cursor: pointer;
  padding: 2px 5px 1px 5px;
  line-height: 20px;
  border: 1px solid transparent;
  border-bottom: none;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  text-decoration: none;
}
.searchindex-results li a:hover {
  background-color: #f1f1f1;
  background-image: -moz-linear-gradient(top, #e8e8e8, #ffffff);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e8e8e8), to(#ffffff));
  background-image: -webkit-linear-gradient(top, #e8e8e8, #ffffff);
  background-image: -o-linear-gradient(top, #e8e8e8, #ffffff);
  background-image: linear-gradient(to bottom, #e8e8e8, #ffffff);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8', endColorstr='#ffffffff', GradientType=0);
  border: 1px solid #a0b3c3;
  border-bottom: none;
}
.searchindex-results li a span {
  font-weight: normal;
  font-size: 0.9em;
}
.searchindex-results li.active a {
  background-color: #f1f1f1;
  background-image: -moz-linear-gradient(top, #e8e8e8, #ffffff);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e8e8e8), to(#ffffff));
  background-image: -webkit-linear-gradient(top, #e8e8e8, #ffffff);
  background-image: -o-linear-gradient(top, #e8e8e8, #ffffff);
  background-image: linear-gradient(to bottom, #e8e8e8, #ffffff);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8', endColorstr='#ffffffff', GradientType=0);
  cursor: default;
  border: 1px solid #a0b3c3;
  border-bottom: none;
}
.searchindex-result li {
  padding: 5px;
}
.searchindex-result li .title a {
  font-weight: bold;
  color: #203548;
  font-size: 13px;
}
.searchindex-result.searchindex-result-category {
  margin-bottom: 20px;
}
.searchindex-result.searchindex-result-category li {
  padding: 1px 0px;
}
.searchindex-result.searchindex-result-category li a {
  font-weight: bold;
  color: #203548;
}
.col-main .searchindex-highlight {
  background-color: #ff0;
}

/**
*
* @category    Oscprofessionals
* @package    Oscprofessionals_Vatexempt
* @author    Oscprofessionals Magento Team
*/

/*================== Vat Exempt Form =================*/
.questionsWrapper{float:left;font-family:Arial,Helvetica,sans-serif;margin:0 0 10px;overflow:hidden;width:206px;}
.answer{background:none repeat scroll 0 0 #F0F0F0;color:#666666;float:left;font-size:13px;margin:0 0 2px;padding:10px 0 10px 6px;width:150px;}
.answerChk{background:none repeat scroll 0 0 #F9F9F9;float:left;height:16px;margin:0 0 2px;padding:10px 0 10px 6px;width:35px;}
.questionsWrapperLong{float:left;font-family:Arial,Helvetica,sans-serif;margin:0 0 10px;overflow:hidden;width:456px;}
.answerLong{background:none repeat scroll 0 0 #E4E4E4;color:#666666;float:left;font-size:13px;margin:0 0 2px;padding:10px 0 10px 6px;width:398px;}
/*===========================================================*/
iframe#iframeRegCard { height:518px; width:100%; border:1px solid #666; padding: 0 20px;}

iframe#sagepaydirectpro-iframe-post { height:500px; width:100%; /*border:1px solid #666;*/ border:none; }

div#direct3d-logos { width:351px;margin:0 auto; margin-top:5px; }
div#direct3d-logos img { padding-right:10px; }

div.sagecardh1 h1 { display: inline; }
div.sagecardh1 img { padding-top: 12px; padding-left: 10px; }

select#sagepaytoken_start_yr, select#sagepaytoken_start, select#sagepaytoken_expiration_yr, select#sagepaytoken_expiration { width:125px; }
select#sagepaytoken_start, select#sagepaytoken_expiration { margin-right: 10px; }

form#frmRegCard input.cvv { width:3em !important; }

.sidebar .sagepaysuite-logo { display:block; margin:10px 0; text-align:center; }
.sidebar .sagepaysuite-logo a { float:none; }
