/*--------------------------------------------------------------

Template: Theme Name
Author: 
Version:  1
Design and Developed by: 

Note: This is the file where you can add your custom styles to change the look of the theme. But don't modify "style.css" file.

---------------------------------------------------------------*/

/* ----------------------------------------------------
	You can put your custom css code here: 
-------------------------------------------------------*/

input[type="submit"].btn-defCustom  {
  background: #2395ec none repeat scroll 0 0;
  border: medium none;
  border-radius: 0;
  box-shadow: none;
  color: #fff;
  display: inline-block;
  font-family: PT Sans,Arial,Helvetica,sans-serif;
  font-size: 14px;
  font-weight: bold;
  padding: 0 15px;
  height: 40px;
  letter-spacing: 1px;
  line-height: 40px;
  text-shadow: none;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
  white-space: nowrap;
}

input[type="submit"].btn-defCustom:hover {
    background: #117acb none repeat scroll 0 0;
}



input[type="submit"].btn-dangerCustom  {
  background: #c9302c none repeat scroll 0 0;
  border: medium none;
  border-radius: 0;
  box-shadow: none;
  color: #fff;
  display: inline-block;
  font-family: PT Sans,Arial,Helvetica,sans-serif;
  font-size: 14px;
  font-weight: bold;
  padding: 0 15px;
  height: 40px;
  letter-spacing: 1px;
  line-height: 40px;
  text-shadow: none;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
  white-space: nowrap;
}

input[type="submit"].btn-dangerCustom:hover {
    background: #ac2925; none repeat scroll 0 0;
}

a.btn-defCustom  {
  background: #f78c25 none repeat scroll 0 0;
  border: medium none;
  border-radius: 0;
  box-shadow: none;
  color: #fff;
  display: inline-block;
  font-family: PT Sans,Arial,Helvetica,sans-serif;
  font-size: 14px;
  font-weight: bold;
  height: 40px;
  letter-spacing: 1px;
  padding: 0 15px;
  line-height: 40px;
  text-shadow: none;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
  white-space: nowrap;
  margin-left: 10px;
}

a.btn-defCustom:hover {
    background: #f57d0a none repeat scroll 0 0;
}

.selectedRow {
	background-color:#dbeffc;	
	}
	
.AggregateRow {
	background-color:#999999;	
	}