﻿/* =============================================================================
    Fonts
    ============================================================================ */
@font-face {
  font-family: 'HelveticaRegular';
  src: url('../Content/fonts/helveticaRegular.eot');
  src: url('../Content/fonts/helveticaRegular.eot?#iefix') format('embedded-opentype'), url('../Content/fonts/helveticaRegular.woff') format('woff'), url('../Content/fonts/helveticaRegular.ttf') format('truetype'), url('../Content/fonts/helveticaRegular.svg#HelveticaRegular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'HelveticaLight';
  src: url('../Content/fonts/helveticaLight.eot');
  src: url('../Content/fonts/helveticaLight.eot?#iefix') format('embedded-opentype'), url('../Content/fonts/helveticaLight.woff') format('woff'), url('../Content/fonts/helveticaLight.ttf') format('truetype'), url('../Content/fonts/helveticaLight.svg#HelveticaLight') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'HelveticaBold';
  src: url('../Content/fonts/helveticaBold.eot');
  src: url('../Content/fonts/helveticaBold.eot?#iefix') format('embedded-opentype'), url('../Content/fonts/helveticaBold.woff') format('woff'), url('../Content/fonts/helveticaBold.ttf') format('truetype'), url('../Content/fonts/helveticaBold.svg#HelveticaBold') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fontfamilyGeorgia {
  font-family: Georgia, "Times New Roman", Times, serif !important;
  color: #303030;
}
.fontfamilyHelveticaRegular {
  font-family: HelveticaRegular, Helvetica, Verdana, sans-serif;
  color: #303030;
}
.fontfamilyHelveticaBold {
  font-family: HelveticaBold, Helvetica, Verdana, sans-serif;
  color: #303030;
}
.fontfamilyHelveticaLight {
  font-family: HelveticaLight, Helvetica, Verdana, sans-serif;
  color: #303030;
}
.fontsize10 {
  font-size: 10px !important;
}
.fontsize12 {
  font-size: 12px !important;
}
.fontsize14 {
  font-size: 14px !important;
}
.fontsize16 {
  font-size: 16px !important;
}
.fontsize18 {
  font-size: 18px !important;
}
.fontsize20 {
  font-size: 20px !important;
}
.fontsize22 {
  font-size: 22px !important;
}
.fontsize26 {
  font-size: 26px !important;
}
.fontsize30 {
  font-size: 30px !important;
}
.fontsize40 {
  font-size: 40px !important;
}
.text_align_left {
  text-align: left !important;
}
.text_align_right {
  text-align: right !important;
}
.text_align_center {
  text-align: center !important;
}
.pull-left {
  float: left;
}
.pull-right {
  float: right;
}
.reset-margin {
  margin: 0 !important;
}
.reset-border {
  border: none !important;
}
.cursor-default {
  cursor: default;
}
.gray {
  background-color: #303030;
}
.light_gray {
  color: #6B6B6B;
}
.white {
  background-color: #ffffff !important;
}
.orange {
  color: #ea5528 !important;
  border-color: #ea5528 !important;
}
.form-disable {
  background-color: #F0F0F0 !important;
}
.set-lightbox-margin-top {
  background-color: #ffffff !important;
  border: medium none !important;
  margin: 19px 0 0 0 !important;
  padding: 0 !important;
}
/* =============================================================================
   =============================================================================
   Build Kit
   =============================================================================
   =========================================================================== */
/* =============================================================================
   Buttons, Bullets, ArrowHeads, RadioButtons, CheckBoxes, Tags, NumberBoxes
   ============================================================================= */
.standard_button {
  height: 21px;
  text-align: center;
  background-color: #3c99cb;
  padding: 5px 5px 6px 5px;
  border: none;
  color: #ffffff;
  font-family: HelveticaBold, Helvetica, Verdana, sans-serif;
}
.standard_button:hover {
  background-color: #76b7da;
  color: #ffffff;
  font-family: HelveticaBold, Helvetica, Verdana, sans-serif;
  cursor: pointer;
}
.standard_button:visited {
  color: #ffffff;
}
.button_disable {
  height: 21px;
  text-align: center;
  padding: 5px 5px 6px 5px;
  border: none;
  color: #ffffff;
  background-color: #c7c7c7;
  font-family: HelveticaBold, Helvetica, Verdana, sans-serif;
  cursor: default;
}
.button_disable:hover {
  color: #ffffff;
}
.user_textbox {
  width: 230px;
  height: 16px;
  padding: 4px 6px;
  font-size: 14px;
  border: 3px solid #70c1f6;
  border-radius: 3px;
  color: #303030;
  font-style: italic;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
.tell_me_more_button {
  width: 170px;
  display: block;
  position: absolute;
  top: 45px;
  right: 0;
  height: 24px;
  text-transform: capitalize;
  padding: 7px 0 1px 0;
  text-align: center;
  font-size: 16px;
  border: none;
  color: #ffffff;
  font-family: HelveticaBold, Helvetica, Verdana, sans-serif;
  background-color: #ea5528;
}
.tell_me_more_button:hover {
  display: block;
  border: none;
  color: #ffffff;
  font-family: HelveticaBold, Helvetica, Verdana, sans-serif;
  background-color: #ef7d5a;
}
.tell_me_more_button:visited {
  color: #ffffff;
}
.search_button {
  width: 42px;
  height: 43px;
  border: none;
  background: url(../Images/searchBtn.png) no-repeat;
  text-indent: -999999px;
  display: block;
}
.search_button:hover {
  background: url(../Images/searchBtnHover.png) no-repeat;
}
.orange_long_button {
  width: 638px;
  height: 30px;
  display: block;
  font-size: 14px;
  text-align: center;
  background-color: #ea5528;
  color: #ffffff;
  font-family: HelveticaBold, Helvetica, Verdana, sans-serif;
  border: none;
  line-height: 30px;
}
.orange_long_button:hover {
  background-color: #f08868;
  color: #ffffff;
}
.orange_long_button:visited {
  color: #ffffff;
}
.delete_message {
  width: 28px;
  height: 28px;
  display: block;
  text-indent: -999999px;
  background: url(../Images/trashBtn.png) no-repeat;
}
.taging {
  display: block;
}
.taging li {
  float: left;
  display: inline;
  margin-right: 12px;
  margin-bottom: 5px;
}
.taging li a {
  padding: 2px 15px 3px;
  display: block;
  color: #ffffff;
  background-color: #ea5528;
  text-transform: capitalize;
  font-size: 14px;
}
.tags_with_delete li {
  background-color: #ea5528;
  color: #ffffff;
  display: inline;
  float: left;
  font-size: 14px;
  height: 16px;
  margin-right: 10px;
  padding: 2px 12px 3px;
  position: relative;
}
.tags_with_delete li a {
  position: absolute;
  right: -8px;
  top: -8px;
  display: inline-block;
  text-indent: -999999px;
  background: url(../Images/tagDelete.png) no-repeat left 1px;
  width: 14px;
  height: 15px;
  margin-right: 3px;
}
/* =============================================================================
   Labels, Textboxes, Dropdowns, Datetimepickers
   ============================================================================= */
.header_number {
  background-color: #ea5528;
  color: #ffffff;
  text-decoration: none;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  margin-left: 10px;
  font-family: HelveticaBold, Helvetica, Verdana, sans-serif;
  display: inline-block;
  padding: 0 6px;
  height: 24px;
  line-height: 24px;
}
.medium_tile_link {
  float: left;
  padding: 2px 7px 0 7px;
  width: 140px;
  display: block;
  text-align: left;
}
.medium_tile_link a,
.medium_tile_link span {
  color: white;
  display: inline-block;
  vertical-align: middle;
  line-height: 1.0;
  word-wrap: break-word;
  word-break: keep-all;
  width: 155px;
}
.medium_tile_link a:hover {
  text-decoration: underline;
}
.medium_tile_link a:visited {
  color: white;
}
.donated_amount {
  background: #ea5528;
  color: #ffffff;
  text-align: center;
  width: 70px;
  height: 27px;
  line-height: 27px;
  margin: 5px 4px 0 0;
  display: inline-block;
}
.dropdown {
  display: block;
}
.dropdown a {
  color: #303030;
  text-decoration: none;
  outline: none;
  font-size: 14px;
  font-family: HelveticaLight, Helvetica, Verdana, sans-serif;
}
.dropdown a:visited {
  color: #303030;
}
.dropdown dt a {
  background: #ffffff url(../Images/dropdownArrow.png) no-repeat 140px center;
  display: block;
  padding-right: 20px;
  border: 1px solid #303030;
  width: 140px;
  height: 25px;
  color: #303030;
}
.dropdown dt a:hover {
  color: #303030;
  border: 1px solid #303030;
}
.dropdown dt a span {
  color: #303030;
  cursor: pointer;
  display: block;
  padding: 5px 3px 3px 5px;
}
.dropdown dd {
  position: relative;
}
.dropdown dd ul {
  background-color: #ffffff;
  border: 1px solid #303030;
  color: #C5C0B0;
  display: none;
  left: 0;
  padding: 5px 0;
  position: absolute;
  top: 2px;
  width: auto;
  min-width: 160px;
  z-index: 55;
}
.dropdown dd ul li a {
  padding: 5px;
  display: block;
  color: #303030 !important;
}
.dropdown dd ul li a:hover {
  background-color: #c7c7c7;
  color: #303030;
}
.dropdownmenu {
  display: block;
  width: 230px;
}
.dropdownmenu a {
  color: #303030;
  text-decoration: none;
  outline: none;
  font-size: 14px;
}
.dropdownmenu a:hover {
  color: #5d4617;
}
.dropdownmenu a:visited {
  color: #303030;
}
.dropdownmenu dt a {
  background: #ffffff url(../Images/dropdown_triangle.png) no-repeat 197px center;
  display: block;
  padding-right: 20px;
  border: 1px solid #303030;
  width: 205px;
  height: 25px;
}
.dropdownmenu dt a:hover {
  color: #303030;
  border: 1px solid #303030;
}
.dropdownmenu dt a span {
  color: #303030;
  cursor: pointer;
  display: block;
  padding: 3px 3px 3px 5px;
  margin: 0;
}
.dropdownmenu dd {
  position: relative;
}
.dropdownmenu dd ul {
  background: #ffffff;
  border: 1px solid #303030;
  color: #C5C0B0;
  display: none;
  left: 0;
  padding: 5px 0;
  position: absolute;
  top: 2px;
  width: auto;
  min-width: 225px;
  z-index: 55;
}
.dropdownmenu dd ul li a {
  padding: 5px;
  display: block;
  font-size: 14px;
}
.dropdownmenu dd ul li a:hover {
  background-color: #c7c7c7;
  color: #303030;
}
.standard_calender {
  width: 80px;
  height: 12px;
  border: 1px solid #4c4c4c;
  color: #303030;
  padding: 7px 45px 7px 25px;
  cursor: pointer;
  background: url(../Images/calender.png) no-repeat 123px center;
}
.top_drop_down dd,
.top_drop_down dt,
.top_drop_down ul {
  margin: 0;
  padding: 0;
  font-family: Arial;
  font-size: 12px;
}
.top_drop_down dd {
  position: relative;
}
.top_drop_down a,
.dropdown a:visited {
  color: #FFF;
  text-decoration: none;
  outline: none;
}
.top_drop_down dt a {
  color: #ea3d19;
  background: #ffffff url(../Images/dropdown-unselected.png) no-repeat 156px 6px;
  display: block;
  padding-right: 20px;
  width: 155px;
}
.top_drop_down dt a span {
  cursor: pointer;
  display: block;
  height: 19px;
  line-height: 19px;
  padding-left: 5px;
}
.top_drop_down dd ul {
  background-color: #303030;
  color: #FFF;
  display: none;
  left: 0;
  position: absolute;
  top: -2px;
  width: auto;
  min-width: 106px;
  border-bottom: 1px solid #939393;
  z-index: 5;
}
.top_drop_down span.value {
  display: none;
}
.top_drop_down dd ul li {
  border-left: 1px solid #939393;
  border-right: 1px solid #939393;
  margin-right: 0 !important;
  width: 173px;
}
.top_drop_down dd ul li a {
  padding: 5px;
  display: block;
}
.top_drop_down dd ul li a:hover {
  background-color: #ea3d19;
}
.triangle {
  width: 175px !important;
  height: 9px;
  background: #ffffff url(../Images/triangle_2.png) no-repeat center top;
  border: none !important;
}
