/* Styles for Popups */
.global_popup {
  position:absolute;
  visibility:hidden;
  -moz-outline:0;
  outline:0;
  z-index:5000;
}

.popup {
  padding:5px;
  background-color:#ff9;
  z-index:5000000;
  font-size:11px;
  width:425px;
}
.popup_gray {
    padding:5px;
    z-index:5000000;
    font-size:11px;
    background-color:#EEF0F4;
}



/* Styles for Autocompleter */

.ac_results {
  padding: 0px;
  border: 1px solid #0756F1;
  background-color: white;
  overflow: hidden;
  z-index: 999999;
}

.ac_results ul {
  width: 100%;
  list-style-position: outside;
  list-style: none;
  padding: 0;
  margin: 0;
}

.ac_results li {
  margin: 0px;
  padding: 2px 5px;
  cursor: default;
  display: block;
  /* 
  if width will be 100% horizontal scrollbar will apear 
  when scroll mode will be used
  */
  /*width: 100%;*/
  font: menu;
  font-size: 12px;
  /* 
  it is very important, if line-height not setted or setted 
  in relative units scroll will be broken in firefox
  */
  line-height: 16px;
  overflow: hidden;
  color:#0756F1;
  text-align:left;
}

.ac_loading {
  background: white url('indicator.gif') right center no-repeat;
}

.ac_odd {
  background-color: #efefef;
}

.ac_over {
  background-color: #e5ecf9;;
}

/* Venmo styles for autocompleter */
.ac-renderer { 
    position: absolute; 
    background-color: #fff; 
    border: 1px solid #333;
    min-width:300px;
    -moz-box-shadow: 2px 2px 2px rgba(102, 102, 102, .4);
    -webkit-box-shadow: 2px 2px 2px rgba(102, 102, 102, .4);
    z-index:999999;
}
.ac-row { position: relative; padding: .4em; cursor: pointer; text-align:left; }
.ac-highlighted { font-weight: bold; }
.ac-active { background-color: #3C95D2; color:#fff; }


/* Styling for Goog Custom Buttons */
.goog-inline-block {
  display: inline-block;
  position: relative;    
}

.goog-button {
  color: #036;
  border-color: #036;
  background-color: #69c;
}

/* State: disabled. */
.goog-button-disabled {
  border-color: #333;
  color: #333;
  background-color: #999;
}


/* State: hover. 
.goog-button-hover {
  color: #369;
  border-color: #369;
  background-color: #9cf;
}
*/

/* State: active. 
.goog-button-active {
  color: #69c;
  border-color: #69c;
}
*/

.goog-custom-button {
  border: 0;
  padding: 0;
  font-family: Arial, sans-serif;
  color: #000;
  /* Client apps may override the URL at which they serve the image. */
  /* background: #ddd url(https://ssl.gstatic.com/editor/button-bg.png) repeat-x top left; */
  text-decoration: none;
  list-style: none;
  vertical-align: middle;
  cursor: pointer;
  outline: none;
}

/* Pseudo-rounded corners. 
.goog-custom-button-outer-box,
.goog-custom-button-inner-box {
  border-style: solid;
  border-color: #aaa;
  vertical-align: top;
}


.goog-custom-button-outer-box {
  margin: 0;
  border-width: 1px 0;
  padding: 0;
}
*/

/*
.goog-custom-button-inner-box {
  /* By default in FF2, block elements inside a moz-inline-box are stacked
   * horizontally next to each other.  This stops that weird behavior. */
  -moz-box-orient: vertical;
  margin: 0 -1px;
  border-width: 0 1px;
  padding: 3px 4px;
  white-space: nowrap; /* Prevents buttons from line breaking on android. */
}
*/

/* Pre-IE7 IE hack; ignored by IE7 and all non-IE browsers. */
* html .goog-custom-button-inner-box {
  /* IE6 needs to have the box shifted to make the borders line up. */
  left: -1px;
}
/* Pre-IE7 BiDi fixes. */
* html .goog-custom-button-rtl .goog-custom-button-outer-box {
  /* @noflip */ left: -1px;
}
* html .goog-custom-button-rtl .goog-custom-button-inner-box {
  /* @noflip */ right: auto;
}

