* {
  box-sizing: border-box;
}
body {
  
  /*color: #454749;*/
 
  align-items: center;
  justify-content: center;
font-family: 'Raleway', sans-serif; 
background-color: #ffffff;
background-image: url("data:image/svg+xml,%3Csvg width='100' height='20' viewBox='0 0 100 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21.184 20c.357-.13.72-.264 1.088-.402l1.768-.661C33.64 15.347 39.647 14 50 14c10.271 0 15.362 1.222 24.629 4.928.955.383 1.869.74 2.75 1.072h6.225c-2.51-.73-5.139-1.691-8.233-2.928C65.888 13.278 60.562 12 50 12c-10.626 0-16.855 1.397-26.66 5.063l-1.767.662c-2.475.923-4.66 1.674-6.724 2.275h6.335zm0-20C13.258 2.892 8.077 4 0 4V2c5.744 0 9.951-.574 14.85-2h6.334zM77.38 0C85.239 2.966 90.502 4 100 4V2c-6.842 0-11.386-.542-16.396-2h-6.225zM0 14c8.44 0 13.718-1.21 22.272-4.402l1.768-.661C33.64 5.347 39.647 4 50 4c10.271 0 15.362 1.222 24.629 4.928C84.112 12.722 89.438 14 100 14v-2c-10.271 0-15.362-1.222-24.629-4.928C65.888 3.278 60.562 2 50 2 39.374 2 33.145 3.397 23.34 7.063l-1.767.662C13.223 10.84 8.163 12 0 12v2z' fill='%23aaf0e7' fill-opacity='0.4' fill-rule='evenodd'/%3E%3C/svg%3E");}



.select-box{
    
    background-color: transparent;
    background-image: none;
    border: none;
    border-radius:0px;
    
    box-shadow: none;
 border-bottom: 1px solid rgba(0,0,0,0.4);
 margin-left:15px;
 color:#989494;
 font-size:13px !important; 
	
   
}

.form-inline .form-control {
    display: inline-block;
    width: auto;
     vertical-align:baseline !important;
}
	a{color:#000;}


.pad-btrt{padding-bottom:10px; padding-right:15px;}
.pad-btlf{padding-bottom:10px; padding-left:15px;}

.row-eq {
    display: flex;
}
.col-eq {
    flex: 1;
   
}


.card{background: #fff;
    min-height: 550px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    position: relative;
    margin-bottom: 30px;
    
   
	padding-top:15px;
}

.well {
    min-height: 20px;
    padding: 20px 15px 20px 15px !important;
    margin-bottom: 20px;
     background-color:transparent !important;
     border: none !important;
    border-radius: 0px !important;
     -webkit-box-shadow: none !important;
     box-shadow:  none !important;
}
.dataTables_empty{text-align:center !important;}
table{font-size:14px !important;}
th{text-align:center !important;}
td{ text-align:center !important}

.topmenu a {
   padding: 5px 15px 5px 0;
   border-left: 1px solid #31b3c4;
   border-right: 1px solid #31b3c4;
   border:none;
   text-decoration: none;
   color: #586103;
}
a.bg-lime:hover, input[type="submit"].bg-lime:hover{ background-color:#9faf05 !important;}
.navbar-default .navbar-nav > li > a:hover {
    color: #fff !important;
}

/**************** Form Style *********************/
label { width: auto; float: none; }
label.error { width:250px; height:auto; float:left; margin-top:0px; margin-left:0px; color: #ff0000; font-weight:normal;  font-family: 'Roboto', sans-serif; font-size:12px; border:0px solid black;}
form input.error { border: 1px dotted #ff0000; }
form textarea.error { border: 1px dotted #ff0000; }
form select.error { border: 1px dotted #ff0000; }

.error_holder{color:red; font-size:12px; margin-top:8px;}


	
	
	
	
	
	
	
	
/***************** Button **********************/
btn:hover{color:#fff;}
.bg-light-green {
    background-color: #8BC34A !important;
    color: #fff;
}	
	.btn:not(.btn-link):not(.btn-circle) {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    border: none;
    font-size: 13px;
    outline: none;
}
.btn-circle-lg {
    border: none;
    outline: none !important;
    overflow: hidden;
    width: 50px;
    height: 50px;
    -webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    -ms-border-radius: 50% !important;
    border-radius: 50% !important;
}
	
	
	.donation-top-pad{margin-top:7%;}
	
	.add_btn{position:absolute; right:15px; margin-top:10px; z-index:1;}
	.top-margin{margin-top:10%;}