﻿.container { margin-top: 0.5em; }

.btn-zmartwallet {
    background-color: #FFB900;
    color: white;
}

.icon-zmartwallet {
    color: #FFB900;
    font-size: 2em;
    margin-top: 2px;
}

.btn:hover,
.btn:focus,
.btn.focus,
.btn:active,
.btn.active,
.btn-lg:hover,
.btn-lg:focus,
.btn-lg.focus,
.btn-lg:active,
.btn-lg.active,
.open > .dropdown-toggle.btn { opacity: 0.8; }

.btn-left { float: left; }

.btn-right { float: right; }

.btn {
    font-weight: bold !important;
    width: 48% !important;
    border-radius: 0 !important;
    border: none !important;
}

.btn-lg {
    font-weight: bold !important;
    font-size: 1em !important;
    text-align: center !important;
    -ms-border-radius: 0 !important;
    border-radius: 0 !important;
    border: none !important;

}

a {
    text-decoration: none !important;
}

.glyphicon-info-sign {
    float: none;
    font-size: 1.5em;
    height: 25px;
    vertical-align: middle;
}

.col-md-7, .col-md-12, -col-xs-12 { padding-left: 0 !important; }

.col-md-5.col-xs-5 {
    line-height: 70px;
    padding-right: 0 !important;
}

.col-md-6.col-xs-6.left { padding-left: 0; padding-right: 2% !important }

.col-md-6.col-xs-6.right { padding-right: 0; padding-left: 2% !important }

br { clear: both; }

.validation-summary-errors ul, #errorMessage ul {
    list-style: none;
    padding-left: 6px;
    font-size: 1em;
    margin: 0 !important;
    border: 1px solid #a94442;
}

.validation-summary-errors li:before, #errorMessage li:before {
    content: "\e209";
    float: none;
    font-family: 'Glyphicons Halflings';
    font-size: 1.3em;
    color: #a94442;
    font-weight: normal;
    padding-right: 6px;
    vertical-align: middle;
}

.form-control {
    -ms-border-radius: 0 !important;
    border-radius: 0 !important;
    -ms-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    -webkit-appearance: none !important;
    padding: 4px 8px !important;
}

.form-group {
    margin-bottom: 10px !important;
}

.checkbox{
    margin: 0 !important;
}

a, a:hover {
    color: #FFB900 !important;
    cursor: pointer;
}

.top-15 {
    margin-top: 15px;
}

blockquote {
    padding: 0 0 0 10px !important;
    margin-bottom: 10px !important;
}

blockquote cite {
    margin-top: -14px !important;
}

blockquote small:before, cite.small:before {
    content: none !important;
}

div.alert-danger {
    margin: 8px 0 10px 0 !important;
    color: black;
    display: none;
}

.intl-tel-input.alert-danger {
    margin-top: 0 !important;
}

.indexDiv {
    margin-top: 2em;
}

.flags img {
    opacity: 0.5;
}

.flags img.selected {
    opacity: 1;
}

/* Survey */
.smiley {
    width: 4em;
    height: 4em;
    -ms-opacity: 0.3;
    opacity: 0.3;
    cursor: pointer;
    margin-top: 0.5em;
    margin-right: 1em;
}

.smiley.last {
    margin-right: 0;
}

.smiley.selected {
    -ms-opacity: 1;
    opacity: 1;
}

.alert-survey {
    margin-top: 1em;
}

@CHARSET "UTF-8";

/* http://nicolasgallagher.com/micro-clearfix-hack/ */
.cf:before, .cf:after {
  content: " ";
  display: table;
}

.cf:after {
  clear: both;
}

.cf {
  *zoom: 1;
}

.donate-copy {
  float: left;
  width: 490px;
  margin-right: 20px;
}

.donate-form {
  float: left;
}

#wrapper {
  padding: 0 20px;
  max-width: 700px;
}

/* override bootstrap */
.demo input {
  border-radius: 2px;
  width: 300px;
}

.demo ::-webkit-input-placeholder {
  color: #BBB;
}

.demo ::-moz-placeholder {
  /* Firefox 19+ */
  color: #BBB;
  opacity: 1;
}

.demo :-ms-input-placeholder {
  color: #BBB;
}

.actions {
  margin-top: 20px;
}

.actions a {
  margin-right: 10px;
}

@media only screen and (max-width: 700px) {
  .donate-copy {
    width: 100%;
  }
}

.intl-tel-input .flag-dropdown {
    margin-left: -10px !important;
    padding: 0 !important;
}

.intl-tel-input input {
    border: none !important;
    background: none !important;
    width: 100% !important;
    padding: 2px 0 0 36px !important;
    outline: none;
}

.fb-button {
    background-color: rgb(59,89,152);
    color: white;
    /*text-align: left !important;*/
    /*padding-left: 40px !important;*/
    width: 100% !important;
}

.google-button {
    background: rgb(211,72,54) /*url('/Content/Images/google_connect.png') no-repeat 8px center !important*/;
    color: white;
    /*text-align: left !important;*/
    /*padding-left: 40px !important;*/
    width: 100% !important;
}
    
img.button {
    margin-right: 12px;
}