/**
 * Social Organizing CSS
 * Tuvinh Vuong
 * www.ngpvan.com
 */
/* ============================== */
/* Default Form Styles   */
/* ============================== */


/*******************************************************************
 * 
 * Bootstrap v2.0.1
 *
 * Copyright 2012 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 *                                            *
*******************************************************************/

/**
 * Messages
 */
#messages,
#messages div.messages,
.error, .alert, .notice, .success, .info { 
  border: none;
  margin: 0; 
}

#messages div.messages { padding: 11px 20px 20px 35px; }

/**
 * Form Introduction Text
 */
p.fb-signup-message {
  font-size: 100%;
  font-weight: 600;
  color: #285603;
  background: #edf5e1;
  padding:  8px;
  margin-right: 30px;
}

/**
 * Forms
 */
.ngpvan-ui form { margin: 0 0 18px; }
.ngpvan-ui fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
.ngpvan-ui legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 27px;
  line-height: 36px;
  border: 0;
  border-bottom: 1px solid #eee;
}
.ngpvan-ui label, 
.ngpvan-ui input, 
.ngpvan-ui button, 
.ngpvan-ui select, 
.ngpvan-ui textarea {
  font-weight: normal;
  line-height: 18px;
}
.ngpvan-ui input, 
.ngpvan-ui select, 
.ngpvan-ui textarea { font-family: inherit; }

.ngpvan-ui input[type="text"], 
.ngpvan-ui input[type="password"], 
.ngpvan-ui input[type="url"], 
.ngpvan-ui input[type="email"], 
.ngpvan-ui input.text, 
.ngpvan-ui input.title, 
.ngpvan-ui textarea, 
.ngpvan-ui select { 
  border: 1px solid #b6bbb7;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-size: 100%;
  margin:1px 0 0;
  padding: 4px;
}
.ngpvan-ui label {
  display: block;
  color: #333333;
}
.ngpvan-ui label input, 
.ngpvan-ui label textarea, 
.ngpvan-ui label select { display: block; }

.ngpvan-ui input[type="image"], 
.ngpvan-ui input[type="checkbox"], 
.ngpvan-ui input[type="radio"] {
  width: auto;
  height: auto;
  padding: 0;
  margin: 3px 0;
 *margin-top: 0;
  /* IE7 */
  line-height: normal;
  cursor: pointer;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 0 \9;/* IE9 and down */
}
.ngpvan-ui input[type="image"] { border: 0; }

