﻿.pageheading
{
    margin-bottom:25px;
}
.page-title {
    padding: 0px;
    font-size: 30px;
    letter-spacing: -1px;
    display: block;
    color: #5293CA;
    margin: 0px 0px 50px 0px;
    font-weight: 300;
    font-family: 'Sansation', sans-serif;
}
.page-title small {
    font-size: 14px;
    letter-spacing: 0px;
    font-weight: 300;
    color: #888;
}
@media (max-width: 480px) 
{
    .page-title small 
    {
        display:block;
    }
}
.table-scrollable {
	width: 100%;
	overflow-x: auto;
	overflow-y: hidden;
	border: 1px solid #dddddd;
	/* margin: 10px 0 !important; */
	margin: 0px 0px 20px 0px !important;
}

.cause-d-content-text {
	overflow: hidden;
	padding-left: 0px;
}

.ht-donate-wrapper {
	overflow: hidden;
	padding: 30px 0 33px;
}

.cause-btn-time .default-btn
{
    margin-right:10px;
}

.mycart td 
{
    vertical-align:middle;
}

/***
Dashboard stats
***/
.dashboard-stat {
  margin-bottom: 25px;
}

.portlet .dashboard-stat:last-child {
  margin-bottom: 0;
}

.dashboard-stat:before,
.dashboard-stat:after {
  display: table;
  line-height: 0;
  content: "";
}
.dashboard-stat:after {
  clear: both;
}

.dashboard-stat .visual {
  width: 80px;
  height:80px;
  display: block;
  float: left;
  padding-top: 10px;
  padding-left: 15px;
  margin-bottom: 10px;
}

.dashboard-stat .visual i {
  font-size: 65px;
  line-height: 65px;
  color: #fff;
}

.dashboard-stat .visual {
  font-size: 35px;
  line-height: 35px;
}

@media (min-width: 992px) and (max-width: 1024px) {  

  .dashboard-stat .visual i { 
    font-size: 28px;
    line-height: 28px;
  }

}

.dashboard-stat .details {
  position: absolute;
  right: 15px;
  padding-right: 10px;  
}

.dashboard-stat .details .number {    
  padding-top: 15px;
  text-align: right;
  font-size: 34px;
  line-height: 34px;
  letter-spacing: -1px;
  margin-bottom: 5px;
  font-weight: 300;
  color: #fff;
}

.dashboard-stat .details .desc {
  text-align: right;
  font-size: 16px;
  letter-spacing: 0px;
  font-weight: 300;
  color: #fff;  
}

.dashboard-stat .more {
  clear: both;
  display: block;  
  padding: 5px 10px 5px 10px;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 11px;
  color: #fff;  
  opacity: 0.7;  
  filter: alpha(opacity=70);
}  

.dashboard-stat .more:hover {
  text-decoration: none;
  opacity: 1;  
  filter: alpha(opacity=100);
}

.dashboard-stat .more > i {
  display: inline-block;
  margin-top: 1px;
  float: right;
}

.dashboard-stat.blue {
  background-color: #27a9e3;
}

.dashboard-stat.blue .more { 
  background-color: #208dbe;
} 

.dashboard-stat.green {
  background-color: #28b779;
}

.dashboard-stat.green .more { 
  background-color: #10a062;
} 
.dashboard-stat.gray {
  background-color: rgba(186, 186, 186, 0.39);
}

.dashboard-stat.gray .more { 
  background-color: rgba(94, 94, 94, 0.39);
} 
.dashboard-stat.red {
  background-color: #e7191b;
}

.dashboard-stat.red .more { 
  background-color:#bc0d0e;
} 

.dashboard-stat.yellow {
  background-color: #ffb848;
}

.dashboard-stat.yellow .more { 
  background-color: #cb871b;
} 

.dashboard-stat.purple {
  background-color: #852b99;
}

.dashboard-stat.purple .more { 
  background-color: #6e1881;
} 

.dashboard-stat.green-light {
  background-color: #16A085;
}

.dashboard-stat.green-light .more { 
  background-color: #138D75;
} 

.dashboard-stat.maroon {
  background-color: #EC7063;
}

.dashboard-stat.maroon .more { 
  background-color: #CB4335;
} 
/***
Text Stats
***/

.text-stat h3 {
  margin-top: 5px;
  margin-bottom: 0px;
  font-size: 18px;
}

.text-stat span {
  font-size: 12px;
  text-transform: uppercase;
}

@media (max-width: 767px) {  

  .text-stat {
    margin-top: 20px;
  }  

}

/* Error Highlight START*/
.has-error .help-inline, .has-error .help-block, .has-error .control-label {
	color: #b94a48;
}
.has-error .form-control {
	border-color: #b94a48;
	background: #fef5f5;
	color: #999999 !important;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.has-error .help-inline, .has-error .help-block, .has-error .control-label {
	color: #b94a48;
}

/* Error Highlight END*/

/* HELP LIST VIEW*/

.helplist img
{
    width:250px !important;
    
}

/* HELP APPLICATION VIEW IMAGE */

@media (max-width: 600px) {  

 .post-details-img img
    {
       /* max-width:350px;*/
        max-height:300px
    }

}
@media (min-width: 600px) {  

 .post-details-img img
    {
        max-width:500;
        max-height:400px
    }

}

/*LOGO */

.logo img 
{
    height:50px;
    width:150px;
}

/*help block*/
.help-text {
	display: block;
	margin-top: 5px;
	margin-bottom: 5px;
	color:#f3b914; /* #737373;*/
}

.cause-info-column .badge {
	display: inline-block;
	font-size: 1.2rem;
}
.cause-info-column .btn {
	display: inline-block;
	margin-left: 5px;
	height: 40px;
}
#btn-add-new-project
{
    margin-bottom:10px;
}
/* START */

@media (max-width: 800px) {  

 .container-center
    {
       
    }

}
@media (min-width: 801px) {  

 .container-center
    {
       padding-right: 15%;
       padding-left: 15%;
    }

}
/* END */
/*START*/
    .control-label-bold 
    {
        font-weight:bold;
        color:Black;
    }
/*END*/
/*START*/
.adv-search-warning {
	text-align: center;
	margin-bottom:15px;
}
    .adv-search-warning span {
	padding: 4px;
	background-color: #ff3300;
	color: White;
}

/*END*/

/*START*/
.adv-search-success {
	text-align: center;
	margin-bottom:15px;
}
    .adv-search-success span {
	padding: 4px;
	background-color: green;
	color: White;
}

/*END*/