﻿
.btn-givehelp {
	-moz-box-shadow: 0px 0px 0px 0px #f7c5c0;
	-webkit-box-shadow: 0px 0px 0px 0px #f7c5c0;
	box-shadow: 0px 0px 0px 0px #f7c5c0;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #fc8d83), color-stop(1, #e4685d));
	background:-moz-linear-gradient(top, #fc8d83 5%, #e4685d 100%);
	background:-webkit-linear-gradient(top, #fc8d83 5%, #e4685d 100%);
	background:-o-linear-gradient(top, #fc8d83 5%, #e4685d 100%);
	background:-ms-linear-gradient(top, #fc8d83 5%, #e4685d 100%);
	background:linear-gradient(to bottom, #fc8d83 5%, #e4685d 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fc8d83', endColorstr='#e4685d',GradientType=0);
	background-color:#fc8d83;
	-moz-border-radius:28px;
	-webkit-border-radius:28px;
	border-radius:28px;
	border:1px solid #d83526;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:20px;
	font-weight:bold;
	padding:24px 21px;
	text-decoration:none;
	text-shadow:0px 1px 0px #b23e35;
}
.btn-givehelp:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #e4685d), color-stop(1, #fc8d83));
	background:-moz-linear-gradient(top, #e4685d 5%, #fc8d83 100%);
	background:-webkit-linear-gradient(top, #e4685d 5%, #fc8d83 100%);
	background:-o-linear-gradient(top, #e4685d 5%, #fc8d83 100%);
	background:-ms-linear-gradient(top, #e4685d 5%, #fc8d83 100%);
	background:linear-gradient(to bottom, #e4685d 5%, #fc8d83 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e4685d', endColorstr='#fc8d83',GradientType=0);
	background-color:#e4685d;
}
.btn-givehelp:active {
	position:relative;
	top:1px;
}


.btn-gethelp {
	-moz-box-shadow: 0px 0px 0px 0px #3dc21b;
	-webkit-box-shadow: 0px 0px 0px 0px #3dc21b;
	box-shadow: 0px 0px 0px 0px #3dc21b;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #44c767), color-stop(1, #5cbf2a));
	background:-moz-linear-gradient(top, #44c767 5%, #5cbf2a 100%);
	background:-webkit-linear-gradient(top, #44c767 5%, #5cbf2a 100%);
	background:-o-linear-gradient(top, #44c767 5%, #5cbf2a 100%);
	background:-ms-linear-gradient(top, #44c767 5%, #5cbf2a 100%);
	background:linear-gradient(to bottom, #44c767 5%, #5cbf2a 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#44c767', endColorstr='#5cbf2a',GradientType=0);
	background-color:#44c767;
	-moz-border-radius:28px;
	-webkit-border-radius:28px;
	border-radius:28px;
	border:1px solid #18ab29;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:20px;
	font-weight:bold;
	padding:24px 21px;
	text-decoration:none;
	text-shadow:0px 1px 0px #2f6627;
}
.btn-gethelp:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #5cbf2a), color-stop(1, #44c767));
	background:-moz-linear-gradient(top, #5cbf2a 5%, #44c767 100%);
	background:-webkit-linear-gradient(top, #5cbf2a 5%, #44c767 100%);
	background:-o-linear-gradient(top, #5cbf2a 5%, #44c767 100%);
	background:-ms-linear-gradient(top, #5cbf2a 5%, #44c767 100%);
	background:linear-gradient(to bottom, #5cbf2a 5%, #44c767 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#5cbf2a', endColorstr='#44c767',GradientType=0);
	background-color:#5cbf2a;
}
.btn-gethelp:active {
	position:relative;
	top:1px;
}

/* Table Styles */
.table-skinny-rows td {
    padding: 2px 8px !important;
    vertical-align: middle !important;
    box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    border-top: 1px solid #f1f1f1 !important;
}
.table-skinny-rows > thead > tr > th {
    border-bottom: 1px solid #ddd !important;
}

/* countdown */
#countdown {
	font-size: 48px;
	color: #fff;
	line-height: 1.1em;
	margin: 40px 0 60px;
}

.content-loader {
    background: url(/content/img/spinners/dots_white_bg_48x16.gif) no-repeat;
    width: 48px;
    height: 16px;
    margin: 20px auto;
}

.element-overlay {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: #000;
    opacity: 0.5;
    filter: alpha(opacity=50);
    z-index: 998;
}
.element-overlay-loading {
    width: 180px;
    min-height: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -48px 0 0 -75px;
    z-index: 999;
    color: white;
    background: url(/content/img/spinners/ellipsis_48x16.gif) no-repeat center top;
    text-align: center;
    padding-top: 35px;
}

.row-selected {
    color: #777;
    font-family: bold;
    text-decoration: none;
    background-color: #5cbf2a !important;
}

.row-selected-confirm {
    color: #000000;
    text-decoration: none;
    font-family: bold;
    background-color: #d83526;
}

.fa.fa-8x {
    font-size: 8em;
}

fa.fa-16x {
    font-size: 16em;
}

.large-icon {
  font-size: 80px !important;
}

.dashboard-title {
    float: left;
    display: block;
    width: 100px;
    height: 70px;
    cursor: pointer;
    box-shadow: inset 0 0 1px #ffc;
    text-decoration: none;
    font-weight: 300;
    margin: 0 10px 20px 0;
    padding: 5px;
    position: relative;
}


footer{padding:25px 0;text-align:center}footer span.copyright,footer ul.quicklinks{font-family:Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif}
