html,
body {
    height: 100%;
    font-family:'Open Sans', sans-serif;

}

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}

.wrap > .container {
    padding: 70px 15px 20px;
}

.footer {
    height: 60px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: /*"\e113"*/ "\e151";
}

a.desc:after {
    content: /*"\e114"*/ "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: e;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

.site-login {
    margin:auto;
    width:300px;
    background-color:#fff;
}

.site-password-request{
    margin:auto;
    width:450px;
    background-color:#fff;  
}

.navbar-inverse {
    background:#444D58;
}

a.navbar-brand{
    color:#fff !important; 
    font-size:22px;
}

ul#w1 a { color:#fff !important; }

.big-size-btn{
    width: 150px;
    height: 150px;
    background-color:#428BCA !important;
    color:#fff;
}

.big-size-btn:hover{
    border:5px #ccc solid;
    color:#fff!important;
}

.icono {
    font-size: 32px !important;
    text-align: center !important;
    padding-left: 20px;
    padding-top: 60px;
}

.big-size-btn2{
    width: 120px;
    height: 120px; 
    font-size:12px;
    background-color:#428BCA !important;
    color:#fff;
}
.content-dashboard{
    margin:auto;
}

.ico-large{
    padding-top: 40px;
    font-size:32px;
}

.ico-large2{
    padding-top: 30px;
    font-size:28px;
}

.NavSelect{
    margin-top:15px;   
}

h1, .h1 {
  font-size:26px;
  font-weight:bold;
}

#FormDonorSearch .control-label {
   display:none; 
    
}

.navbar-inverse .navbar-nav > li > a {
    color:#fff;
}

.header-center{
    text-align: center !important;
}

.glyphicon{
   font-size:18px; 
}

.gly-regular{
    font-size:14px !important;
}

.glyphicon-big{
   font-size:22px; 
}

.fontBig{
    font-size:24px;
    color:#000;
    
}
.the-blue-box{
    background-color:#428BCA !important;
    color:#fff;
    height: 100px;
}
.btn-large {
    width: 100%;
}

.table-hover tbody tr:hover td {
    background:#FFA;
}

#gift-payable label {
    display: block;
    font-weight: normal;
}

#gift-pledge_instrument label {
    display: block;
    font-weight: normal;
}

.LegendGreen{
    color:#4FC740;
}

.the-box-1{
    background-color:#89C4F4 !important;
    color:#fff;
    height: 80px;
    text-align: right;
}

.the-box-2{
    background-color:#578EBE !important;
    color:#fff;
    height: 80px;
    text-align: right;    
}

.the-box-3{
    background-color:#44B6AE !important;
    color:#fff;
    height: 80px;
    text-align: right;    
}

.the-box-4{
    background-color:#8775A7 !important;
    color:#fff;
    height: 80px;
    text-align: right;    
}

.the-box-1 h3, .the-box-1 h4 { margin-top:0 !important; margin-bottom: 0 !important; }
.the-box-2 h3, .the-box-2 h4 { margin-top:0 !important; margin-bottom: 0 !important; }
.the-box-3 h3, .the-box-3 h4 { margin-top:0 !important; margin-bottom: 0 !important; }
.the-box-4 h3, .the-box-4 h4 { margin-top:0 !important; margin-bottom: 0 !important; }

.mydivider {
    background:#ccc;
    width:100%;
    height: 1px;
    max-height: 1px;
    margin-top:20px;
    margin-bottom:20px;
}
.fa-cust-icon {
    font-size:19px;
}

#show-card-options {
    display:none;
    margin-left:17px;
}

.donor_management_row_changed {
    background: #F9E79F !important;
}

/* jQuery payment validatios */

.has-error input {
    border-width: 2px;
}

.validation.text-danger:after {
    content: 'Validation failed';
}

.validation.text-success:after {
    content: 'Validation passed';
}