.ngpvan-ui input[type="file"] {
  width: auto;
  padding: initial;
  line-height: initial;
  border: initial;
  background-color: #ffffff;
  background-color: initial;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.ngpvan-ui input[type="button"], 
.ngpvan-ui input[type="reset"], 
.ngpvan-ui input[type="submit"],
input.ngpvan-ui[type="button"], 
input.ngpvan-ui[type="reset"], 
input.ngpvan-ui[type="submit"] {
  width: auto;
  height: auto;
}
.ngpvan-ui select, 
.ngpvan-ui input[type="file"] {
  height: 32px;
  /* 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: 32px;
}
.ngpvan-ui input[type="file"] {
  line-height: 32px \9;
}
.ngpvan-ui select {
  padding: 4px 3px;
  background-color: #ffffff;
}
.ngpvan-ui select[multiple], 
.ngpvan-ui select[size] { height: auto; }
.ngpvan-ui input[type="image"] {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.ngpvan-ui textarea { height: auto; }
.ngpvan-ui input[type="hidden"] { display: none; }
.ngpvan-ui .radio, .ngpvan-ui .checkbox { padding-left: 18px; }
.ngpvan-ui .radio input[type="radio"], 
.ngpvan-ui .checkbox input[type="checkbox"] {
  float: left;
  margin-left: -18px;
}
.ngpvan-ui .controls > .radio:first-child, 
.ngpvan-ui .controls > .checkbox:first-child { padding-top: 5px; }

.ngpvan-ui .radio.inline, .ngpvan-ui .checkbox.inline {
  display: inline-block;
  padding-top: 5px;
  margin-bottom: 0;
  vertical-align: middle;
}
.ngpvan-ui .radio.inline + .radio.inline, 
.ngpvan-ui .checkbox.inline + .checkbox.inline { margin-left: 10px; }

.ngpvan-ui input:focus, .ngpvan-ui textarea:focus {
  border-color: rgba(82, 168, 236, 0.8);
  -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);
  outline: 0;
  outline: thin dotted \9;/* IE6-9 */
}
.ngpvan-ui input[type="file"]:focus, 
.ngpvan-ui input[type="radio"]:focus, 
.ngpvan-ui input[type="checkbox"]:focus, 
.ngpvan-ui select:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

/* Submit Buttons */
.ngpvan-ui input[type="submit"],
input.ngpvan-ui[type="submit"],
#vanusersync-vfmatch input[type="submit"],
#ngpvanworkflow-confirm-quit a.ngpvanui-button {
  -moz-box-shadow:inset 0px 1px 0px 0px #a9f2a9;
	-webkit-box-shadow:inset 0px 1px 0px 0px #a9f2a9;
	box-shadow:inset 0px 1px 0px 0px #a9f2a9;
background: -moz-linear-gradient(top,  #64bd28 0%, #186e0b 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#64bd28), color-stop(100%,#186e0b)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #64bd28 0%,#186e0b 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #64bd28 0%,#186e0b 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #64bd28 0%,#186e0b 100%); /* IE10+ */
background: linear-gradient(to bottom,  #64bd28 0%,#186e0b 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#64bd28', endColorstr='#186e0b',GradientType=0 ); /* IE6-8 */
	background-color:#64bd28;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	border:1px solid #207504;
	display:inline-block;
	color:#ffffff;
	font-size:18px;
	font-weight:600;
  margin-top: 10px;
	padding:6px 20px 8px;
  text-align: center;
	text-decoration:none;
	text-shadow:-1px -1px 0px #0e5c07;
  cursor:pointer;
}
.ngpvan-ui input[type="submit"]:hover,
input.ngpvan-ui[type="submit"]:hover,
#vanusersync-vfmatch input[type="submit"]:hover,
#ngpvanworkflow-confirm-quit a.ngpvanui-button:hover {
  background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #186e0b), color-stop(1, #64bd28) );
	background:-moz-linear-gradient( center top, #186e0b 5%, #64bd28 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#186e0b', endColorstr='#64bd28');
	background-color:#186e0b;
}
.ngpvan-ui input[type="submit"]:active,
input.ngpvan-ui[type="submit"]:active,
#vanusersync-vfmatch input[type="submit"]:active,
#ngpvanworkflow-confirm-quit a.ngpvanui-button:active {
  position:relative;
	top:1px;
}
/* Disabled Button */
input#edit-submit[disabled=disabled],
.ngpvan-ui input[type=submit][disabled=disabled],
.ngpvan-ui button[disabled=disabled],
.ngpvan-ui input[type=submit]:disabled,
input.ngpvan-ui[type=submit][disabled=disabled],
button.ngpvan-ui[disabled=disabled],
input.ngpvan-ui[type=submit]:disabled,
input#edit-submit[disabled=disabled]:hover,

.ngpvan-ui input[type=submit][disabled=disabled]:hover,
.ngpvan-ui button[disabled=disabled]:hover,
.ngpvan-ui input[type=submit]:disabled:hover,
input.ngpvan-ui[type=submit][disabled=disabled]:hover,
button.ngpvan-ui[disabled=disabled]:hover,
input.ngpvan-ui[type=submit]:disabled:hover,
input#edit-submit[disabled=disabled]:active,
.ngpvan-ui input[type=submit][disabled=disabled]:active,
.ngpvan-ui button[disabled=disabled]:active,
.ngpvan-ui input[type=submit]:disabled:active,
input.ngpvan-ui[type=submit][disabled=disabled]:active,
button.ngpvan-ui[disabled=disabled]:active,
input.ngpvan-ui[type=submit]:disabled:active {
  -moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
        -webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
        box-shadow:inset 0px 1px 0px 0px #ffffff;
background: -moz-linear-gradient(top,  #cccccc 5%, #858585 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(5%,#cccccc), color-stop(100%,#858585)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #cccccc 5%,#858585 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #cccccc 5%,#858585 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #cccccc 5%,#858585 100%); /* IE10+ */
background: linear-gradient(to bottom,  #cccccc 5%,#858585 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#858585',GradientType=0 ); /* IE6-9 */
        background-color:#cccccc;
        -moz-border-radius:3px;
        -webkit-border-radius:3px;
        border-radius:3px;
        border:1px solid #919191;
        display:inline-block;
        color:#6e6e6e;
        font-family:arial;
        font-size:18px;
        font-weight:bold;
        padding:6px 20px;
        text-decoration:none;
        text-shadow:0px 1px 0px #ffffff;
  cursor: default;
}
/* Cancel Button That Wants to be a Link */
input#edit-cancel[type="submit"],
input#edit-cancel[type="submit"]:hover {
  clear:both;
  color: #64A9CC;
  cursor: pointer;
  font-size: 100%;
  font-weight: 600;
  background:none; 
  border:none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-align:left; 
  text-shadow:none;
  text-decoration: underline;
}
input#edit-cancel[type="submit"]:hover {
  color: #1D5F95;
}

.ngpvan-ui input.error {
  border: 2px solid #f00;
}