/* IE7-only hack; ignored by all other browsers. */
*:first-child+html .goog-custom-button-inner-box {
  /* IE7 needs to have the box shifted to make the borders line up. */
  left: -1px;
}
/* IE7 BiDi fix. */
*:first-child+html .goog-custom-button-rtl .goog-custom-button-inner-box {
  /* @noflip */ left: 1px;
}

/* Safari-only hacks. */
::root .goog-custom-button,
::root .goog-custom-button-outer-box {
  /* Required to make pseudo-rounded corners work on Safari. */
  line-height: 0;
}

::root .goog-custom-button-inner-box {
  /* Required to make pseudo-rounded corners work on Safari. */
  line-height: normal;
}

/* State: disabled. */
.goog-custom-button-disabled {
  background-image: none !important;
  opacity: 0.3;
  -moz-opacity: 0.3;
  filter: alpha(opacity=30);
}

.goog-custom-button-disabled .goog-custom-button-outer-box,
.goog-custom-button-disabled .goog-custom-button-inner-box {
  color: #333 !important;
  border-color: #999 !important;
}

/* Pre-IE7 IE hack; ignored by IE7 and all non-IE browsers. */
* html .goog-custom-button-disabled {
  margin: 2px 1px !important;
  padding: 0 1px !important;
}

/* IE7-only hack; ignored by all other browsers. */
*:first-child+html .goog-custom-button-disabled {
  margin: 2px 1px !important;
  padding: 0 1px !important;
}

/* State: hover. 
.goog-custom-button-hover .goog-custom-button-outer-box,
.goog-custom-button-hover .goog-custom-button-inner-box {
  border-color: #9cf #69e #69e #7af !important; /* Hover border wins. */
}
*/

/* State: active,  . */
.goog-custom-button-active,
.goog-custom-button-checked {
  background-color: #bbb;
  background-position: bottom left;
}

/* State: focused. */
.goog-custom-button-focused .goog-custom-button-outer-box,
.goog-custom-button-focused .goog-custom-button-inner-box {
    /*border-color orange;*/
}

/* Pill (collapsed border) styles. */
.goog-custom-button-collapse-right,
.goog-custom-button-collapse-right .goog-custom-button-outer-box,
.goog-custom-button-collapse-right .goog-custom-button-inner-box {
  margin-right: 0;
}

.goog-custom-button-collapse-left,
.goog-custom-button-collapse-left .goog-custom-button-outer-box,
.goog-custom-button-collapse-left .goog-custom-button-inner-box {
  margin-left: 0;
}

/*
.goog-custom-button-collapse-left .goog-custom-button-inner-box  {
  border-left: 1px solid #fff;
}

.goog-custom-button-collapse-left.goog-custom-button-checked
.goog-custom-button-inner-box {
  border-left: 1px solid #ddd;
}
*/

/* Pre-IE7 IE hack; ignored by IE7 and all non-IE browsers. */
* html .goog-custom-button-collapse-left .goog-custom-button-inner-box {
  left: 0;
}

/* IE7-only hack; ignored by all other browsers. */
*:first-child+html .goog-custom-button-collapse-left
.goog-custom-button-inner-box {
  left: 0;
}

/*
#payChargeIt #onebox_pay_toggle {
    text-align: center;
    outline: none;
    border-width: 5px;
	-webkit-border-image: url("https://d1v6x81qdeozhc.cloudfront.net/static/assets/pill/lOn-a3a4923f1d3c97c8f27d92b9c7981420.png") 5 5 5 5 stretch;
	width: 70px;
	background-color: #FFF;
	float: left;
}

#payChargeIt #onebox_charge_toggle {
    text-align: center;
    background-color: #FFF;
    outline: none;
    border-width: 5px;
	-webkit-border-image: url("https://d1v6x81qdeozhc.cloudfront.net/static/assets/pill/rOff-f0f5e1406a2d94a178fe20f0cf36dd41.png") 5 5 5 5 stretch;
	width: 70px;
	float: left;
}
*/

.pOn, .pOff, .cOn, .cOff {
	float: left;
	width: 76px;
    text-align: center;
    cursor: pointer;
    border-left: 1px solid #BBBBBB;
    border-top: 1px solid #BBBBBB;
    border-bottom: 1px solid #BBBBBB;
    text-shadow: 0 1px 0 #FFF;
}

