body {
	padding: 0;
	margin:0;
	background: #f9f9f9;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 1.428571429;
	color: #333333;
}

/*
The following are some base Bootstrap 3.0.0 CSS styles (just enough for what we need and no more)
******************************/

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}

label,
input,
button,
select,
textarea {
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
}

select,
textarea,
input {
  display: inline-block;
  height: 20px;
  padding: 4px 6px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  color: #555555;
  vertical-align: middle;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
background-color: #ffffff;
  border: 1px solid #cccccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
     -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
       -o-transition: border linear 0.2s, box-shadow linear 0.2s;
          transition: border linear 0.2s, box-shadow linear 0.2s;

}

input {
  width: 260px;
}

textarea {
  height: auto;
}

textarea:focus,
select:focus,
input:focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */

  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}

.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.428571429;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
       -o-user-select: none;
          user-select: none;
}

.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/*.btn-danger {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active
 {
  color: #ffffff;
  background-color: #d2322d;
  border-color: #ac2925;
}

.btn-danger:active {
  background-image: none;
}*/

.btn-primary {
  color: #ffffff;
  background-color: #347AB7;
  border-color: #2F6FA7;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
  color: #ffffff;
  background-color: #133044;
  border-color: #0A0E15;
}

.btn-primary:active{
  background-image: none;
}

.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}

select,
input[type="file"] {
  height: 30px;
  /* In IE7, the height of the select element cannot be changed by height, only font-size */

  *margin-top: 4px;
  /* For IE7, add top margin to align select with labels */

  line-height: 30px;
}

select {
  width: 320px;
  background-color: #ffffff;
  border: 1px solid #cccccc;
}

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
  background: #f9f9f9;
  color: #727272;
}

.alert-danger {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
}

.text-danger {
  color: #b94a48;
}

.has-error .control-label {
  color: #b94a48;
}

select.has-error {
	border-color: #b94a48;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-error .form-control {
  border-color: #b94a48;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-error .form-control:focus {
  border-color: #953b39;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
}

blockquote {
  padding: 10px 20px;
  margin: 5px 0 10px;
  border-left: 5px solid #eeeeee;
}

blockquote p {
  font-size: 17.5px;
  font-weight: 300;
  line-height: 1.25;
  margin: 0;
}

.small {
	font-size: 90%;
}

.sup {
  position: relative;
  font-size: 90%;
  line-height: 0;
  vertical-align: baseline;
  top: -2px;
  color: #D4403A;
  padding-right: 10px;
}

.hide {
  display: none;
}

/* End of bootstrap 3.0 base styles (above)
********************************************
/* Start of custom styles (below) */

#tip-container {
	background: #fff;
    border: 1px solid #BBBBBB;
    -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.12);
    margin: 40px auto;
    padding: 20px 30px 40px;
    position: relative;
    width: 80%;
}

#mask {
    background: #fff;
    -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
    height: 100%;
    left: 0;
    opacity: 0.7;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 100;      
}

#tip-container  h1 {
	margin-bottom: 0;
	display: inline-block;
}

#tip-orgname-label {
	color: #727272;
  font-size: 18px;
  margin-bottom: 20px;
}

#message {
	width: 96%;
	padding: 2%;
	font-size: 16px;
	resize: vertical;
	margin-bottom: 20px;
}

#tip-contact {
	padding: 25px;
	margin: 20px 0 30px;
}

#tip-contact p {
	border-bottom: 1px solid #DDDDDD;
    font-size: 14px;
    margin: 0 0 10px;
    padding: 0 0 15px;
}

#tip-error-message {
  font-weight: bold;
}

option {
	font-size: 14px;
	padding: 4px 10px;
}
.alert h4 {
  	margin-top: 0;
  	margin-bottom: 5px;
  	color: inherit;
  	font-size: 18px;
}

.tip-chat {
	background: url("../img/chat32.png") no-repeat center center;
	width: 32px;
	height: 32px;
	float: right;
	opacity: 0.17;
	margin-top: 24px;
}
.call911 {
	font-weight: bold;
	border-top: 1px solid #ddd;
	padding-top: 10px;
	margin-top: 10px;
	text-transform: uppercase;
}
.summary-info {
    border: 1px solid #DDDDDD;
    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
            border-radius: 4px;
    margin-bottom: 40px;
    padding: 20px;
}

#tip-container #thank-you h1 {
  font-size: 24px;
  margin-top: 0;
}

.summary-heading {
  padding-bottom: 8px;
  margin-bottom: 8px;
  border-bottom: 1px solid #ddd;
  color: #777;
}
.alert.summery-info, .alert.contact-info {
  margin-top: 20px;
}
.summary-heading {
  margin-top: 0px;
}
.summary-label {
  display: inline-block;
  min-width: 70px;
  font-weight: bold;
}
.summary-value {
  display: inline;
  margin-left: 10px;
  word-wrap: break-word;
}
.summary-value.message-text {
  border-left: 5px solid #ddd;
  display: block;
  margin-top: 5px;
  padding-left: 15px;
  word-wrap: break-word;
}
.contact-info {
  margin-bottom: 0;
}
.contact-info .summary-label {
    min-width: 50px;
}

#file {
  margin-top: 10px;
  width: 310px;
}
#summary-attachment-container {
  margin-top: 20px;
}

.error-format-example {
  font-weight: normal;
  padding-top: 5px;
  margin-top: 5px;
  margin-bottom: -18px;
  border-top: 1px solid #DEBAB8;
}

/* media queries for responsive scaling
******************************/

@media (max-width: 580px) {
	#tip-container h1 {
		font-size: 24px;
	}
	.tip-chat {
		margin-top: 18px;
	}
}
@media (max-width: 515px) {
	#tip-container h1 {
		font-size: 18px;
	}
	.tip-chat {
		margin-top: 10px;
	}
}
@media (max-width: 440px) {
  #tip-file-attachment {
    width: 90%;
  }
}  
@media (max-width: 400px) {
	#tip-container {
		width: 70%;
	}
	#tip-container h1 {
		font-size: 18px;
	}
	input, select, #tip-file-attachment {
		width: 90%;
	}
	.tip-chat {
		display: none;
	}
  .summary-value {
    margin-left: 0;
  }
}