.pOn, .pOff {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.cOn, .cOff {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-right: 1px solid #BBBBBB;
}

.pOn, .cOn {
}

.pOn {
	background: url(https://d1v6x81qdeozhc.cloudfront.net/static/assets/togSprite2-ef94007850830cf7b3273fe45f434e6c.png) repeat-x left -88px;
}

.cOff {
	background: url(https://d1v6x81qdeozhc.cloudfront.net/static/assets/togSprite2-ef94007850830cf7b3273fe45f434e6c.png) repeat-x right 0;
}

.cOff:hover {
	background: url(https://d1v6x81qdeozhc.cloudfront.net/static/assets/togSprite2-ef94007850830cf7b3273fe45f434e6c.png) repeat-x right -44px;
}

.pOff {
	background: url(https://d1v6x81qdeozhc.cloudfront.net/static/assets/togSprite2-ef94007850830cf7b3273fe45f434e6c.png) repeat-x left 0;
}

.pOff:hover {
	background: url(https://d1v6x81qdeozhc.cloudfront.net/static/assets/togSprite2-ef94007850830cf7b3273fe45f434e6c.png) repeat-x left -44px;
}

.cOn {
	background: url(https://d1v6x81qdeozhc.cloudfront.net/static/assets/togSprite2-ef94007850830cf7b3273fe45f434e6c.png) repeat-x right -88px;
}





/* Styles for goog.ui.Dialog */

.modal-dialog-bg {
  position: absolute;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,.7);
  top: 0;
  left: 0;
  z-index:5;
}

.modal-dialog {
  position: fixed;
  padding: 1px;
  font-family: arial, sans-serif;
  width: 500px;
  color: #000;
  outline: none;
  padding: 0 0 15px 0;
  border: 1px solid rgba(0, 0, 0, 0.4);
  background:#FFF;
  z-index:6;
  -webkit-border-radius:2px;
  -moz-border-radius:2px;    
  border-radius:2px;

  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
}
.modal-dialog.backbone {
    padding: 0;
}
.modal-dialog:not(.backbone) .modal-dialog-content > div {
    padding: 20px;
}

.modal-dialog a,
.modal-dialog a:link,
.modal-dialog a:visited  {
  color: #0066cc;
  cursor: pointer;
}

.modal-dialog-title {
  position: relative;
  background-color:#fff;
  color: #707070;
  padding: 10px;
  font-size: 14px;
  font-weight: bold;
  vertical-align: middle;
  cursor: move;
  text-align:left;
  border-bottom: 1px solid rgba(0, 0, 0, 0.4);
  background: -webkit-gradient(linear, left bottom, left top, from(#E5E5E5), to(white));
  background: -ms-linear-gradient(bottom, #E5E5E5, white);
  background: -moz-linear-gradient(center bottom, #E5E5E5 0%, white 100%);
}

.modal-dialog-title-close {
  position: absolute;
  top: 9px !important;
  right: 10px;
  width: 16px;
  height: 16px;
  /*background: url("https://d1v6x81qdeozhc.cloudfront.net/static/images/icons/dialog_close_box-2b089ba8716706d2dba02a8a39b2e506.gif") no-repeat center;*/
  background: url("https://d1v6x81qdeozhc.cloudfront.net/static/assets/gray_x_button-ccaa177ec0ecf8935fb04b2fea5612f7.gif") no-repeat center;
  cursor: pointer !important;
}

.modal-dialog-content {
  font-size: 90%;
  background-color: #fff;
  text-align:left;
}

.modal-dialog-buttons {
  padding: 0 20px;
  /* border-top:1px solid #dee9ee; */
  background-color: #fff;
  background:#fff;
  text-align:right;
}

.modal-dialog-buttons button {
    margin-left:5px;
    /*
    margin-right:5px;
    background:#ebebeb url('../assets/gray_gradient.jpg') repeat-x;
    border:1px solid #ccc;
    color:#000;
    cursor:pointer;
    font-size:16px;
    */
}

button.goog-buttonset-default {
    /*
    background:#2170B6;
    border:1px solid #999;
    color:#fff;
    border:none;
    */
}


/* Google HoverCard */

.goog-hovercard div {
  border: solid 2px #4B465A;
  background-color: #4B465A;
  font-family: arial, sans-serif;
  color:#fff;
  padding:1px 3px;
}

.goog-hovercard .goog-shadow {
  border: transparent;
  background-color: black;
  filter: alpha(Opacity=1);
  opacity: 0.01;
  -moz-opacity: 0.01;
}

.goog-hovercard table {
  border-collapse: collapse;
  border-spacing: 0px;
}

.goog-hovercard-icons td {
  border-bottom: 1px solid #ccc;
  padding: 0px;
  margin: 0px;
  text-align: center;
  height: 19px;
  width: 100px;
  font-size: 90%;
}

.goog-hovercard-icons td + td {
  border-left: 1px solid #ccc;
}

.goog-hovercard-content {
  border-collapse: collapse;
}

.goog-hovercard-content td {
  padding-left: 15px;
}

.hover_card {
    position:relative;
    left:0px;
    top:3px;
    z-index:100;
    border-style:solid;
    border-width:1px;
    border-radius:3px;
}

.hover_card_arrow {
    position:relative;
    left:4px;
    top:-5px;
    z-index:100;
}


/*
 * goog.ui.Menu
 */

/* State: resting. */
.goog-menu {
  background-color: #999;
  border-color: #000;
  padding:20px;
  border-style: solid;
  border-top-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-width: 1px;
  cursor: default;
  margin: 0;
  /* margin-top:11px;*/
  outline: none;
  padding: 0;
  position: absolute;
  z-index:500000;
}

.goog-menu-no-top-margin {
  margin-top:-2px;
  z-index:5;
}

/*
 * goog.ui.MenuItem
 */

/* State: resting. */
.goog-menuitem {
  color: #000;
  font: normal 11px Arial, sans-serif;
  list-style: none;
  margin: 0;
  /* 28px on the left for icon or checkbox; 10ex on the right for shortcut. */ 
  white-space: nowrap;
}

.goog-menuitem a {
    color:#666;
    font-weight:normal;
    text-decoration:none;
    display:block;
    padding: 5px 15px 5px 15px;
    border-bottom:1px solid none;
    border-top:1px solid none;
}
.goog-menuitem a:hover {
    background: #3C95D2;
    color:#fff;
    border-bottom:1px solid none;
    border-top:1px solid none;
}

/* BiDi override for the resting state. */
.goog-menuitem-rtl {
  /* Flip left/right padding for BiDi. */
  padding: 4px 28px 4px 10ex !important;
}

/* State: disabled. */
.goog-menuitem-disabled {
  color: #fff;
}

/* State: hover. */
.goog-menuitem-highlight,
.goog-menuitem-hover {
  /*background-color: #ddd;*/
}

/* State: selected/checked. */
.goog-menuitem-checkbox,
.goog-menuitem-icon {
  height: 16px;
  left: 6px;
  position: absolute;
  width: 16px;
}
.goog-option-selected .goog-menuitem-checkbox,
.goog-option-selected .goog-menuitem-icon {
  background: transparent url(../images/check.gif) no-repeat center center;
}

/* BiDi override for the selected/checked state. */
.goog-menuitem-rtl .goog-menuitem-checkbox,
.goog-menuitem-rtl .goog-menuitem-icon {
  /* Flip left/right positioning. */
  right: 6px;
  left: auto;
}

/* Keyboard shortcut ("accelerator") style. */
.goog-menuitem-accel {
  color: #999;
  padding: 0 6px;
  position: absolute;
  right: 0;
  text-align: right;
}

/* BiDi override for shortcut style. */
.goog-menuitem-rtl .goog-menuitem-accel {
  /* Flip left/right positioning and text alignment. */
  left: 0;
  right: auto;
  text-align: left;
}

/*
 * goog.ui.MenuSeparator
 */

/* State: resting. */
.goog-menuseparator {
  border-top: 1px dotted #ccc;
  margin: 0px 0;
  padding: 0;
  position: relative;
}


/* goog.ui.SubMenu */

.goog-submenu-arrow {
  text-align: right;
  position: absolute;
  right: 0;
  left: auto;
}

.goog-menuitem-rtl .goog-submenu-arrow {
  text-align: left;
  position: absolute;
  left: auto;
  right: 0;
  
}

.goog-menuitem-disabled .goog-submenu-arrow {
  display: none;
}


/* goog.ui.FilteredMenu */

.goog-menu-filter {
  margin: 2px;
  border: 1px solid silver;
  background: white;
  overflow: hidden;
}

.goog-menu-filter div {
  color: gray;
  position: absolute;
  padding: 1px;
}

.goog-menu-filter input {
  margin: 0;
  border: 0;
  background: transparent;
  width: 100%;
}


/* goog.ui.TriStateMenuItem */

.goog-tristatemenuitem {
  padding: 2px 5px;
  margin: 0;
  list-style: none;
}

.goog-tristatemenuitem-highlight {
  background-color: #4279A5;
  color: #FFF;
}

.goog-tristatemenuitem-disabled {
  color: #999;
}

.goog-tristatemenuitem-checkbox {
  float: left;
  width: 10px;
  height: 1.1em;
}

.goog-tristatemenuitem-partially-checked {
  background-image: url(../images/check-outline.gif);
  background-position: 4px 50%;
  background-repeat: no-repeat;
}

.goog-tristatemenuitem-fully-checked {
  background-image: url(../images/check.gif);
  background-position: 4px 50%;
  background-repeat: no-repeat;
}


/* goog.ui.FilterObservingMenuItem */

.goog-filterobsmenuitem {
  padding: 2px 5px;
  margin: 0;
  list-style: none;
}

.goog-filterobsmenuitem-highlight {
  background-color: #4279A5;
  color: #FFF;
}

.goog-filterobsmenuitem-disabled {
  color: #999;
}




/* Venmo Payment Input */

.clear_input {
    background-color:#FFFFFF;
    border:medium none;
    color:#000000;
    margin:0;
    outline:0 none;
    overflow:auto;
    overflow-y:hidden;
}

#onebox_details {
    padding: 5px 35px 5px 0px;
    border:medium none;
    margin:0;
    height:37px;
    outline:0 none;
    overflow:auto;
    width:91%;
    border:1px solid none;
    overflow-y:hidden;
    resize: none;
    background: transparent;
}

#onebox_recipients {
    display:block;
    cursor:text;
}

#onebox_typeahead {
    padding:6px 0px;
    border:none;
    width:175px;
    background: transparent;
    margin:0;
    outline:0 none;
    color:#000;
    overflow:visible;
}

#onebox_characters_left {
    font-size:20px;
    color:#999;
    font-weight:bold;
}

#onebox_cancel {
    cursor:pointer;
}

#onebox_funding_indicator {
  visibility: hidden;
  min-height: 15px;
  padding: 5px 5px 5px 5px;
  font-size: 9pt;
  color: #999;
  text-align: right;
}

#onebox_funding_indicator img {
  max-height: 15px;
  vertical-align: bottom;
}

#onebox_funding_indicator a, a:hover, a:active {
  text-decoration: none;
}

#fi_type {
  display: none;
}

/* For (non-Venmo balance-funded) indicators */
#fi_default {
  display: none;
  color: #555;
  border: 1px solid #CCC;
  background-color: #EEF0F4;
  padding: 2px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

#fi_default:hover {
  border: 1px solid #AAA;
  cursor: pointer !important;
}

#fi_venmo {
  display: none;
}

.onebox_recipient_link {
    color:#000;
    text-decoration:none;
    white-space:nowrap;
    margin: 4px 4px 0 0;
    background:#dee9ee;
    border:1px solid #A0b9d0;
    padding:2px 4px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius:5px;
}


.onebox_x_button {
        color:#4580F5;
        background:url(https://d1v6x81qdeozhc.cloudfront.net/static/images/icons/dialog_close_box-2b089ba8716706d2dba02a8a39b2e506.gif) no-repeat 0px 3px;
        width:15px;
        height:20px;
        text-decoration:none;
        cursor:pointer;
        opacity: .6;
    	filter: alpha(opacity=60);
        -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";

}


