@import url('../../css/stylesheet.css');
@font-face {
font-family: 'StMarie-Thin';
src: url('../../font/StMarie-Thin/StMarie-Thin.eot');
src: url('../../font/StMarie-Thin/StMarie-Thin.eot') format('embedded-opentype'),
url('../../font/StMarie-Thin/StMarie-Thin.woff') format('woff'),
url('../../font/StMarie-Thin/StMarie-Thin.ttf') format('truetype'); 
}

@font-face {
font-family: 'Dosis';
src: url('../../font/Dosis/Terminal Dosis-Book.eot');
src: url('../../font/Dosis/Terminal Dosis-Book.eot') format('embedded-opentype'),
url('../../font/Dosis/Terminal Dosis-Book.woff') format('woff'),
url('../../font/Dosis/Terminal Dosis-Book.ttf') format('truetype'); 
}



.zoomaal-light-green {
	color:#00A323;	
}

.zoomaal-dark-green {
	color:#096d57;	
}

.zoomaal-green {
	color:#157b3c;	
}

.center {
  text-align: center;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

audio:not([controls]) {
  display: none;
}

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
	  -webkit-font-smoothing: antialiased;
}

.clear {
	clear:both;	
}

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

a:hover,
a:active {
  outline: 0;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

::selection {
background: #ccedd3;
text-shadow: none;
}

img {
  width: auto\9;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}

#map_canvas img {
  max-width: none;
}

button,
input,
select,
textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: middle;
}

button,
input {
  *overflow: visible;
  line-height: normal;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}

input[type="search"] {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

.clearfix {
  *zoom: 1;
}

.clearfix:before,
.clearfix:after {
  display: table;
  line-height: 0;
  content: "";
}

.clearfix:after {
  clear: both;
}

.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

html, body {
	height:100%;	
}

body {
  margin: 0;
  padding:0px;
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  background-color: #00A323;
}

#content_wrapper {
	width: 100%;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0px 0px -460px 0px;
	background-color:#FFFFFF;

}

#inner_content_wrapper {
	 width: 100%;
     padding: 0px 0px 460px 0px;
	 background-color:#FFFFFF;
}

#inner_inner_content_wrapper {
	margin-bottom:30px;
}

#footer_wrapper {
	width: 100%;
    height: 460px;
	background-color:#FFFFFF;
}

a {
  color: #096d57;
  text-decoration: none;
}

a:hover {
  color: #096D57;
  text-decoration: underline;
}

.img-rounded {
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
}

.img-polaroid {
  padding: 4px;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
     -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.img-circle {
  -webkit-border-radius: 500px;
     -moz-border-radius: 500px;
          border-radius: 500px;
}

.row {
  margin-left: -20px;
  *zoom: 1;
}

.row:before,
.row:after {
  display: table;
  line-height: 0;
  content: "";
}

.row:after {
  clear: both;
}

[class*="span"] {
  float: left;
  min-height: 1px;
  margin-left: 20px;
}

.container,
.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
  width: 940px;
}

.span12 {
  width: 940px;
}

.span11 {
  width: 860px;
}

.span10 {
  width: 780px;
}

.span9 {
  width: 700px;
}

.span8 {
  width: 620px;
}

.span7 {
  width: 540px;
}

.span6 {
  width: 460px;
}

.span5 {
  width: 380px;
}

.span4 {
  width: 300px;
}

.span4:first-child {
	margin-left:0px;	
}

.span3 {
  width: 220px;
}

.span2 {
  width: 140px;
}

.span1 {
  width: 60px;
}

.offset12 {
  margin-left: 980px;
}

.offset11 {
  margin-left: 900px;
}

.offset10 {
  margin-left: 820px;
}

.offset9 {
  margin-left: 740px;
}

.offset8 {
  margin-left: 660px;
}

.offset7 {
  margin-left: 580px;
}

.offset6 {
  margin-left: 500px;
}

.offset5 {
  margin-left: 420px;
}

.offset4 {
  margin-left: 340px;
}

.offset3 {
  margin-left: 260px;
}

.offset2 {
  margin-left: 180px;
}

.offset1 {
  margin-left: 100px;
}

.offseti1 {
  margin-left: 100px;
}

.row-fluid {
  width: 100%;
  *zoom: 1;
}

.row-fluid:before,
.row-fluid:after {
  display: table;
  line-height: 0;
  content: "";
}

.row-fluid:after {
  clear: both;
}

.row-fluid [class*="span"] {
  display: block;
  float: left;
  width: 100%;
  min-height: 30px;
  margin-left: 2.127659574468085%;
  *margin-left: 2.074468085106383%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.row-fluid [class*="span"]:first-child {
  margin-left: 0;
}

.row-fluid .span12 {
  width: 100%;
  *width: 99.94680851063829%;
}

.row-fluid .span11 {
  width: 91.48936170212765%;
  *width: 91.43617021276594%;
}

.row-fluid .span10 {
  width: 82.97872340425532%;
  *width: 82.92553191489361%;
}

.row-fluid .span9 {
  width: 74.46808510638297%;
  *width: 74.41489361702126%;
}

.row-fluid .span8 {
  width: 64%;
  *width: 64%;
}

.row-fluid .span7 {
  width: 57.44680851063829%;
  *width: 57.39361702127659%;
}

.row-fluid .span6 {
  width: 48.93617021276595%;
  *width: 48.88297872340425%;
}

.row-fluid .span5 {
  width: 40.42553191489362%;
  *width: 40.37234042553192%;
}

.row-fluid .span4 {
  width: 31.914893617021278%;
  *width: 31.861702127659576%;
}

.row-fluid .span3 {
  width: 23.404255319148934%;
  *width: 23.351063829787233%;
}

.row-fluid .span2 {
  width: 14.893617021276595%;
  *width: 14.840425531914894%;
}

.row-fluid .span1 {
  width: 6.382978723404255%;
  *width: 6.329787234042553%;
}

.row-fluid .offset12 {
  margin-left: 104.25531914893617%;
  *margin-left: 104.14893617021275%;
}

.row-fluid .offset12:first-child {
  margin-left: 102.12765957446808%;
  *margin-left: 102.02127659574467%;
}

.row-fluid .offset11 {
  margin-left: 95.74468085106382%;
  *margin-left: 95.6382978723404%;
}

.row-fluid .offset11:first-child {
  margin-left: 93.61702127659574%;
  *margin-left: 93.51063829787232%;
}

.row-fluid .offset10 {
  margin-left: 87.23404255319149%;
  *margin-left: 87.12765957446807%;
}

.row-fluid .offset10:first-child {
  margin-left: 85.1063829787234%;
  *margin-left: 84.99999999999999%;
}

.row-fluid .offset9 {
  margin-left: 78.72340425531914%;
  *margin-left: 78.61702127659572%;
}

.row-fluid .offset9:first-child {
  margin-left: 76.59574468085106%;
  *margin-left: 76.48936170212764%;
}

.row-fluid .offset8 {
  margin-left: 70.2127659574468%;
  *margin-left: 70.10638297872339%;
}

.row-fluid .offset8:first-child {
  margin-left: 68.08510638297872%;
  *margin-left: 67.9787234042553%;
}

.row-fluid .offset7 {
  margin-left: 61.70212765957446%;
  *margin-left: 61.59574468085106%;
}

.row-fluid .offset7:first-child {
  margin-left: 59.574468085106375%;
  *margin-left: 59.46808510638297%;
}

.row-fluid .offset6 {
  margin-left: 53.191489361702125%;
  *margin-left: 53.085106382978715%;
}

.row-fluid .offset6:first-child {
  margin-left: 51.063829787234035%;
  *margin-left: 50.95744680851063%;
}

.row-fluid .offset5 {
  margin-left: 44.68085106382979%;
  *margin-left: 44.57446808510638%;
}

.row-fluid .offset5:first-child {
  margin-left: 42.5531914893617%;
  *margin-left: 42.4468085106383%;
}

.row-fluid .offset4 {
  margin-left: 36.170212765957444%;
  *margin-left: 36.06382978723405%;
}

.row-fluid .offset4:first-child {
  margin-left: 34.04255319148936%;
  *margin-left: 33.93617021276596%;
}

.row-fluid .offset3 {
  margin-left: 27.659574468085104%;
  *margin-left: 27.5531914893617%;
}

.row-fluid .offset3:first-child {
  margin-left: 25.53191489361702%;
  *margin-left: 25.425531914893618%;
}

.row-fluid .offset2 {
  margin-left: 19.148936170212764%;
  *margin-left: 19.04255319148936%;
}

.row-fluid .offset2:first-child {
  margin-left: 17.02127659574468%;
  *margin-left: 16.914893617021278%;
}

.row-fluid .offset1 {
  margin-left: 10.638297872340425%;
  *margin-left: 10.53191489361702%;
}

.row-fluid .offset1:first-child {
  margin-left: 8.51063829787234%;
  *margin-left: 8.404255319148938%;
}

[class*="span"].hide,
.row-fluid [class*="span"].hide {
  display: none;
}

[class*="span"].pull-right,
.row-fluid [class*="span"].pull-right {
  float: right;
}

.container {
  margin-right: auto;
  margin-left: auto;
  *zoom: 1;
}

.container:before,
.container:after {
  display: table;
  line-height: 0;
  content: "";
}

.container:after {
  clear: both;
}

.container-fluid {
  padding-right: 20px;
  padding-left: 20px;
  *zoom: 1;
}

.container-fluid:before,
.container-fluid:after {
  display: table;
  line-height: 0;
  content: "";
}

.container-fluid:after {
  clear: both;
}

p {
  margin: 10px 0px 10px 0px;
}

.lead {
  margin-bottom: 20px;
  font-size: 21px;
  font-weight: 200;
  line-height: 30px;
}

small {
  font-size: 85%;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

cite {
  font-style: normal;
}

.muted {
  color: #999999;
}

.text-warning {
  color: #c09853;
}

.text-error {
  color: #b94a48;
}

.text-info {
  color: #3a87ad;
}

.text-success {
  color: #468847;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 10px 0;
  font-family: inherit;
  font-weight: bold;
  line-height: 1;
  color: inherit;
  text-rendering: optimizelegibility;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}

h1 {
  font-size: 36px;
  line-height: 40px;
}

h2 {
  font-size: 30px;
  line-height: 40px;
}

h3 {
  font-size: 24px;
  line-height: 40px;
}

h4 {
  font-size: 18px;
  line-height: 20px;
}

h5 {
  font-size: 14px;
  line-height: 20px;
}

h6 {
  font-size: 12px;
  line-height: 20px;
}

h1 small {
  font-size: 24px;
}

h2 small {
  font-size: 18px;
}

h3 small {
  font-size: 14px;
}

h4 small {
  font-size: 14px;
}

.page-header {
  padding-bottom: 9px;
  margin: 20px 0 30px;
  border-bottom: 1px solid #eeeeee;
}

ul,
ol {
  padding: 0;
  margin: 0 0 10px 25px;
}

ul ul,
ul ol,
ol ol,
ol ul {
  margin-bottom: 0;
}

li {
  line-height: 20px;
}

ul.unstyled,
ol.unstyled {
  margin-left: 0;
  list-style: none;
}

dl {
  margin-bottom: 20px;
}

dt,
dd {
  line-height: 20px;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 10px;
}

.dl-horizontal {
  *zoom: 1;
}

.dl-horizontal:before,
.dl-horizontal:after {
  display: table;
  line-height: 0;
  content: "";
}

.dl-horizontal:after {
  clear: both;
}

.dl-horizontal dt {
  float: left;
  width: 160px;
  overflow: hidden;
  clear: left;
  text-align: right;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.dl-horizontal dd {
  margin-left: 180px;
}

hr {
  margin: 20px 0;
  border: 0;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #ffffff;
}

abbr[title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}

abbr.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

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

blockquote p {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 25px;
}

blockquote small {
  display: block;
  line-height: 20px;
  color: #999999;
}

blockquote small:before {
  content: '\2014 \00A0';
}

blockquote.pull-right {
  float: right;
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
}

blockquote.pull-right p,
blockquote.pull-right small {
  text-align: right;
}

blockquote.pull-right small:before {
  content: '';
}

blockquote.pull-right small:after {
  content: '\00A0 \2014';
}

q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
}

address {
  display: block;
  margin-bottom: 20px;
  font-style: normal;
  line-height: 20px;
}

code,
pre {
  padding: 0 3px 2px;
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
  font-size: 12px;
  color: #333333;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}

code {
  padding: 2px 4px;
  color: #d14;
  background-color: #f7f7f9;
  border: 1px solid #e1e1e8;
}

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 20px;
  word-break: break-all;
  word-wrap: break-word;
  white-space: pre;
  white-space: pre-wrap;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

pre.prettyprint {
  margin-bottom: 20px;
}

pre code {
  padding: 0;
  color: inherit;
  background-color: transparent;
  border: 0;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

form {
  margin: 0 0 20px;
}

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

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: 40px;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

legend small {
  font-size: 15px;
  color: #999999;
}

label,
input,
button,
select,
textarea {
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
}

input,
button,
select,
textarea {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

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

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  display: inline-block;
  height: 20px;
  padding: 4px 6px;
  margin-bottom: 9px;
  font-size: 14px;
  line-height: 20px;
  color: #555555;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}

input,
textarea,
.uneditable-input {
  width: 175px;
}

textarea {
  height: auto;
}

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  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;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */

  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow:none;
}

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  *margin-top: 0;
  line-height: normal;
  cursor: pointer;
}

input[type="file"],
input[type="image"],
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"] {
  width: auto;
}

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: 220px;
  background-color: #ffffff;
  border: 1px solid #cccccc;
}

select[multiple],
select[size] {
  height: auto;
}

select:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.uneditable-input,
.uneditable-textarea {
  color: #999999;
  cursor: not-allowed;
  background-color: #fcfcfc;
  border-color: #cccccc;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
     -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
          box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
}

.uneditable-input {
  overflow: hidden;
  white-space: nowrap;
}

.uneditable-textarea {
  width: auto;
  height: auto;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #999999;
}


input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #999999;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #999999;
}


.radio,
.checkbox {
  min-height: 18px;
  padding-left: 18px;
}

.radio input[type="radio"],
.checkbox input[type="checkbox"] {
  float: left;
  margin-left: -18px;
}

.controls > .radio:first-child,
.controls > .checkbox:first-child {
  padding-top: 5px;
}

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

.radio.inline + .radio.inline,
.checkbox.inline + .checkbox.inline {
  margin-left: 10px;
}

.input-mini {
  width: 60px;
}

.input-small {
  width: 90px;
}

.input-medium {
  width: 150px;
}

.input-large {
  width: 210px;
}

.input-xlarge {
  width: 270px;
}

.input-xxlarge {
  width: 530px;
}

input[class*="span"],
select[class*="span"],
textarea[class*="span"],
.uneditable-input[class*="span"],
.row-fluid input[class*="span"],
.row-fluid select[class*="span"],
.row-fluid textarea[class*="span"],
.row-fluid .uneditable-input[class*="span"] {
  float: none;
  margin-left: 0;
}

.input-append input[class*="span"],
.input-append .uneditable-input[class*="span"],
.input-prepend input[class*="span"],
.input-prepend .uneditable-input[class*="span"],
.row-fluid input[class*="span"],
.row-fluid select[class*="span"],
.row-fluid textarea[class*="span"],
.row-fluid .uneditable-input[class*="span"],
.row-fluid .input-prepend [class*="span"],
.row-fluid .input-append [class*="span"] {
  display: inline-block;
}

input,
textarea,
.uneditable-input {
  margin-left: 0;
}

.controls-row [class*="span"] + [class*="span"] {
  margin-left: 20px;
}

input.span12,
textarea.span12,
.uneditable-input.span12 {
  width: 926px;
}

input.span11,
textarea.span11,
.uneditable-input.span11 {
  width: 846px;
}

input.span10,
textarea.span10,
.uneditable-input.span10 {
  width: 766px;
}

input.span9,
textarea.span9,
.uneditable-input.span9 {
  width: 686px;
}

input.span8,
textarea.span8,
.uneditable-input.span8 {
  width: 606px;
}

input.span7,
textarea.span7,
.uneditable-input.span7 {
  width: 526px;
}

input.span6,
textarea.span6,
.uneditable-input.span6 {
  width: 446px;
}

input.span5,
textarea.span5,
.uneditable-input.span5 {
  width: 366px;
}

input.span4,
textarea.span4,
.uneditable-input.span4 {
  width: 286px;
}

input.span3,
textarea.span3,
.uneditable-input.span3 {
  width: 206px;
}

input.span2,
textarea.span2,
.uneditable-input.span2 {
  width: 126px;
}

input.span1,
textarea.span1,
.uneditable-input.span1 {
  width: 46px;
}

.controls-row {
  *zoom: 1;
}

.controls-row:before,
.controls-row:after {
  display: table;
  line-height: 0;
  content: "";
}

.controls-row:after {
  clear: both;
}

.controls-row [class*="span"] {
  float: left;
}

input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
  cursor: not-allowed;
  background-color: #eeeeee;
}

input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"][readonly],
input[type="checkbox"][readonly] {
  background-color: transparent;
}

.control-group.warning > label,
.control-group.warning .help-block,
.control-group.warning .help-inline {
  color: #c09853;
}

.control-group.warning .checkbox,
.control-group.warning .radio,
.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
  color: #c09853;
}

.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
  border-color: #c09853;
  -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);
}

.control-group.warning input:focus,
.control-group.warning select:focus,
.control-group.warning textarea:focus {
  border-color: #a47e3c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
}

.control-group.warning .input-prepend .add-on,
.control-group.warning .input-append .add-on {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #c09853;
}

.control-group.error > label,
.control-group.error .help-block,
.control-group.error .help-inline {
  color: #b94a48;
}

.control-group.error .checkbox,
.control-group.error .radio,
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  color: #b94a48;
}

.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  border-color: #b94a48;
  -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);
}

.control-group.error input:focus,
.control-group.error select:focus,
.control-group.error textarea:focus {
  border-color: #953b39;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
     -moz-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;
}

.control-group.error .input-prepend .add-on,
.control-group.error .input-append .add-on {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #b94a48;
}

.control-group.success > label,
.control-group.success .help-block,
.control-group.success .help-inline {
  color: #468847;
}

.control-group.success .checkbox,
.control-group.success .radio,
.control-group.success input,
.control-group.success select,
.control-group.success textarea {
  color: #468847;
}

.control-group.success input,
.control-group.success select,
.control-group.success textarea {
  border-color: #468847;
  -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);
}

.control-group.success input:focus,
.control-group.success select:focus,
.control-group.success textarea:focus {
  border-color: #356635;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
}

.control-group.success .input-prepend .add-on,
.control-group.success .input-append .add-on {
  color: #468847;
  background-color: #dff0d8;
  border-color: #468847;
}

.control-group.info > label,
.control-group.info .help-block,
.control-group.info .help-inline {
  color: #3a87ad;
}

.control-group.info .checkbox,
.control-group.info .radio,
.control-group.info input,
.control-group.info select,
.control-group.info textarea {
  color: #3a87ad;
}

.control-group.info input,
.control-group.info select,
.control-group.info textarea {
  border-color: #3a87ad;
  -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);
}

.control-group.info input:focus,
.control-group.info select:focus,
.control-group.info textarea:focus {
  border-color: #2d6987;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
}

.control-group.info .input-prepend .add-on,
.control-group.info .input-append .add-on {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #3a87ad;
}

input:focus:required:invalid,
textarea:focus:required:invalid,
select:focus:required:invalid {
  color: #b94a48;
  border-color: #ee5f5b;
}

input:focus:required:invalid:focus,
textarea:focus:required:invalid:focus,
select:focus:required:invalid:focus {
  border-color: #e9322d;
  -webkit-box-shadow: 0 0 6px #f8b9b7;
     -moz-box-shadow: 0 0 6px #f8b9b7;
          box-shadow: 0 0 6px #f8b9b7;
}

input:focus,
textarea:focus,
select:focus {
  border-color: #00a323;
}

.form-actions {
  padding: 19px 20px 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-top: 1px solid #e5e5e5;
  *zoom: 1;
}

.form-actions:before,
.form-actions:after {
  display: table;
  line-height: 0;
  content: "";
}

.form-actions:after {
  clear: both;
}

.help-block,
.help-inline {
  color: #999999;
}

.help-block {
  display: block;
  margin-bottom: 10px;
}

.help-inline {
  display: inline-block;
  *display: inline;
  padding-left: 5px;
  vertical-align: middle;
  *zoom: 1;
}

.help-block .eg {
  font-weight: bold;
  font-style: italic;
}

.input-append,
.input-prepend {
  margin-bottom: 5px;
  font-size: 0;
  white-space: nowrap;
}

.input-append input,
.input-prepend input,
.input-append select,
.input-prepend select,
.input-append .uneditable-input,
.input-prepend .uneditable-input {
  position: relative;
  margin-bottom: 0;
  *margin-left: 0;
  font-size: 14px;
  vertical-align: top;
  -webkit-border-radius: 0 3px 3px 0;
     -moz-border-radius: 0 3px 3px 0;
          border-radius: 0 3px 3px 0;
}

.input-append input:focus,
.input-prepend input:focus,
.input-append select:focus,
.input-prepend select:focus,
.input-append .uneditable-input:focus,
.input-prepend .uneditable-input:focus {
  z-index: 2;
}

.input-append .add-on,
.input-prepend .add-on {
  display: inline-block;
  width: auto;
  height: 20px;
  min-width: 16px;
  padding: 4px 5px;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  text-align: center;
  text-shadow: 0 1px 0 #ffffff;
  background-color: #eeeeee;
  border: 1px solid #ccc;
}

.prepend_input_text
{
  display: inline-block;
  width: auto;
  height: 23px;
  min-width: 16px;
  padding: 12px 5px;
  font-size: 15px;
  font-weight: normal;
  text-align: center;
  text-shadow: 0 1px 0 #ffffff;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  margin-right:-4px;
  color:#666;
  border-radius: 3px 0 0 3px;
}

.input-append .add-on,
.input-prepend .add-on,
.input-append .btn,
.input-prepend .btn {
  vertical-align: top;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}

.input-append .active,
.input-prepend .active {
  background-color: #a9dba9;
  border-color: #46a546;
}

.input-prepend .add-on,
.input-prepend .btn {
  margin-right: -1px;
}

.input-prepend .add-on:first-child,
.input-prepend .btn:first-child {
  -webkit-border-radius: 3px 0 0 3px;
     -moz-border-radius: 3px 0 0 3px;
          border-radius: 3px 0 0 3px;
}

.input-append input,
.input-append select,
.input-append .uneditable-input {
  -webkit-border-radius: 3px 0 0 3px;
     -moz-border-radius: 3px 0 0 3px;
          border-radius: 3px 0 0 3px;
}

.input-append .add-on,
.input-append .btn {
  margin-left: -1px;
}

.input-append .add-on:last-child,
.input-append .btn:last-child {
  -webkit-border-radius: 0 3px 3px 0;
     -moz-border-radius: 0 3px 3px 0;
          border-radius: 0 3px 3px 0;
}

.input-prepend.input-append input,
.input-prepend.input-append select,
.input-prepend.input-append .uneditable-input {
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}

.input-prepend.input-append .add-on:first-child,
.input-prepend.input-append .btn:first-child {
  margin-right: -1px;
  -webkit-border-radius: 3px 0 0 3px;
     -moz-border-radius: 3px 0 0 3px;
          border-radius: 3px 0 0 3px;
}

.input-prepend.input-append .add-on:last-child,
.input-prepend.input-append .btn:last-child {
  margin-left: -1px;
  -webkit-border-radius: 0 3px 3px 0;
     -moz-border-radius: 0 3px 3px 0;
          border-radius: 0 3px 3px 0;
}

input.search-query {
  padding-right: 14px;
  padding-right: 4px \9;
  padding-left: 14px;
  padding-left: 4px \9;
  /* IE7-8 doesn't have border-radius, so don't indent the padding */

  margin-bottom: 0;
  -webkit-border-radius: 15px;
     -moz-border-radius: 15px;
          border-radius: 15px;
}

/* Allow for input prepend/append in search forms */

.form-search .input-append .search-query,
.form-search .input-prepend .search-query {
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}

.form-search .input-append .search-query {
  -webkit-border-radius: 14px 0 0 14px;
     -moz-border-radius: 14px 0 0 14px;
          border-radius: 14px 0 0 14px;
}

.form-search .input-append .btn {
  -webkit-border-radius: 0 14px 14px 0;
     -moz-border-radius: 0 14px 14px 0;
          border-radius: 0 14px 14px 0;
}

.form-search .input-prepend .search-query {
  -webkit-border-radius: 0 14px 14px 0;
     -moz-border-radius: 0 14px 14px 0;
          border-radius: 0 14px 14px 0;
}

.form-search .input-prepend .btn {
  -webkit-border-radius: 14px 0 0 14px;
     -moz-border-radius: 14px 0 0 14px;
          border-radius: 14px 0 0 14px;
}

.form-search input,
.form-inline input,
.form-horizontal input,
.form-search textarea,
.form-inline textarea,
.form-horizontal textarea,
.form-search select,
.form-inline select,
.form-horizontal select,
.form-search .help-inline,
.form-inline .help-inline,
.form-horizontal .help-inline,
.form-search .uneditable-input,
.form-inline .uneditable-input,
.form-horizontal .uneditable-input,
.form-search .input-prepend,
.form-inline .input-prepend,
.form-horizontal .input-prepend,
.form-search .input-append,
.form-inline .input-append,
.form-horizontal .input-append {
  display: inline-block;
  *display: inline;
  margin-bottom: 0;
  vertical-align: middle;
  *zoom: 1;
}

.form-search .hide,
.form-inline .hide,
.form-horizontal .hide {
  display: none;
}

.form-search label,
.form-inline label,
.form-search .btn-group,
.form-inline .btn-group {
  display: inline-block;
}

.form-search .input-append,
.form-inline .input-append,
.form-search .input-prepend,
.form-inline .input-prepend {
  margin-bottom: 0;
}

.form-search .radio,
.form-search .checkbox,
.form-inline .radio,
.form-inline .checkbox {
  padding-left: 0;
  margin-bottom: 0;
  vertical-align: middle;
}

.form-search .radio input[type="radio"],
.form-search .checkbox input[type="checkbox"],
.form-inline .radio input[type="radio"],
.form-inline .checkbox input[type="checkbox"] {
  float: left;
  margin-right: 3px;
  margin-left: 0;
}

.control-group {
  margin-bottom: 10px;
}

legend + .control-group {
  margin-top: 20px;
  -webkit-margin-top-collapse: separate;
}

.form-horizontal .control-group {
  margin-bottom: 20px;
  *zoom: 1;
}

.form-horizontal .control-group:before,
.form-horizontal .control-group:after {
  display: table;
  line-height: 0;
  content: "";
}

.form-horizontal .control-group:after {
  clear: both;
}

.form-horizontal .control-label {
  float: left;
  width: 160px;
  padding-top: 5px;
  text-align: right;
}

.form-horizontal .controls {
  *display: inline-block;
  *padding-left: 20px;
  margin-left: 180px;
  *margin-left: 0;
}

.form-horizontal .controls:first-child {
  *padding-left: 180px;
}

.form-horizontal .help-block {
  margin-bottom: 0;
}

.form-horizontal input + .help-block,
.form-horizontal select + .help-block,
.form-horizontal textarea + .help-block {
  margin-top: 10px;
}

.form-horizontal .form-actions {
  padding-left: 180px;
}

table {
  max-width: 100%;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
}

.table {
  width: 100%;
  margin-bottom: 20px;
}

.table th,
.table td {
  padding: 8px;
  line-height: 20px;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}

.table th {
  font-weight: bold;
}

.table thead th {
  vertical-align: bottom;
}

.table caption + thead tr:first-child th,
.table caption + thead tr:first-child td,
.table colgroup + thead tr:first-child th,
.table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child th,
.table thead:first-child tr:first-child td {
  border-top: 0;
}

.table tbody + tbody {
  border-top: 2px solid #dddddd;
}

.table-condensed th,
.table-condensed td {
  padding: 4px 5px;
}

.table-bordered {
  border: 1px solid #dddddd;
  border-collapse: separate;
  *border-collapse: collapse;
  border-left: 0;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.table-bordered th,
.table-bordered td {
  border-left: 1px solid #dddddd;
}

.table-bordered caption + thead tr:first-child th,
.table-bordered caption + tbody tr:first-child th,
.table-bordered caption + tbody tr:first-child td,
.table-bordered colgroup + thead tr:first-child th,
.table-bordered colgroup + tbody tr:first-child th,
.table-bordered colgroup + tbody tr:first-child td,
.table-bordered thead:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child td {
  border-top: 0;
}

.table-bordered thead:first-child tr:first-child th:first-child,
.table-bordered tbody:first-child tr:first-child td:first-child {
  -webkit-border-top-left-radius: 4px;
          border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
}

.table-bordered thead:first-child tr:first-child th:last-child,
.table-bordered tbody:first-child tr:first-child td:last-child {
  -webkit-border-top-right-radius: 4px;
          border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
}

.table-bordered thead:last-child tr:last-child th:first-child,
.table-bordered tbody:last-child tr:last-child td:first-child,
.table-bordered tfoot:last-child tr:last-child td:first-child {
  -webkit-border-radius: 0 0 0 4px;
     -moz-border-radius: 0 0 0 4px;
          border-radius: 0 0 0 4px;
  -webkit-border-bottom-left-radius: 4px;
          border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
}

.table-bordered thead:last-child tr:last-child th:last-child,
.table-bordered tbody:last-child tr:last-child td:last-child,
.table-bordered tfoot:last-child tr:last-child td:last-child {
  -webkit-border-bottom-right-radius: 4px;
          border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
}

.table-bordered caption + thead tr:first-child th:first-child,
.table-bordered caption + tbody tr:first-child td:first-child,
.table-bordered colgroup + thead tr:first-child th:first-child,
.table-bordered colgroup + tbody tr:first-child td:first-child {
  -webkit-border-top-left-radius: 4px;
          border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
}

.table-bordered caption + thead tr:first-child th:last-child,
.table-bordered caption + tbody tr:first-child td:last-child,
.table-bordered colgroup + thead tr:first-child th:last-child,
.table-bordered colgroup + tbody tr:first-child td:last-child {
  -webkit-border-top-right-radius: 4px;
          border-top-right-radius: 4px;
  -moz-border-radius-topleft: 4px;
}

.table-striped tbody tr:nth-child(odd) td,
.table-striped tbody tr:nth-child(odd) th {
  background-color: #f9f9f9;
}

.table-hover tbody tr:hover td,
.table-hover tbody tr:hover th {
  background-color: #f5f5f5;
}

table [class*=span],
.row-fluid table [class*=span] {
  display: table-cell;
  float: none;
  margin-left: 0;
}

.table .span1 {
  float: none;
  width: 44px;
  margin-left: 0;
}

.table .span2 {
  float: none;
  width: 124px;
  margin-left: 0;
}

.table .span3 {
  float: none;
  width: 204px;
  margin-left: 0;
}

.table .span4 {
  float: none;
  width: 284px;
  margin-left: 0;
}

.table .span5 {
  float: none;
  width: 364px;
  margin-left: 0;
}

.table .span6 {
  float: none;
  width: 444px;
  margin-left: 0;
}

.table .span7 {
  float: none;
  width: 524px;
  margin-left: 0;
}

.table .span8 {
  float: none;
  width: 604px;
  margin-left: 0;
}

.table .span9 {
  float: none;
  width: 684px;
  margin-left: 0;
}

.table .span10 {
  float: none;
  width: 764px;
  margin-left: 0;
}

.table .span11 {
  float: none;
  width: 844px;
  margin-left: 0;
}

.table .span12 {
  float: none;
  width: 924px;
  margin-left: 0;
}

.table .span13 {
  float: none;
  width: 1004px;
  margin-left: 0;
}

.table .span14 {
  float: none;
  width: 1084px;
  margin-left: 0;
}

.table .span15 {
  float: none;
  width: 1164px;
  margin-left: 0;
}

.table .span16 {
  float: none;
  width: 1244px;
  margin-left: 0;
}

.table .span17 {
  float: none;
  width: 1324px;
  margin-left: 0;
}

.table .span18 {
  float: none;
  width: 1404px;
  margin-left: 0;
}

.table .span19 {
  float: none;
  width: 1484px;
  margin-left: 0;
}

.table .span20 {
  float: none;
  width: 1564px;
  margin-left: 0;
}

.table .span21 {
  float: none;
  width: 1644px;
  margin-left: 0;
}

.table .span22 {
  float: none;
  width: 1724px;
  margin-left: 0;
}

.table .span23 {
  float: none;
  width: 1804px;
  margin-left: 0;
}

.table .span24 {
  float: none;
  width: 1884px;
  margin-left: 0;
}

.table tbody tr.success td {
  background-color: #dff0d8;
}

.table tbody tr.error td {
  background-color: #f2dede;
}

.table tbody tr.warning td {
  background-color: #fcf8e3;
}

.table tbody tr.info td {
  background-color: #d9edf7;
}

.table-hover tbody tr.success:hover td {
  background-color: #d0e9c6;
}

.table-hover tbody tr.error:hover td {
  background-color: #ebcccc;
}

.table-hover tbody tr.warning:hover td {
  background-color: #faf2cc;
}

.table-hover tbody tr.info:hover td {
  background-color: #c4e3f3;
}

.dropup,
.dropdown {
  position: relative;
}

.dropdown-toggle {
  *margin-bottom: -3px;
}

.dropdown-toggle:active,
.open .dropdown-toggle {
  outline: 0;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: top;
  border-top: 4px solid #000000;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  content: "";
}

.dropdown .caret {
  margin-top: 8px;
  margin-left: 2px;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  background-color: #ffffff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
     -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
     -moz-background-clip: padding;
          background-clip: padding-box;
}

.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

.dropdown-menu .divider {
  *width: 100%;
  height: 1px;
  margin: 9px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #ffffff;
}

.dropdown-menu a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 20px;
  color: #333333;
  white-space: nowrap;
}

.dropdown-menu li > a:hover,
.dropdown-menu li > a:focus,
.dropdown-submenu:hover > a {
  color: #ffffff;
  text-decoration: none;
  background-color: #096d57;
  background-image: -moz-linear-gradient(top, #096d57, #0d5c4b);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#096d57), to(#0d5c4b));
  background-image: -webkit-linear-gradient(top, #096d57, #0d5c4b);
  background-image: -o-linear-gradient(top, #096d57, #0d5c4b);
  background-image: linear-gradient(to bottom, #096d57, #0d5c4b);
  background-repeat: repeat-x;
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ff096d57', endColorstr='#ff0d5c4b', GradientType=0);
}

.dropdown-menu .active > a,
.dropdown-menu .active > a:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: #096d57;
  background-image: linear-gradient(to bottom, #096d57, #0d5c4b);
  background-image: -moz-linear-gradient(top, #096d57, #0d5c4b);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#096d57), to(#0d5c4b));
  background-image: -webkit-linear-gradient(top, #096d57, #0d5c4b);
  background-image: -o-linear-gradient(top, #096d57, #0d5c4b);
  background-repeat: repeat-x;
  outline: 0;
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ff096d57', endColorstr='#ff0d5c4b', GradientType=0);
}

.dropdown-menu .disabled > a,
.dropdown-menu .disabled > a:hover {
  color: #999999;
}

.dropdown-menu .disabled > a:hover {
  text-decoration: none;
  cursor: default;
  background-color: transparent;
}

.open {
  *z-index: 1000;
}

.open > .dropdown-menu {
  display: block;
}

.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid #000000;
  content: "";
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
     -moz-border-radius: 0 6px 6px 6px;
          border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}

.dropdown-submenu > a:after {
  display: block;
  float: right;
  width: 0;
  height: 0;
  margin-top: 5px;
  margin-right: -10px;
  border-color: transparent;
  border-left-color: #cccccc;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  content: " ";
}

.dropdown-submenu:hover > a:after {
  border-left-color: #ffffff;
}

.dropdown .dropdown-menu .nav-header {
  padding-right: 20px;
  padding-left: 20px;
}

.typeahead {
  margin-top: 2px;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

.well-large {
  padding: 24px;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
}

.well-small {
  padding: 9px;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
     -moz-transition: opacity 0.15s linear;
       -o-transition: opacity 0.15s linear;
          transition: opacity 0.15s linear;
}

.fade.in {
  opacity: 1;
}

.collapse {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
     -moz-transition: height 0.35s ease;
       -o-transition: height 0.35s ease;
          transition: height 0.35s ease;
}

.collapse.in {
  height: auto;
}

.close {
  float: right;
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}

.close:hover {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  filter: alpha(opacity=40);
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

.btn {
  display: inline-block;
  *display: inline;
  padding: 4px 14px;
  margin-bottom: 0;
  *margin-left: .3em;
  font-size: 14px;
  line-height: 20px;
  *line-height: 20px;
  color: #333333;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle;
  cursor: pointer;
  background-color: #f5f5f5;
  *background-color: #e6e6e6;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border: 1px solid #bbbbbb;
  *border: 0;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-bottom-color: #a2a2a2;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
  *zoom: 1;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn-plain {
  display: inline-block;
  *display: inline;
  padding: 4px 14px;
  font-size: 14px;
  line-height: 25px;
  margin: 0px;
  *margin-left: .3em;
  color: white;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-color: #f5f5f5;
  *background-color: #e6e6e6;
  border:none;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  *zoom: 1;
}

.btn-light-green
{
background-color:#00a323;
}

.btn-plain.btn-light-green
{
  background-image:none;
  background-color:#00a323;
  color:#EFEFEF;
  text-shadow: none;
}

.btn-plain.btn-light-pink
{
  background-image:none;
  background-color:#d12074;
  color:#EFEFEF;
  text-shadow: none;
}

.btn-plain.btn-light-yellow
{
  background-image:none;
  background-color:#fbe83b;
  color:#000;
  text-shadow: none;
  font-weight:bold;
}

.btn-plain.btn-very-light-green
{
	background-image:none;
	background-color:#00CA2C;
	color:#EFEFEF;
	text-shadow: none;
}

.btn.btn-light-green {
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#3DDB5F), to(#50BD66));
	background-image: -webkit-linear-gradient(top, #3DDB5F, #50BD66);
	background-image: -o-linear-gradient(top, #3DDB5F, #50BD66);
	background-image: linear-gradient(to bottom, #3DDB5F, #50BD66);
	background-image: -moz-linear-gradient(top, #3DDB5F, #50BD66);
	*background-color:#3DDB5F ! important;
	border-color: #3DDB5F #3DDB5F #50BD66 !important;
	color:#FFFFFF;
	text-shadow:-1px -1px -1px #00A323;
}

.btn-dark-green
{
 	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#096d57), to(#0d5c4b));
	background-image: -webkit-linear-gradient(top, #096d57, #0d5c4b);
	background-image: -o-linear-gradient(top, #096d57, #0d5c4b);
	background-image: linear-gradient(to bottom, #096d57, #0d5c4b);
	background-image: -moz-linear-gradient(top, #096d57, #0d5c4b);
	*background-color:#096d57 ! important;
	background-color:#096d57;
	border-color: #096d57 #096d57 #0d5c4b !important;
	color:#EFEFEF;
	text-shadow: none;
}

.btn-plain.btn-dark-green
{
	background-image:none;
	background-color:#096d57;
	color:#EFEFEF;
	text-shadow: none;
}

.btn-plain:hover
{
  text-decoration: none;
}

.btn:hover,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  color: #333333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}

.btn:active,
.btn.active {
  background-color: #cccccc \9;
}

.btn:first-child {
  *margin-left: 0;
}

.btn:hover {
  color: #333333;
  text-decoration: none;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
  /* Buttons in IE7 don't get borders, so darken on hover */

  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
     -moz-transition: background-position 0.1s linear;
       -o-transition: background-position 0.1s linear;
          transition: background-position 0.1s linear;
}

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

.btn.active,
.btn:active {
  background-color: #e6e6e6;
  background-color: #d9d9d9 \9;
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn.disabled,
.btn[disabled] {
  cursor: default;
  background-color: #e6e6e6;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}

.btn-large {
  padding: 9px 14px;
  font-size: 16px;
  line-height: normal;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
}

.btn-xlarge {
  padding: 15px 35px;
  font-size: 25px;
  line-height: normal;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.btn-large [class^="icon-"] {
  margin-top: 2px;
}

.btn-small {
  padding: 3px 9px;
  font-size: 12px;
  line-height: 18px;
}

.btn-small [class^="icon-"] {
  margin-top: 0;
}

.btn-mini {
  padding: 2px 6px;
  font-size: 11px;
  line-height: 17px;
}

.btn-block {
  display: block;
  width: 100%;
  padding-right: 0;
  padding-left: 0;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.btn-block + .btn-block {
  margin-top: 5px;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

.btn-primary.active,
.btn-warning.active,
.btn-danger.active,
.btn-success.active,
.btn-info.active,
.btn-inverse.active {
  color: rgba(255, 255, 255, 0.75);
}

.btn {
  border-color: #c5c5c5;
  border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.25);
}

.btn-primary {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #006dcc;
  *background-color: #0044cc;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#02C0BE), to(#0044cc));
  background-image: -webkit-linear-gradient(top, #02C0BE, #0044cc);
  background-image: -o-linear-gradient(top, #02C0BE, #0044cc);
  background-image: linear-gradient(to bottom, #02C0BE, #0044cc);
  background-image: -moz-linear-gradient(top, #02C0BE, #0044cc);
  background-repeat: repeat-x;
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ff02C0BE', endColorstr='#ff0044cc', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  color: #ffffff;
  background-color: #0044cc;
  *background-color: #003bb3;
}

.btn-primary:active,
.btn-primary.active {
  background-color: #003399 \9;
}

.btn-warning {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #faa732;
  *background-color: #f89406;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
  background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
  background-image: -o-linear-gradient(top, #fbb450, #f89406);
  background-image: linear-gradient(to bottom, #fbb450, #f89406);
  background-image: -moz-linear-gradient(top, #fbb450, #f89406);
  background-repeat: repeat-x;
  border-color: #f89406 #f89406 #ad6704;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}

.btn-warning:hover,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
  color: #ffffff;
  background-color: #f89406;
  *background-color: #df8505;
}

.btn-warning:active,
.btn-warning.active {
  background-color: #c67605 \9;
}

.btn-danger {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #da4f49;
  *background-color: #bd362f;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
  background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
  background-repeat: repeat-x;
  border-color: #bd362f #bd362f #802420;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}

.btn-danger:hover,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
  color: #ffffff;
  background-color: #bd362f;
  *background-color: #a9302a;
}

.btn-danger:active,
.btn-danger.active {
  background-color: #942a25 \9;
}

.btn-success {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #5bb75b;
  *background-color: #51a351;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#00a323), to(#09731f));
  background-image: -webkit-linear-gradient(top, #00a323, #09731f);
  background-image: -o-linear-gradient(top, #00a323, #09731f);
  background-image: linear-gradient(to bottom, #00a323, #09731f);
  background-image: -moz-linear-gradient(top, #00a323, #09731f);
  background-repeat: repeat-x;
  border-color: #00a323 #00a323 #09731f;
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}

.btn-success:hover,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
  color: #ffffff;
  background-color: #09731f;
  *background-color: #09731f;
}

.btn-success:active,
.btn-success.active {
  background-color: #408140 \9;
}

.btn-info {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #49afcd;
  *background-color: #2f96b4;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
  background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: linear-gradient(to bottom, #5bc0de, #2f96b4);
  background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
  background-repeat: repeat-x;
  border-color: #2f96b4 #2f96b4 #1f6377;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2f96b4', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}

.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
  color: #ffffff;
  background-color: #2f96b4;
  *background-color: #2a85a0;
}

.btn-info:active,
.btn-info.active {
  background-color: #24748c \9;
}

.btn-inverse {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #363636;
  *background-color: #222222;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444444), to(#222222));
  background-image: -webkit-linear-gradient(top, #444444, #222222);
  background-image: -o-linear-gradient(top, #444444, #222222);
  background-image: linear-gradient(to bottom, #444444, #222222);
  background-image: -moz-linear-gradient(top, #444444, #222222);
  background-repeat: repeat-x;
  border-color: #222222 #222222 #000000;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ff444444', endColorstr='#ff222222', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}

.btn-inverse:hover,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
  color: #ffffff;
  background-color: #222222;
  *background-color: #151515;
}

.btn-inverse:active,
.btn-inverse.active {
  background-color: #080808 \9;
}

button.btn,
input[type="submit"].btn {
  *padding-top: 3px;
  *padding-bottom: 3px;
}

button.btn::-moz-focus-inner,
input[type="submit"].btn::-moz-focus-inner {
  padding: 0;
  border: 0;
}

button.btn.btn-large,
input[type="submit"].btn.btn-large {
  *padding-top: 7px;
  *padding-bottom: 7px;
}

button.btn.btn-small,
input[type="submit"].btn.btn-small {
  *padding-top: 3px;
  *padding-bottom: 3px;
}

button.btn.btn-mini,
input[type="submit"].btn.btn-mini {
  *padding-top: 1px;
  *padding-bottom: 1px;
}

.btn-link,
.btn-link:active,
.btn-link[disabled] {
  background-color: transparent;
  background-image: none;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}

.btn-link {
  color: #02C0BE;
  cursor: pointer;
  border-color: transparent;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
	padding: 2px 0px;
	margin: 5px;
}

.btn-link:hover {
  color: #00A323;
  background-color: transparent;
}

.btn-link[disabled]:hover {
  color: #333333;
  text-decoration: none;
}

.btn-group {
  position: relative;
  *margin-left: .3em;
  font-size: 0;
  white-space: nowrap;
  vertical-align: middle;
}

.btn-group:first-child {
  *margin-left: 0;
}

.btn-group + .btn-group {
  margin-left: 5px;
}

.btn-toolbar {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 0;
}

.btn-toolbar .btn-group {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
}

.btn-toolbar .btn + .btn,
.btn-toolbar .btn-group + .btn,
.btn-toolbar .btn + .btn-group {
  margin-left: 5px;
}

.btn-group > .btn {
  position: relative;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}

.btn-group > .btn + .btn {
  margin-left: -1px;
}

.btn-group > .btn,
.btn-group > .dropdown-menu {
  font-size: 14px;
}

.btn-group > .btn-mini {
  font-size: 11px;
}

.btn-group > .btn-small {
  font-size: 12px;
}

.btn-group > .btn-large {
  font-size: 16px;
}

.btn-group > .btn:first-child {
  margin-left: 0;
  -webkit-border-bottom-left-radius: 4px;
          border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
          border-top-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 4px;
}

.btn-group > .btn:last-child,
.btn-group > .dropdown-toggle {
  -webkit-border-top-right-radius: 4px;
          border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
          border-bottom-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
}

.btn-group > .btn.large:first-child {
  margin-left: 0;
  -webkit-border-bottom-left-radius: 6px;
          border-bottom-left-radius: 6px;
  -webkit-border-top-left-radius: 6px;
          border-top-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  -moz-border-radius-topleft: 6px;
}

.btn-group > .btn.large:last-child,
.btn-group > .large.dropdown-toggle {
  -webkit-border-top-right-radius: 6px;
          border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
          border-bottom-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  -moz-border-radius-bottomright: 6px;
}

.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active {
  z-index: 2;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

.btn-group > .btn + .dropdown-toggle {
  *padding-top: 5px;
  padding-right: 8px;
  *padding-bottom: 5px;
  padding-left: 8px;
  -webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn-group > .btn-mini + .dropdown-toggle {
  *padding-top: 2px;
  padding-right: 5px;
  *padding-bottom: 2px;
  padding-left: 5px;
}

.btn-group > .btn-small + .dropdown-toggle {
  *padding-top: 5px;
  *padding-bottom: 4px;
}

.btn-group > .btn-large + .dropdown-toggle {
  *padding-top: 7px;
  padding-right: 12px;
  *padding-bottom: 7px;
  padding-left: 12px;
}

.btn-group.open .dropdown-toggle {
  background-image: none;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn-group.open .btn.dropdown-toggle {
  background-color: #e6e6e6;
}

.btn-group.open .btn-primary.dropdown-toggle {
  background-color: #0044cc;
}

.btn-group.open .btn-warning.dropdown-toggle {
  background-color: #f89406;
}

.btn-group.open .btn-danger.dropdown-toggle {
  background-color: #bd362f;
}

.btn-group.open .btn-success.dropdown-toggle {
  background-color: #51a351;
}

.btn-group.open .btn-info.dropdown-toggle {
  background-color: #2f96b4;
}

.btn-group.open .btn-inverse.dropdown-toggle {
  background-color: #222222;
}

.btn .caret {
  margin-top: 8px;
  margin-left: 0;
}

.btn-mini .caret,
.btn-small .caret,
.btn-large .caret {
  margin-top: 6px;
}

.btn-large .caret {
  border-top-width: 5px;
  border-right-width: 5px;
  border-left-width: 5px;
}

.dropup .btn-large .caret {
  border-top: 0;
  border-bottom: 5px solid #000000;
}

.btn-primary .caret,
.btn-warning .caret,
.btn-danger .caret,
.btn-info .caret,
.btn-success .caret,
.btn-inverse .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}

.btn-group-vertical {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
}

.btn-group-vertical .btn {
  display: block;
  float: none;
  width: 100%;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}

.btn-group-vertical .btn + .btn {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical .btn:first-child {
  -webkit-border-radius: 4px 4px 0 0;
     -moz-border-radius: 4px 4px 0 0;
          border-radius: 4px 4px 0 0;
}

.btn-group-vertical .btn:last-child {
  -webkit-border-radius: 0 0 4px 4px;
     -moz-border-radius: 0 0 4px 4px;
          border-radius: 0 0 4px 4px;
}

.btn-group-vertical .btn-large:first-child {
  -webkit-border-radius: 6px 6px 0 0;
     -moz-border-radius: 6px 6px 0 0;
          border-radius: 6px 6px 0 0;
}

.btn-group-vertical .btn-large:last-child {
  -webkit-border-radius: 0 0 6px 6px;
     -moz-border-radius: 0 0 6px 6px;
          border-radius: 0 0 6px 6px;
}

.alert {
  padding: 8px 35px 8px 14px;
  margin-bottom: 20px;
  color: #c09853;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.alert h4 {
  margin: 0;
}

.alert .close {
  position: relative;
  top: -2px;
  right: -21px;
  line-height: 20px;
}

.alert-success {
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

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

.alert-info {
  color: #096d57;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.alert-block {
  padding-top: 14px;
  padding-bottom: 14px;
}

.alert-block > p,
.alert-block > ul {
  margin-bottom: 0;
}

.alert-block p + p {
  margin-top: 5px;
}

.nav {
  margin-bottom: 20px;
  margin-left: 0;
  list-style: none;
}

.nav > li > a {
  display: block;
}

.nav > li > a:hover {
	text-decoration: none;
}

.nav > .pull-right {
  float: right;
}

.nav-header {
  display: block;
  padding: 3px 15px;
  font-size: 11px;
  font-weight: bold;
  line-height: 20px;
  color: #999999;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
}

.nav li + .nav-header {
  margin-top: 9px;
}

.nav-list {
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 0;
}

.nav-list > li > a,
.nav-list .nav-header {
  margin-right: -15px;
  margin-left: -15px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}

.nav-list > li > a {
  padding: 3px 15px;
}

.nav-list > .active > a,
.nav-list > .active > a:hover {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  background-color: #02C0BE;
}

.nav-list [class^="icon-"] {
  margin-right: 2px;
}

.nav-list .divider {
  *width: 100%;
  height: 1px;
  margin: 9px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #ffffff;
}

.nav-tabs,
.nav-pills {
  *zoom: 1;
}

.nav-tabs:before,
.nav-pills:before,
.nav-tabs:after,
.nav-pills:after {
  display: table;
  line-height: 0;
  content: "";
}

.nav-tabs:after,
.nav-pills:after {
  clear: both;
}

.nav-tabs > li,
.nav-pills > li {
  float: left;
}

.nav-tabs > li > a,
.nav-pills > li > a {
  padding-right: 12px;
  padding-left: 12px;
  margin-right: 2px;
  line-height: 14px;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}

.nav-tabs > li {
  margin-bottom: -1px;
}

.nav-tabs > li > a {
padding-top: 8px;
	padding-bottom: 8px;
	line-height: 20px;
	color: #096D57;
	border: 1px solid transparent;
	-webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
	margin-bottom: -1px;
}

.nav-tabs > li > a:hover {
}

.nav-tabs > .active > a,
.nav-tabs > .active > a:hover {
	cursor: default;
	border-bottom-color: transparent;
	border-bottom: 4px solid #096D57;
	padding-bottom: 6px;
}

.nav-pills > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
  margin-top: 2px;
  margin-bottom: 2px;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
}

.nav-pills > .active > a,
.nav-pills > .active > a:hover {
  color: #ffffff;
  background-color: #02C0BE;
}

.nav-stacked > li {
  float: none;
}

.nav-stacked > li > a {
  margin-right: 0;
}

.nav-tabs.nav-stacked {
  border-bottom: 0;
}

.nav-tabs.nav-stacked > li > a {
  border: 1px solid #ddd;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}

.nav-tabs.nav-stacked > li:first-child > a {
  -webkit-border-top-right-radius: 4px;
          border-top-right-radius: 4px;
  -webkit-border-top-left-radius: 4px;
          border-top-left-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-topleft: 4px;
}

.nav-tabs.nav-stacked > li:last-child > a {
  -webkit-border-bottom-right-radius: 4px;
          border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
          border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 4px;
}

.nav-tabs.nav-stacked > li > a:hover {
  z-index: 2;
  border-color: #ddd;
}

.nav-pills.nav-stacked > li > a {
  margin-bottom: 3px;
}

.nav-pills.nav-stacked > li:last-child > a {
  margin-bottom: 1px;
}

.nav-tabs .dropdown-menu {
  -webkit-border-radius: 0 0 6px 6px;
     -moz-border-radius: 0 0 6px 6px;
          border-radius: 0 0 6px 6px;
}

.nav-pills .dropdown-menu {
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
}

.nav .dropdown-toggle .caret {
  margin-top: 6px;
  border-top-color: #02C0BE;
  border-bottom-color: #02C0BE;
}

.nav .dropdown-toggle:hover .caret {
  border-top-color: #005580;
  border-bottom-color: #005580;
}

/* move down carets for tabs */

.nav-tabs .dropdown-toggle .caret {
  margin-top: 8px;
}

.nav .active .dropdown-toggle .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}

.nav-tabs .active .dropdown-toggle .caret {
  border-top-color: #555555;
  border-bottom-color: #555555;
}

.nav > .dropdown.active > a:hover {
  cursor: pointer;
}

.nav-tabs .open .dropdown-toggle,
.nav-pills .open .dropdown-toggle,
.nav > li.dropdown.open.active > a:hover {
  color: #ffffff;
  background-color: #999999;
  border-color: #999999;
}

.nav li.dropdown.open .caret,
.nav li.dropdown.open.active .caret,
.nav li.dropdown.open a:hover .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
  opacity: 1;
  filter: alpha(opacity=100);
}

.tabs-stacked .open > a:hover {
  border-color: #999999;
}

.tabbable {
  *zoom: 1;
}

.tabbable:before,
.tabbable:after {
  display: table;
  line-height: 0;
  content: "";
}

.tabbable:after {
  clear: both;
}

.tab-content {
  /*overflow: auto;*/
}

.tabs-below > .nav-tabs,
.tabs-right > .nav-tabs,
.tabs-left > .nav-tabs {
  border-bottom: 0;
}

.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: none;
}

.tab-content > .active,
.pill-content > .active {
  display: block;
}

.tabs-below > .nav-tabs {
  border-top: 1px solid #ddd;
}

.tabs-below > .nav-tabs > li {
  margin-top: -1px;
  margin-bottom: 0;
}

.tabs-below > .nav-tabs > li > a {
  -webkit-border-radius: 0 0 4px 4px;
     -moz-border-radius: 0 0 4px 4px;
          border-radius: 0 0 4px 4px;
}

.tabs-below > .nav-tabs > li > a:hover {
  border-top-color: #ddd;
  border-bottom-color: transparent;
}

.tabs-below > .nav-tabs > .active > a,
.tabs-below > .nav-tabs > .active > a:hover {
  border-color: transparent #ddd #ddd #ddd;
}

.tabs-left > .nav-tabs > li,
.tabs-right > .nav-tabs > li {
  float: none;
}

.tabs-left > .nav-tabs > li > a,
.tabs-right > .nav-tabs > li > a {
  min-width: 74px;
  margin-right: 0;
  margin-bottom: 3px;
}

.tabs-left > .nav-tabs {
  float: left;
  margin-right: 19px;
  border-right: 1px solid #ddd;
}

.tabs-left > .nav-tabs > li > a {
  margin-right: -1px;
  -webkit-border-radius: 4px 0 0 4px;
     -moz-border-radius: 4px 0 0 4px;
          border-radius: 4px 0 0 4px;
}

.tabs-left > .nav-tabs > li > a:hover {
  border-color: #eeeeee #dddddd #eeeeee #eeeeee;
}

.tabs-left > .nav-tabs .active > a,
.tabs-left > .nav-tabs .active > a:hover {
  border-color: #ddd transparent #ddd #ddd;
  *border-right-color: #ffffff;
}

.tabs-right > .nav-tabs {
  float: right;
  margin-left: 19px;
  border-left: 1px solid #ddd;
}

.tabs-right > .nav-tabs > li > a {
  margin-left: -1px;
  -webkit-border-radius: 0 4px 4px 0;
     -moz-border-radius: 0 4px 4px 0;
          border-radius: 0 4px 4px 0;
}

.tabs-right > .nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #eeeeee #dddddd;
}

.tabs-right > .nav-tabs .active > a,
.tabs-right > .nav-tabs .active > a:hover {
  border-color: #ddd #ddd #ddd transparent;
  *border-left-color: #ffffff;
}

.nav > .disabled > a {
  color: #999999;
}

.nav > .disabled > a:hover {
  text-decoration: none;
  cursor: default;
  background-color: transparent;
}

.navbar {
  *position: relative;
  *z-index: 2;
  margin-bottom: 20px;
  overflow: visible;
  color: #777777;
}

.navbar-inner {
  min-height: 40px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #fff;
  background-image: -moz-linear-gradient(top, #ffffff, #fff);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#fff));
  background-image: -webkit-linear-gradient(top, #ffffff, #fff);
  background-image: -o-linear-gradient(top, #ffffff, #fff);
  background-image: linear-gradient(to bottom, #ffffff, #fff);
  background-repeat: repeat-x;
  border: 1px solid #d4d4d4;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffffffff', GradientType=0);
  *zoom: 1;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
     -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
          box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
}

.navbar-inner:before,
.navbar-inner:after {
  display: table;
  line-height: 0;
  content: "";
}

.navbar-inner:after {
  clear: both;
}

.navbar .container {
  width: auto;
}

.nav-collapse.collapse {
  height: auto;
}

.navbar .brand {
  display: block;
  float: left;
  padding: 10px 20px 10px;
  margin-left: -20px;
  font-size: 20px;
  font-weight: 200;
  color: #777777;
  text-shadow: 0 1px 0 #ffffff;
}

.navbar .brand:hover {
  text-decoration: none;
}

.navbar-text {
  margin-bottom: 0;
  line-height: 40px;
}

.navbar-link {
  color: #777777;
}

.navbar-link:hover {
  color: #333333;
}

.navbar .divider-vertical {
  height: 40px;
  margin: 0 9px;
  border-right: 1px solid #ffffff;
  border-left: 1px solid #f2f2f2;
}

.navbar .btn,
.navbar .btn-group {
  margin-top: 5px;
}

.navbar .btn-group .btn,
.navbar .input-prepend .btn,
.navbar .input-append .btn {
  margin-top: 0;
}

.navbar-form {
  margin-bottom: 0;
  margin-top:9px;
  *zoom: 1;
  float:left;
}

.navbar-form:before,
.navbar-form:after {
  display: table;
  line-height: 0;
  content: "";
}

.navbar-form:after {
  clear: both;
}

.navbar-form input,
.navbar-form select,
.navbar-form .radio,
.navbar-form .checkbox {
  margin-top: 5px;
}

.navbar-form input,
.navbar-form select,
.navbar-form .btn {
  display: inline-block;
  margin-bottom: 0;
}

.navbar-form input[type="image"],
.navbar-form input[type="checkbox"],
.navbar-form input[type="radio"] {
  margin-top: 3px;
}

.navbar-form .input-append,
.navbar-form .input-prepend {
  margin-top: 6px;
  white-space: nowrap;
}

.navbar-form .input-append input,
.navbar-form .input-prepend input {
  margin-top: 0;
}

.navbar-search {
  position: relative;
  float: left;
  margin-top: 5px;
  margin-bottom: 0;
}

.navbar-search .search-query {
  padding: 4px 14px;
  margin-bottom: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: normal;
  line-height: 1;
  -webkit-border-radius: 15px;
     -moz-border-radius: 15px;
          border-radius: 15px;
}

.navbar-static-top {
  position: static;
  width: 100%;
  margin-bottom: 0;
}

.navbar-static-top .navbar-inner {
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
  margin-bottom: 0;
}

.navbar-fixed-top .navbar-inner,
.navbar-static-top .navbar-inner {
  border-width: 0 0 1px;
}

.navbar-fixed-bottom .navbar-inner {
  border-width: 1px 0 0;
}

.navbar-fixed-top .navbar-inner,
.navbar-fixed-bottom .navbar-inner {
  padding-right: 0;
  padding-left: 0;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}

.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
  width: 940px;
}

.navbar-fixed-top {
  top: 0;
}

.navbar-fixed-top .navbar-inner,
.navbar-static-top .navbar-inner {
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.1), 0 1px 10px rgba(0, 0, 0, 0.1);
     -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.1), 0 1px 10px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.1), 0 1px 10px rgba(0, 0, 0, 0.1);
}

.navbar-fixed-bottom {
  bottom: 0;
}

.navbar-fixed-bottom .navbar-inner {
  -webkit-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.1), 0 -1px 10px rgba(0, 0, 0, 0.1);
     -moz-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.1), 0 -1px 10px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.1), 0 -1px 10px rgba(0, 0, 0, 0.1);
}

.navbar .nav {
  position: relative;
  left: 0;
  display: block;
  float: left;
  margin: 0 0px 0 0px;
}

.navbar .nav.pull-right {
  float: right;
  margin-right: 0;
}

.main_nav > li {
  	float: left;
	border-left: 1px dashed #EEE;
	padding: 10px 0px 10px 0px;
}

.navbar .nav > li > a {
  float: none;
  padding: 10px 13px 0px;
  color: #777777;
  text-decoration: none;
  text-shadow: 0 1px 0 #ffffff;
}

.navbar .nav .dropdown-toggle .caret {
  margin-top: 8px;
}

.navbar .nav > li > a:focus,
.navbar .nav > li > a:hover {
  color: #333333;
  text-decoration: none;
  background-color: transparent;
}

.navbar .nav > .active > a,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus {
  color: #555555;
  text-decoration: none;
  background-color: #e5e5e5;
  -webkit-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
     -moz-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
          box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
}

.navbar .btn-navbar {
  display: none;
  float: right;
  padding: 7px 10px;
  margin-right: 5px;
  margin-left: 5px;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #ededed;
  *background-color: #e5e5e5;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f2f2f2), to(#e5e5e5));
  background-image: -webkit-linear-gradient(top, #f2f2f2, #e5e5e5);
  background-image: -o-linear-gradient(top, #f2f2f2, #e5e5e5);
  background-image: linear-gradient(to bottom, #f2f2f2, #e5e5e5);
  background-image: -moz-linear-gradient(top, #f2f2f2, #e5e5e5);
  background-repeat: repeat-x;
  border-color: #e5e5e5 #e5e5e5 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#fff2f2f2', endColorstr='#ffe5e5e5', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
     -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
}

.navbar .btn-navbar:hover,
.navbar .btn-navbar:active,
.navbar .btn-navbar.active,
.navbar .btn-navbar.disabled,
.navbar .btn-navbar[disabled] {
  color: #ffffff;
  background-color: #e5e5e5;
  *background-color: #d9d9d9;
}

.navbar .btn-navbar:active,
.navbar .btn-navbar.active {
  background-color: #cccccc \9;
}

.navbar .btn-navbar .icon-bar {
  display: block;
  width: 18px;
  height: 2px;
  background-color: #f5f5f5;
  -webkit-border-radius: 1px;
     -moz-border-radius: 1px;
          border-radius: 1px;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
     -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}

.btn-navbar .icon-bar + .icon-bar {
  margin-top: 3px;
}

.navbar .nav > li > .dropdown-menu:before {
  position: absolute;
  top: -7px;
  left: 9px;
  display: inline-block;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-left: 7px solid transparent;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: '';
}

.navbar .nav > li > .dropdown-menu:after {
  position: absolute;
  top: -6px;
  left: 10px;
  display: inline-block;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  border-left: 6px solid transparent;
  content: '';
}

.navbar-fixed-bottom .nav > li > .dropdown-menu:before {
  top: auto;
  bottom: -7px;
  border-top: 7px solid #ccc;
  border-bottom: 0;
  border-top-color: rgba(0, 0, 0, 0.2);
}

.navbar-fixed-bottom .nav > li > .dropdown-menu:after {
  top: auto;
  bottom: -6px;
  border-top: 6px solid #ffffff;
  border-bottom: 0;
}

.navbar .nav li.dropdown.open > .dropdown-toggle,
.navbar .nav li.dropdown.active > .dropdown-toggle,
.navbar .nav li.dropdown.open.active > .dropdown-toggle {
  color: #555555;
  background-color: #e5e5e5;
}

.navbar .nav li.dropdown > .dropdown-toggle .caret {
  border-top-color: #777777;
  border-bottom-color: #777777;
}

.navbar .nav li.dropdown.open > .dropdown-toggle .caret,
.navbar .nav li.dropdown.active > .dropdown-toggle .caret,
.navbar .nav li.dropdown.open.active > .dropdown-toggle .caret {
  border-top-color: #555555;
  border-bottom-color: #555555;
}

.navbar .pull-right > li > .dropdown-menu,
.navbar .nav > li > .dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

.navbar .pull-right > li > .dropdown-menu:before,
.navbar .nav > li > .dropdown-menu.pull-right:before {
  right: 12px;
  left: auto;
}

.navbar .pull-right > li > .dropdown-menu:after,
.navbar .nav > li > .dropdown-menu.pull-right:after {
  right: 13px;
  left: auto;
}

.navbar .pull-right > li > .dropdown-menu .dropdown-menu,
.navbar .nav > li > .dropdown-menu.pull-right .dropdown-menu {
  right: 100%;
  left: auto;
  margin-right: -1px;
  margin-left: 0;
  -webkit-border-radius: 6px 0 6px 6px;
     -moz-border-radius: 6px 0 6px 6px;
          border-radius: 6px 0 6px 6px;
}

.navbar-inverse {
  color: #999999;
}

.navbar-inverse .navbar-inner {
  background-color: #1b1b1b;
  background-image: -moz-linear-gradient(top, #222222, #111111);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#222222), to(#111111));
  background-image: -webkit-linear-gradient(top, #222222, #111111);
  background-image: -o-linear-gradient(top, #222222, #111111);
  background-image: linear-gradient(to bottom, #222222, #111111);
  background-repeat: repeat-x;
  border-color: #252525;
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ff222222', endColorstr='#ff111111', GradientType=0);
}

.navbar-inverse .brand,
.navbar-inverse .nav > li > a {
  color: #999999;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.navbar-inverse .brand:hover,
.navbar-inverse .nav > li > a:hover {
  color: #ffffff;
}

.navbar-inverse .nav > li > a:focus,
.navbar-inverse .nav > li > a:hover {
  color: #ffffff;
  background-color: transparent;
}

.navbar-inverse .nav .active > a,
.navbar-inverse .nav .active > a:hover,
.navbar-inverse .nav .active > a:focus {
  color: #ffffff;
  background-color: #111111;
}

.navbar-inverse .navbar-link {
  color: #999999;
}

.navbar-inverse .navbar-link:hover {
  color: #ffffff;
}

.navbar-inverse .divider-vertical {
  border-right-color: #222222;
  border-left-color: #111111;
}

.navbar-inverse .nav li.dropdown.open > .dropdown-toggle,
.navbar-inverse .nav li.dropdown.active > .dropdown-toggle,
.navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle {
  color: #ffffff;
  background-color: #111111;
}

.navbar-inverse .nav li.dropdown > .dropdown-toggle .caret {
  border-top-color: #999999;
  border-bottom-color: #999999;
}

.navbar-inverse .nav li.dropdown.open > .dropdown-toggle .caret,
.navbar-inverse .nav li.dropdown.active > .dropdown-toggle .caret,
.navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}

.navbar-inverse .navbar-search .search-query {
  color: #ffffff;
  background-color: #515151;
  border-color: #111111;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15);
     -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15);
          box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15);
  -webkit-transition: none;
     -moz-transition: none;
       -o-transition: none;
          transition: none;
}

.navbar-inverse .navbar-search .search-query:-moz-placeholder {
  color: #cccccc;
}

.navbar-inverse .navbar-search .search-query:-ms-input-placeholder {
  color: #cccccc;
}

.navbar-inverse .navbar-search .search-query::-webkit-input-placeholder {
  color: #cccccc;
}

.navbar-inverse .navbar-search .search-query:focus,
.navbar-inverse .navbar-search .search-query.focused {
  padding: 5px 15px;
  color: #333333;
  text-shadow: 0 1px 0 #ffffff;
  background-color: #ffffff;
  border: 0;
  outline: 0;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
     -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
}

.navbar-inverse .btn-navbar {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #0e0e0e;
  *background-color: #040404;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#151515), to(#040404));
  background-image: -webkit-linear-gradient(top, #151515, #040404);
  background-image: -o-linear-gradient(top, #151515, #040404);
  background-image: linear-gradient(to bottom, #151515, #040404);
  background-image: -moz-linear-gradient(top, #151515, #040404);
  background-repeat: repeat-x;
  border-color: #040404 #040404 #000000;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ff151515', endColorstr='#ff040404', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}

.navbar-inverse .btn-navbar:hover,
.navbar-inverse .btn-navbar:active,
.navbar-inverse .btn-navbar.active,
.navbar-inverse .btn-navbar.disabled,
.navbar-inverse .btn-navbar[disabled] {
  color: #ffffff;
  background-color: #040404;
  *background-color: #000000;
}

.navbar-inverse .btn-navbar:active,
.navbar-inverse .btn-navbar.active {
  background-color: #000000 \9;
}

.breadcrumb {
  padding: 8px 15px;
  margin: 0 0 20px;
  list-style: none;
  background-color: #f5f5f5;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.breadcrumb li {
  display: inline-block;
  *display: inline;
  text-shadow: 0 1px 0 #ffffff;
  *zoom: 1;
}

.breadcrumb .divider {
  padding: 0 5px;
  color: #ccc;
}

.breadcrumb .active {
  color: #999999;
}

.pagination {
  height: 40px;
  margin: 20px 0;
}

.pagination ul {
  display: inline-block;
  *display: inline;
  margin-bottom: 0;
  margin-left: 0;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  *zoom: 1;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.pagination ul > li {
  display: inline;
}

.pagination ul > li > a,
.pagination ul > li > span {
  float: left;
  padding: 0 14px;
  line-height: 38px;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-left-width: 0;
}

.pagination ul > li > a:hover,
.pagination ul > .active > a,
.pagination ul > .active > span {
  background-color: #f5f5f5;
}

.pagination ul > .active > a,
.pagination ul > .active > span {
  color: #999999;
  cursor: default;
}

.pagination ul > .disabled > span,
.pagination ul > .disabled > a,
.pagination ul > .disabled > a:hover {
  color: #999999;
  cursor: default;
  background-color: transparent;
}

.pagination ul > li:first-child > a,
.pagination ul > li:first-child > span {
  border-left-width: 1px;
  -webkit-border-radius: 3px 0 0 3px;
     -moz-border-radius: 3px 0 0 3px;
          border-radius: 3px 0 0 3px;
}

.pagination ul > li:last-child > a,
.pagination ul > li:last-child > span {
  -webkit-border-radius: 0 3px 3px 0;
     -moz-border-radius: 0 3px 3px 0;
          border-radius: 0 3px 3px 0;
}

.pagination-centered {
  text-align: center;
}

.pagination-right {
  text-align: right;
}

.pager {
  margin: 20px 0;
  text-align: center;
  list-style: none;
  *zoom: 1;
}

.pager:before,
.pager:after {
  display: table;
  line-height: 0;
  content: "";
}

.pager:after {
  clear: both;
}

.pager li {
  display: inline;
}

.pager a,
.pager span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  -webkit-border-radius: 15px;
     -moz-border-radius: 15px;
          border-radius: 15px;
}

.pager a:hover {
  text-decoration: none;
  background-color: #f5f5f5;
}

.pager .next a,
.pager .next span {
  float: right;
}

.pager .previous a {
  float: left;
}

.pager .disabled a,
.pager .disabled a:hover,
.pager .disabled span {
  color: #999999;
  cursor: default;
  background-color: #fff;
}

.modal-open .modal .dropdown-menu {
  z-index: 2050;
}

.modal-open .modal .dropdown.open {
  *z-index: 2050;
}

.modal-open .modal .popover {
  z-index: 2060;
}

.modal-open .modal .tooltip {
  z-index: 2080;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #096d57;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop,
.modal-backdrop.fade.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.modal {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 1050;
  width: 560px;
  margin: -250px 0 0 -280px;
  overflow: auto;
  background-color: #ffffff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.3);
  *border: 1px solid #999;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
     -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
          box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -webkit-background-clip: padding-box;
     -moz-background-clip: padding-box;
          background-clip: padding-box;
}

.modal.fade {
  top: -25%;
  -webkit-transition: opacity 0.3s linear, top 0.3s ease-out;
     -moz-transition: opacity 0.3s linear, top 0.3s ease-out;
       -o-transition: opacity 0.3s linear, top 0.3s ease-out;
          transition: opacity 0.3s linear, top 0.3s ease-out;
}

.modal.fade.in {
  top: 50%;
}

.modal-header {
  padding: 9px 15px;
  border-bottom: 1px solid #eee;
}

.modal-header .close {
  margin-top: 2px;
}

.modal-header h3 {
  margin: 0;
  line-height: 30px;
}

.modal-body {
  max-height: 400px;
  padding: 15px;
  overflow-y: auto;
}

.modal-form {
  margin-bottom: 0;
}

.modal-footer {
  padding: 14px 15px 15px;
  margin-bottom: 0;
  text-align: right;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  -webkit-border-radius: 0 0 6px 6px;
     -moz-border-radius: 0 0 6px 6px;
          border-radius: 0 0 6px 6px;
  *zoom: 1;
  -webkit-box-shadow: inset 0 1px 0 #ffffff;
     -moz-box-shadow: inset 0 1px 0 #ffffff;
          box-shadow: inset 0 1px 0 #ffffff;
}

.modal-footer:before,
.modal-footer:after {
  display: table;
  line-height: 0;
  content: "";
}

.modal-footer:after {
  clear: both;
}

.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}

.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  padding: 5px;
  font-size: 11px;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: visible;
}

.tooltip.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.tooltip.top {
  margin-top: -3px;
}

.tooltip.right {
  margin-left: 3px;
}

.tooltip.bottom {
  margin-top: 3px;
}

.tooltip.left {
  margin-left: -3px;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #000000;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-top-color: #000000;
  border-width: 5px 5px 0;
}

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-right-color: #000000;
  border-width: 5px 5px 5px 0;
}

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-left-color: #000000;
  border-width: 5px 0 5px 5px;
}

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-bottom-color: #000000;
  border-width: 0 5px 5px;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  width: 236px;
  padding: 1px;
  background-color: #ffffff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
     -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
     -moz-background-clip: padding;
          background-clip: padding-box;
}

.popover.top {
  margin-bottom: 10px;
}

.popover.right {
  margin-left: 10px;
}

.popover.bottom {
  margin-top: 10px;
}

.popover.left {
  margin-right: 10px;
}

.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  -webkit-border-radius: 5px 5px 0 0;
     -moz-border-radius: 5px 5px 0 0;
          border-radius: 5px 5px 0 0;
}

.popover-content {
  padding: 9px 14px;
}

.popover-content p,
.popover-content ul,
.popover-content ol {
  margin-bottom: 0;
}

.popover .arrow,
.popover .arrow:after {
  position: absolute;
  display: inline-block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover .arrow:after {
  z-index: -1;
  content: "";
}

.popover.top .arrow {
  bottom: -10px;
  left: 50%;
  margin-left: -10px;
  border-top-color: #ffffff;
  border-width: 10px 10px 0;
}

.popover.top .arrow:after {
  bottom: -1px;
  left: -11px;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-width: 11px 11px 0;
}

.popover.right .arrow {
  top: 50%;
  left: -10px;
  margin-top: -10px;
  border-right-color: #ffffff;
  border-width: 10px 10px 10px 0;
}

.popover.right .arrow:after {
  bottom: -11px;
  left: -1px;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-width: 11px 11px 11px 0;
}

.popover.bottom .arrow {
  top: -10px;
  left: 50%;
  margin-left: -10px;
  border-bottom-color: #ffffff;
  border-width: 0 10px 10px;
}

.popover.bottom .arrow:after {
  top: -1px;
  left: -11px;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  border-width: 0 11px 11px;
}

.popover.left .arrow {
  top: 50%;
  right: -10px;
  margin-top: -10px;
  border-left-color: #ffffff;
  border-width: 10px 0 10px 10px;
}

.popover.left .arrow:after {
  right: -1px;
  bottom: -11px;
  border-left-color: rgba(0, 0, 0, 0.25);
  border-width: 11px 0 11px 11px;
}

.thumbnails {
  margin-left: -15px;
  list-style: none;
  *zoom: 1;
}

.thumbnails:before,
.thumbnails:after {
  display: table;
  line-height: 0;
  content: "";
}

.thumbnails:after {
  clear: both;
}

.row-fluid .thumbnails {
  margin-left: -15px;
}

.thumbnails > li {
  float: left;
  margin-bottom: 20px;
}

.thumbnail {
  display: block;
  padding: 4px;
  line-height: 20px;
  border: 1px solid #ddd;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
     -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
  -webkit-transition: all 0.2s ease-in-out;
     -moz-transition: all 0.2s ease-in-out;
       -o-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out;
}

a.thumbnail:hover {
  border-color: #02C0BE;
  -webkit-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
     -moz-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
          box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
}

.thumbnail > img {
  display: block;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.thumbnail .caption {
  padding: 0px 9px 9px 9px;
  color: #555555;
}

.label,
.badge {
  font-size: 11.844px;
  font-weight: bold;
  line-height: 14px;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  white-space: nowrap;
  vertical-align: baseline;
  background-color: #999999;
}

.label {
  padding: 1px 4px 2px;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}

.badge {
  padding: 1px 9px 2px;
  -webkit-border-radius: 9px;
     -moz-border-radius: 9px;
          border-radius: 9px;
}

a.label:hover,
a.badge:hover {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}

.label-important,
.badge-important {
  background-color: #b94a48;
}

.label-important[href],
.badge-important[href] {
  background-color: #953b39;
}

.label-warning,
.badge-warning {
  background-color: #f89406;
}

.label-warning[href],
.badge-warning[href] {
  background-color: #c67605;
}

.label-success,
.badge-success {
  background-color: #468847;
}

.label-success[href],
.badge-success[href] {
  background-color: #356635;
}

.label-info,
.badge-info {
  background-color: #3a87ad;
}

.label-info[href],
.badge-info[href] {
  background-color: #2d6987;
}

.label-inverse,
.badge-inverse {
  background-color: #333333;
}

.label-inverse[href],
.badge-inverse[href] {
  background-color: #1a1a1a;
}

.btn .label,
.btn .badge {
  position: relative;
  top: -1px;
}

.btn-mini .label,
.btn-mini .badge {
  top: 0;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

@-moz-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

@-ms-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

@-o-keyframes progress-bar-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 40px 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

.progress {
  height: 20px;
  margin-bottom: 0px;
  overflow: hidden;
  background-color: #f7f7f7;
  background-image: -moz-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5), to(#f9f9f9));
  background-image: -webkit-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: -o-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: linear-gradient(to bottom, #f5f5f5, #f9f9f9);
  background-repeat: repeat-x;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#fff9f9f9', GradientType=0);
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
     -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress .bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #0e90d2;
  background-image: -moz-linear-gradient(top, #149bdf, #0480be);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#149bdf), to(#0480be));
  background-image: -webkit-linear-gradient(top, #149bdf, #0480be);
  background-image: -o-linear-gradient(top, #149bdf, #0480be);
  background-image: linear-gradient(to bottom, #149bdf, #0480be);
  background-repeat: repeat-x;
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ff149bdf', endColorstr='#ff0480be', GradientType=0);
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
     -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: width 0.6s ease;
     -moz-transition: width 0.6s ease;
       -o-transition: width 0.6s ease;
          transition: width 0.6s ease;
}

.progress .bar + .bar {
  -webkit-box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(0, 0, 0, 0.15);
     -moz-box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(0, 0, 0, 0.15);
          box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(0, 0, 0, 0.15);
}

.progress-striped .bar {
  background-color: #149bdf;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  -webkit-background-size: 40px 40px;
     -moz-background-size: 40px 40px;
       -o-background-size: 40px 40px;
          background-size: 40px 40px;
}

.progress.active .bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
     -moz-animation: progress-bar-stripes 2s linear infinite;
      -ms-animation: progress-bar-stripes 2s linear infinite;
       -o-animation: progress-bar-stripes 2s linear infinite;
          animation: progress-bar-stripes 2s linear infinite;
}

.progress-danger .bar,
.progress .bar-danger {
  background-color: #dd514c;
  background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#c43c35));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: linear-gradient(to bottom, #ee5f5b, #c43c35);
  background-repeat: repeat-x;
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffc43c35', GradientType=0);
}

.progress-danger.progress-striped .bar,
.progress-striped .bar-danger {
  background-color: #ee5f5b;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-success .bar,
.progress .bar-success {
  background-color: #5eb95e;
  background-image: -moz-linear-gradient(top, #62c462, #57a957);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#57a957));
  background-image: -webkit-linear-gradient(top, #62c462, #57a957);
  background-image: -o-linear-gradient(top, #62c462, #57a957);
  background-image: linear-gradient(to bottom, #62c462, #57a957);
  background-repeat: repeat-x;
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff57a957', GradientType=0);
}

.progress-success.progress-striped .bar,
.progress-striped .bar-success {
  background-color: #62c462;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-info .bar,
.progress .bar-info {
  background-color: #4bb1cf;
  background-image: -moz-linear-gradient(top, #5bc0de, #339bb9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#339bb9));
  background-image: -webkit-linear-gradient(top, #5bc0de, #339bb9);
  background-image: -o-linear-gradient(top, #5bc0de, #339bb9);
  background-image: linear-gradient(to bottom, #5bc0de, #339bb9);
  background-repeat: repeat-x;
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff339bb9', GradientType=0);
}

.progress-info.progress-striped .bar,
.progress-striped .bar-info {
  background-color: #5bc0de;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-warning .bar,
.progress .bar-warning {
  background-color: #faa732;
  background-image: -moz-linear-gradient(top, #fbb450, #f89406);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
  background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
  background-image: -o-linear-gradient(top, #fbb450, #f89406);
  background-image: linear-gradient(to bottom, #fbb450, #f89406);
  background-repeat: repeat-x;
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);
}

.progress-warning.progress-striped .bar,
.progress-striped .bar-warning {
  background-color: #fbb450;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.accordion {
  margin-bottom: 20px;
}

.accordion-group {
  margin-bottom: 2px;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.accordion-heading {
  border-bottom: 0;
}

.accordion-heading .accordion-toggle {
  display: block;
  padding: 8px 15px;
}

.accordion-toggle {
  cursor: pointer;
}

.accordion-inner {
  padding: 9px 15px;
  border-top: 1px solid #e5e5e5;
}

.carousel {
  position: relative;
  /*margin-bottom: 20px;*/
  line-height: 1;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel .item {
  position: relative;
  display: none;
  -webkit-transition: 0.6s ease-in-out left;
     -moz-transition: 0.6s ease-in-out left;
       -o-transition: 0.6s ease-in-out left;
          transition: 0.6s ease-in-out left;
}

.carousel .item > img {
  display: block;
  line-height: 1;
}

.carousel .active,
.carousel .next,
.carousel .prev {
  display: block;
}

.carousel .active {
  left: 0;
}

.carousel .next,
.carousel .prev {
  position: absolute;
  top: 0;
  width: 100%;
}

.carousel .next {
  left: 100%;
}

.carousel .prev {
  left: -100%;
}

.carousel .next.left,
.carousel .prev.right {
  left: 0;
}

.carousel .active.left {
  left: -100%;
}

.carousel .active.right {
  left: 100%;
}

.carousel-control {
  position: absolute;
  top: 40%;
  left: 15px;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  font-size: 30px;
  font-weight: 100;
  line-height: 30px;
  color: #096d57;
  text-align: center;
}

.carousel-control.right {
  right: 0px;
  left: auto;
}

.carousel-control.left {
  left: 0px;
  right: auto;
}

.carousel-control:hover {
  color: #096d57;
  text-decoration: none;
}

.carousel-caption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 15px;
  background: #333333;
  background: rgba(0, 0, 0, 0.75);
}

.carousel-caption h4,
.carousel-caption p {
  line-height: 20px;
  color: #ffffff;
}

.carousel-caption h4 {
  margin: 0 0 5px;
}

.carousel-caption p {
  margin-bottom: 0;
}

.carousel .item {-webkit-transition: opacity 0.8s; -moz-transition: opacity 0.8s; -ms-transition: opacity 0.8s; -o-transition: opacity 0.8s; transition: opacity 0.8s;}
.carousel .active.left {left:0;opacity:0;z-index:2;}
.carousel .active.right{left:0;opacity:0;z-index:2;}
.carousel .next {left:0;opacity:1;z-index:1;}

.hero-unit {
  padding: 60px;
  margin-bottom: 30px;
  background-color: #eeeeee;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
}

.hero-unit h1 {
  margin-bottom: 0;
  font-size: 60px;
  line-height: 1;
  letter-spacing: -1px;
  color: inherit;
}

.hero-unit p {
  font-size: 18px;
  font-weight: 200;
  line-height: 30px;
  color: inherit;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.hide {
  display: none;
}

.show {
  display: block;
}

.invisible {
  visibility: hidden;
}

.affix {
  position: fixed;
}

#upper_navbar .nav > .active > a,
#upper_navbar .nav > .active > a:hover,
#upper_navbar .nav > .active > a:focus {
  color: #555555;
  text-decoration: none;
  background-color: white;
  -webkit-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0);
     -moz-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0);
          box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0);
}

#upper_navbar .navbar-inner {
  min-height: 40px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #ffffff;
  background-image: -moz-linear-gradient(top, white, white);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#ffffff));
  background-image: -webkit-linear-gradient(top, #ffffff, #ffffff);
  background-image: -o-linear-gradient(top, #ffffff, #ffffff);
  background-image: linear-gradient(to bottom, #ffffff, #ffffff);
  background-repeat: repeat-x;
border:none;

  -webkit-box-shadow:none;
     -moz-box-shadow: none;
          box-shadow: none;

}

#upper_navbar
{
margin-bottom:0 ;
display:none;
}

#lower_navbar .navbar-inner
{
  padding:0px;
  background-color: #ffffff;
  background-image: -moz-linear-gradient(top, white, white);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#ffffff));
  background-image: -webkit-linear-gradient(top, #ffffff, #ffffff);
  background-image: -o-linear-gradient(top, #ffffff, #ffffff);
  background-image: linear-gradient(to bottom, #ffffff, #ffffff);
  background-repeat: repeat-x;
border-bottom:1px solid #9dc5bc;

  -webkit-box-shadow:none;
     -moz-box-shadow: none;
          box-shadow: none;
}

#upper_navbar .nav > li > a {
  float: none;
  padding: 5px 2px 10px;
  color: #0f8f73;
  text-decoration: none;
  text-shadow: 0 1px 0 #ffffff;
}


.lang_btn {
	margin-top:0;
	padding:5px;
  display: inline-block;
  *display: inline;
  *margin-left: .3em;
  font-size: 14px;
  line-height: 20px;
  *line-height: 20px;
  color: #6b6b6b;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle;
  cursor: pointer;
	height:16px;
}

a.lang_btn:hover {
  background-color: white ! important;
  *background-color: white ! important;
  color:#0f8f73 ! important;
  text-decoration:none ! important;
}

#upper_box
{
	margin-top: 0px;
	height: 56px;
	margin-left:10px;
}

#upper_box > li {
	float:left;	
	height:56px;
}

#upper_box .lang_li a {
	float: none;
	padding: 20px 3px 0px 3px;
	color: #777;
	text-decoration: none;
	text-shadow: 0 1px 0 white;	
	height:36px;
}

.upper_box_left {
	float:left;	
}

.upper_box_right {
	float:right !important;
	margin-left:0px !important;	
}

.lang_btn.active
{
  background-color: #EFEFEF ! important;
  color:#999 ! important;
  font-weight:bold;
}

#upper_box .upper_box_li > a
{
	text-shadow:none ! important;
	float: none;
	padding: 17px 3px 0px 3px;
	color: #777;
	text-decoration: none;
	text-shadow: 0 1px 0 white;
	height: 36px;
	font-weight:bold;
	border-top:3px solid #ccedd3;
}

#upper_box .upper_box_li > a:hover
{
	color: #00A323;
	border-top:3px solid #00A323;
}

#upper_box .upper_box_li {
	margin-left:10px;	
}

.first_element_padding{
	padding-left:5px;
}

#upper_navbar .nav > li.lang_li > a {
  float: none;
  padding: 5px 7px 5px;
  margin-right:2px;
  margin-left:2px;
  color: #0f8f73;
  text-decoration: none;
  text-shadow: 0 0px 0 #ffffff;
  background-color:#efefef;
}
#my_account_dropdown
{
	color:#0f8f73 ! important;
	text-shadow: 0 0px 0 #ffffff ! important;
	padding:15px 10px 4px ! important;
	height:32px;	
}

#my_account_dropdown img {
	width:25px;
	margin-right:7px;	
}

#logo{
	margin-top:0px;
	position:relative;
	z-index:400;
	float:left;
	padding-top:10px;
	height:46px;
	padding-right:20px;
	-webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
       -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
          transition: all 0.5s ease;
}

#logo img {
	width:175px;
	
}	

#logo:hover {
	-webkit-filter: grayscale(100%);
}

.lower_nav_icon
{
margin-top:-7px;
}

.arab_pattern {
	background-image:url('../../img/pattern.png');	
}

#search_btn {
  display: inline-block;
  *display: inline;
  padding: 4px 14px;
  margin-bottom: 0;
  *margin-left: .3em;
  font-size: 18px;
  line-height: 20px;
  *line-height: 20px;
  color: #46963f;
  text-align: center;
  text-shadow: 0;
  vertical-align: middle;
  cursor: pointer;
  background-color: #fff;
  *background-color: #fff;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#ffffff));
  background-image: -webkit-linear-gradient(top, #ffffff, #fff);
  background-image: -o-linear-gradient(top, #ffffff, #fff);
  background-image: linear-gradient(to bottom, #ffffff, #fff);
  background-image: -moz-linear-gradient(top, #ffffff, #fff);
  background-repeat: repeat-x;
  border: 1px solid #bbbbbb;
  *border: 0;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-color: #ccc;
  border-bottom-color: #ccc;
  border-left:0px;
   -webkit-border-radius: 0px 12px 12px 0px;
border-radius: 0px 12px 12px 0px;
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
  *zoom: 1;
  -webkit-box-shadow: 0;
     -moz-box-shadow: 0;
          box-shadow: 0;
	
}

#search_input, #searchprj
{
	border-right:0;
	  -webkit-border-radius: 12px 0px 0px 12px;
	border-radius: 12px 0px 0px 12px;
	padding-left:10px;
}

#search_input:focus, #searchprj:focus {
  border-color: #CCCCCC;
}

.carousel_holder
{
background-color:#1c1c1e;
background-image:url('../../img/pattern.png');
}


.project_carousel_tabs > li > a {
  color:#838383;
}

.project_carousel_tabs > li > a:hover {
  border-color: #00a323 #00a323 #00a323;
  background-color:#00a323;
  color:white;
}

.project_carousel_tabs > .active > a,
.project_carousel_tabs > .active > a:hover {
  color: #00a323;
  cursor: default;
  background: url(../../img/arrow1.gif) center bottom no-repeat;
  border: none;
}

.date_of_project
{
font-size:12px;
}

.project_price, .project_percentage
{
border-right:1px solid #ccc;
}

.project_days_to_go, .project_price
{

padding-left:10px;
}

.ts12
{
font-size:12px ! important;
}

.ts13
{
font-size:13px ! important;
}

.project_title
{
line-height:20px;
font-family:arial;
color:#3a3a3a
}

.project_date
{
color:#464646;
}

.project_percentage h2, .project_price h2, .project_days_to_go h2
{
line-height:10px;
}

#search_input
{
width:200px;
}

.project_description_text
{
line-height:18px;
color:#8d8d8d;
}

.project_image
{
margin-left: 50px;
}

#success_stories_title, #new_title
{
color:#096d57;
margin-bottom:20px;
}

#new_title img {
	width: 30px;
	margin-right: 10px;
	margin-top: -8px;	
}

.success_story p
{
color:#8d8d8d;
}

.thumbnail_project_title
{
font-size:14px;
line-height:17px;
height:30px;
}

.thumbnail_project_owner
{
font-size:12px;
font-family:'georgia';
line-height:12px;
}

.thumbnail_project_description
{
color:#8d8d8d;
font-size:12px;
height:70px;
}

.thumbnail_project_meta_data {
	background-color: #F9F9F9;
	border-top: 1px solid #EFEFEF;
	padding: 15px 9px 5px;
}

.thumbnail_project_info_lower
{
font-size:9px;
line-height:10px;
color:#999999;
}

.thumbnail_project_info_upper
{
font-size:14px;
line-height:10px;
font-weight:bold;
}

.thumbnail_project_location {
  font-size: 11px;
  font-family: 'georgia';
  line-height: 12px;
  padding: 6px 10px 4px 10px;
  background-color: #CCEDD3;
  margin:0px -1px 0px -1px;
  height:13px;
  font-style:italic;
}

.thumbnail_project_score {
  font-size: 12px;
  line-height: 12px;
  padding: 6px 10px 4px 10px;
  background-color: #eaf4ec;
  margin:0px -1px 5px -1px;
  height:13px;
  color:#00a323;
  font-weight:bold;
}

.thumbnail_project_location_empty {
	height:23px;	
}

.thumbnail_project_location img {
	margin-top:-3px;	
}

.thumbnail_project
{
  position:relative;
  padding:1px;
  background-color:#FFF;
  margin-left: 15px;
  width:215px;
}
.thumbnail_project_overlay
{
  -moz-border-radius-bottomright: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  -webkit-border-bottom-left-radius: 3px;

background-color:#00a323;
color:white;
opacity:0;
position:absolute;
width:100%;
left:0;
overflow:hidden;
height:95px;
}

.thumbnail_project_overlay_success
{
  z-ndex:9999;
background-color:#00a323;
color:white;
position:absolute;
width:100%;
left:0;
overflow:hidden;
height:67px;
padding-top:25px;
text-align:center;
font-size:11px;
opacity:0.94;
}

.thumbnail_project_overlay_failed
{
z-ndex:9999;
background-color:#999;
color:white;
position:absolute;
width:100%;
left:0;
bottom:0px;
overflow:hidden;
height:30px;
line-height:30px;
text-align:center;
font-size:12px;
opacity:0.94;
}

.funding_success_lbl{font-size:17px;font-weight:bold}

.overlay_buttons {
	margin:22px	
}


.overlay_percentage
{
margin-left:10px;
margin-top:15px;
font-size:75px;
}

.overlay_funded
{
margin-left:10px;
font-size:15px;
}

.footer_bg
{
	padding-top:30px;
	background-color:#333;
	background-image:url('../../img/pattern.png');
	padding: 5px 0px 20px 0px;
	width:100%;
}

.footer_bg p{
	color:#CCC;	
}

.footer_bg .payment_methods_container {
  padding:20px 0px;
  border-bottom: 1px solid #585858;
  margin-bottom: 22px;
}

.footer_bg .payment_methods_label {
  color: #AEAEAE;
  font-size: 12px;
  text-align: center;
  padding: 0px 0px 30px 0px;
}

.footer_bg .payment_methods {
  background:url("../../img/footer_payment_methods.png") no-repeat;
  width:100%;
  height:47px;
  margin-left:18px;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

.footer_bg .footer_zoomaal_initiative {
  font-size: 14px;
  text-align:justify;
  color:#FFF
}

.footer_bg .footer_zoomaal_initiative a{
  color:#FFF;
  text-decoration: underline;
  font-weight:bold;
}
/*
.footer_bg .payment_methods:hover {
  background: url("../../img/footer_payment_methods_hover.png") no-repeat;
}
*/
.copyright
{
color:white;
padding: 10px;
opacity: 0.5;
}

.overlay_fund
{
margin-left:14px;
}
.overlay_sponsor
{
margin-left:10px;
}

#project_page_info
{
background-color:#05ad23;
}

.custom-well {
  border-left:2px solid #CCC;
  background-color:#EFEFEF;
  padding:15px;
  margin:10px 0px;
}

.custom-green-well {
  border-left:2px solid #CCC;
  background-color:#ccedd3;
  padding:15px;
  margin:10px 0px;
}


.sponsor_inner
{
border:none;
background-color:rgba(255,255,255,0.1);
}
/*
.bgold
{

background-color:#FFCC33;
}

.bsilver
{
background-color:#838996;
}
.bplatinum
{
background-color:#E5E4E2;
}

.bbronze
{
background-color:	#CD7F32;
}
*/

.bgold, .bsilver, .bbronze, .bplatinum, .bdiamond
{
background-color:#222;
color:white;
}

.csg
{
color:#00a323;
}

.csg2
{
color:#06c11a;
}
.clg
{
color:#666;
}

.cb
{
color:#00A323 ;
}

.cw
{
color:#666;
}

.pledge_span
{
font-size:12px;
}

.pledge a
{
color:white
}

.filters{
	border-bottom: 1px solid #DDD;
	margin-bottom: 19px;
	padding: 5px 10px;
	background-color: #EFEFEF;
}

.filters .btn-plain
{
color:#999;
background-color:white;
}

.dash_proj_btn
{
margin-top:5px;
}


.row-fluid ul.thumbnails li.span12 + li { margin-left : 0px; }
.row-fluid ul.thumbnails li.span6:nth-child(2n + 3) { margin-left : 0px; }
.row-fluid ul.thumbnails li.span4:nth-child(3n + 4) { margin-left : 0px; }
.row-fluid ul.thumbnails li.span3:nth-child(4n + 5) { margin-left : 0px; }


.steps_row p
{
line-height:6px;

}


.slider_button
{
padding-left:40px;
padding-right:40px;
padding-top:15px;
padding-bottom:15px;
font-size:26px;
font-family:'Rokkitt', serif;
}

.general_tab
{
font-size:14px;
cursor:pointer;
-webkit-transition: all 0.2s ease-in-out;
	  -moz-transition: all 0.2s ease-in-out;
	  -o-transition: all 0.2s ease-in-out;
	  transition: all 0.2s ease-in-out;
}

.general_tab a
{
	font-weight:bold;
color:#00A323 ! important;
}

.general_tab.activetab
{
	padding-bottom:9px;
	border-bottom:2px solid #096D57;
	margin-bottom:-1px;
	/*padding-top:8px;
	border-top:2px solid #096D57;
*/}

.general_tab.activetab a
{
	color:#096D57 !important;
}

.bw
{
background-color:white;
}

/* #00a323 #096d57 */
.btn-dark-green:hover,
.btn-dark-green:active,
.btn-dark-green.active,
.btn-dark-green.disabled,
.btn-dark-green[disabled] {
  color: #ffffff;
  background-color: #0d5c4b;
  *background-color: #0d5c4b;
}

.btn-plain.btn-light-green:hover,
.btn-plain.btn-light-green:active,
.btn-plain.btn-light-green.active,
.btn-plain.btn-light-green.disabled,
.btn-plain.btn-light-green[disabled] {
  color: #ffffff;
  background-color: #00CA2C;
  *background-color: #00CA2C;
}

.btn-plain.btn-light-pink:hover,
.btn-plain.btn-light-pink:active,
.btn-plain.btn-light-pink.active,
.btn-plain.btn-light-pink.disabled,
.btn-plain.btn-light-pink[disabled] {
  color: #ffffff;
  background-color: #d82a7c;
  *background-color: #d82a7c;
}

.btn-plain.btn-light-yellow:hover,
.btn-plain.btn-light-yellow:active,
.btn-plain.btn-light-yellow.active,
.btn-plain.btn-light-yellow.disabled,
.btn-plain.btn-light-yellow[disabled] {
  background-color: #f1dd28;
  *background-color: #f1dd28;
}

.btn-plain.btn-very-light-green:hover,
.btn-plain.btn-very-light-green:active,
.btn-plain.btn-very-light-green.active,
.btn-plain.btn-very-light-green.disabled,
.btn-plain.btn-very-light-green[disabled] {
  color: #ffffff;
  background-color: #00A323;
  *background-color: #00A323;
}

/* #00a323 #096d57 */
.btn.btn-light-green:hover,
.btn.btn-light-green:active,
.btn.btn-light-green.active,
.btn.btn-light-green.disabled,
.btn.btn-light-green[disabled] {
  color: #ffffff;
  background-color: #50BD66;
  *background-color: #50BD66;
}



.btn-light-green:hover
{
color:white;
/*background-color:#00d42e ! important;*/
}

.project_carousel_tabs
{
border:0;
}	


.carousel-control:hover {
  color:#00a323;
}

.new_this_week_carousel .carousel-control.left, .carousel-control.left
{
left:-60px;
}

.new_this_week_carousel .carousel-control.right, .carousel-control.right
{
right:-40px;
}

.home_banner_carousel {
  border-bottom: 8px solid #00a323;
}

.home_banner_carousel .carousel-control.up
{
right:30px;
top:-240px;
color:#50b4bf;
z-index: 3
}

.home_banner_carousel .carousel-control.down
{
right:0px;
top:-240px;
color:#50b4bf;
z-index: 3
}

.sponsor_user_thumb div
{
text-align:center;
height:220px;
}

.sponsor_user_thumb img
{
max-height:80%;
min-height:70%;
max-width:80%;
width:auto;
}

.rtl
{
direction:rtl;
}

footer {
	/*padding-top:10px;*/
}

.add_wallet_link
{
margin-top:5px;

}

/* EMAIL SETTINGS FORM */

#email_settings_form input {
	float:left;
}

#email_settings_form .form-label {
	float:left;
	padding-left:8px;	
}

/* END EMAIL SETTINGS */

#dashboard_change_project {
	background: #FFC;
	padding: 5px 10px;
	border: 1px solid #E0E0E0;
	font-weight: bold;
	color: #00A323;
	margin: 0px;
	opacity: 1;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	border-top: 0px;	
}

#dashboard_change_project select {
	margin:5px;	
}

#dashboard_user_sidebar {
  padding: 20px 0px 20px 20px;
  background: #EFEFEF;
}

#side_account_links a {
	width:150px;
	text-align:left;	
}

#side_account_links i {
	width:27px;	
}

#project_details_successful {
	color: white;
	font-weight: bold;
	font-size: 28px;
	line-height: 31px;
	text-align: center;
	padding: 20px;
	background-color:#00A323;
	border-bottom: 10px solid #19802F;
}

#project_details_unsuccessful {
	color: white;
	font-weight: bold;
	font-size: 28px;
	line-height: 31px;
	text-align: center;
	padding: 20px;
	background-color: #BD8484;
	border-bottom: 10px solid #BB5B5B;
}

#project_details .no_video_container {
  border:1px dashed #CCC;
}

#project_details .no_video {
  background-color: #EFEFEF;
  padding:10px 10px;
  margin:3px;
  text-align: center;
  font-size:19px;
  color:#999;
  padding: 135px 0px;
}

#project_details .campaign_ends_on {
  padding: 10px 0px 0px 5px;
  color: #00A323;
}

#send_message_form_container label {
  color:#00a323;
  font-size:15px;
  padding-top:13px;
}

#send_message_form_container input, #send_message_form_container textarea {
  color:#00a323;
  font-size:15px;
  font-weight:bold;
  padding:13px;
}

#send_message_form_container .modal-footer {
  text-align: center
}

#send_message_form_container textarea {
  height:100px;
}


.pledge {
  border-left:2px solid #CCC;
  background-color:#DFDFDF;
  padding:10px;
  margin:15px 0px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  cursor: pointer
}

.pledge_wrapper {
  text-decoration: none;
}

.pledge:hover {
  border-left:6px solid #00a323;
}

.pledge_inner
{
border: none;
background-color: #EFEFEF;
padding: 10px;
}

.pledge_title {
  font-size:14px;
  font-weight:bold;
  margin:5px 0px;
}

.proj_page_info_location {

}

#project_details .project_owner {
  color:#000;
  font-weight: bold;
}

#project_details .project_location {
  padding:5px 0px;
}

#project_details .project_biography_container {
  background-color: #CCEDD3;
  border-left: 2px solid #A6DEB2;
}

#project_details .project_badges div{
  color: #00A323;
  font-size: 13px;
  font-weight: bold;
  background-color: #A6DEB2;
  padding: 12px 10px;
  margin: 15px -15px;
}

#project_details .project_badges i{
  font-size: 30px;
  padding: 0px 8px;
  line-height: 9px;
}

.striped_home {
	background-color:#EEE;
	border-top: 1px solid #E5E5E5; border-bottom:1px solid #E5E5E5	;
	padding:15px;
	margin:0px 0px;
}

.featured_on_container {
  margin: 30px 0px 20px 0px;
  height: 50px;
}

.featured_on_label {
  float: left;
  font-size: 18px;
  color: #666;
  margin-top:15px;
}

.featured_on_image {
  float:left;
  width:710px;
  height:50px;
  margin-left:60px;
  background:url("../../img/featured_on.jpg") no-repeat;
  -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

.featured_on_image:hover {
  background:url("../../img/featured_on_hover.jpg") no-repeat;
}

.featured_on_container_vert {
  margin: 10px 0px;
  height: 50px;
}

.featured_on_image_vert {
  float:left;
  width:300px;
  height:390px;
  background:url("../../img/featured_on_vert.jpg") no-repeat;
  -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

.featured_on_image_vert:hover {
  background:url("../../img/featured_on_hover_vert.jpg") no-repeat;
}

#sp_project {
	-webkit-transition: all 0.5s ease-in-out;
	  -moz-transition: all 0.5s ease-in-out;
	  -o-transition: all 0.5s ease-in-out;
	  transition: all 0.5s ease-in-out;
	  position:relative
}

#sp_project .image_container {
	margin:30px 0px 0px 0px; background-color:#CCC; position:relative;
	cursor:pointer;
}

#sp_project .image_ribbon {
	position:absolute; z-index:400; background:URL("../img/corner_favorite_ribbon.png") no-repeat; width:126px; height:126px; top:-7px; left:-8px;	
}

#sp_project #sp_image {
	margin:10px;
	width:920px;
	height:330px;	
}

#sp_project .sp_image_grey {
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */	
}

#sp_project .sp_image_color {
	 filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
    -webkit-filter: grayscale(0%);	
}

#sp_project #project_title .btn.btn-link {
	text-shadow: none;
	font-weight:bold;
}

#sp_project #project_title a {
	color:#FFF;	
}

#sp_project #project_title a:hover {
	color:#CCC;
	text-decoration:none;
	border:0px;	
}

#sp_project .black_overlay {
	position:absolute; top:-70px; width:100%; height:70px; background-color:#000; opacity:0.5;	
}

#sp_project .green_overlay {
	position:absolute; top:-70px; height:70px; background-color:#00a323; opacity:0.5; border-right: 3px solid #096D57;	
}

#sp_project .text_overlay {
	position:absolute; top:-70px; width:100%;	
}

#sp_project .helper_overlay {
	position:absolute;
	top: -174px;
	right: 53px;
	width:100%;
}

#sp_project .text_container {
	padding: 20px 0px 10px 25px; color:white; float:left	
}

#sp_project #project_title {
	font-size:25px;	
}

#sp_project #project_description {
	padding:10px 0px; font-size:12px; display:none;	
	width:550px;
}

#sp_project #project_links {
	font-size:25px; margin-top:0px; padding: 15px 25px 10px 25px; color:white; float:right;
}

#sp_project .ruler {
	background:URL("../../img/ruler.gif") no-repeat; width:100%px; height:23px;	
}

#sp_project .funding_data{
	margin:20px 0px 30px 0px;	
}
#sp_project .collected_container {
	float:left	
}

#sp_project .amount_collected {
	font-size:52px; float:left; font-weight:bold; padding-right:15px	
}

#sp_project .out_of {
	font-size:30px; float:left; font-weight:bold
}

#sp_project .days_left_container {
	float:right	
}

#sp_project .days_left {
	font-size:52px; float:left; font-weight:bold; padding-right:15px
}

#sp_project .days_left_text {
	font-size:30px; float:left; font-weight:bold
}

#sp_project .pointer_message {
	font-size: 26px;
	color: white;
	text-shadow: 1px 1px 1px #000;
	float: right;
	font-weight: bold;
	margin: -10px 10px 0px 0px;
}

#sp_project .sketch_arrow_down {
	background:url(../../img/down_sketch_arrow.png) no-repeat;
	width:82px;
	height:108px;
	float:right;
}

.p_img{
	width:215px;
	height:180px;
	margin: 0px 0px 5px 0px;
	border-radius: 3px;
}

.zoomaal_seperator {
  margin: 5px 0px 5px 5px;
  width: 70px; 
  opacity:0.2;
  height:35px;
  background:url("../../img/seperator_big.png") 50% 0% no-repeat; 
  background-size:70px 35px;
  text-align:center;  
  float:left;
  color:#fff;
}

.zoomaal_supporter_logo {
  margin: 15px 0px 5px 5px;
  width: 120px; 
  opacity:0.7;
  height:55px;
  background:url("../../img/hivos-logo.png") 50% 0% no-repeat; 
  background-size:120px 55px;
  text-align:center;  
  float:left;
  color:#fff;
}

#footer_nav li{
	padding:10px 0px;
}

#footer_nav li a{
	text-decoration:none;
	color:#FFF;
	padding:10px;
	opacity:0.5;
	cursor:pointer;
}

#footer_nav li a:hover {
	opacity:1;
	text-decoration:none;	
	background-color:#26b144;
}

ul.inline {
	list-style-type:none;
	margin:0px;
	padding:0px;
}

ul.inline > li {
	display:inline-block;	
	padding:0px 5px;
}

ul.inline > li:first-child {
	padding-left:0px;	
}

#how_it_works {
	cursor:pointer;	
}

#how_it_works .arrow_down {
	font-size:53px;
	text-align:center;
	position:relative;
}	

#how_it_works .hiw_step .large_graphic {
	float:left; font-size:40px; color:#096D57;
	width:220px;
	text-align:center;
}

#how_it_works .hiw_step .title_step{
	font-size: 41px;color: #096D57;font-weight: normal;
}

#how_it_works .step_details {
  float: left;
  width: 350px;
  padding: 10px 0px 10px 10px;
}

#how_it_works .hiw_step, #how_it_works .hiw_step_hover {
	padding:30px 20px;
}

#how_it_works .hiw_step_hover .large_graphic {
	float:left; font-size:40px; color:#00A323;
	width:220px;
	text-align:center;
}

#how_it_works .hiw_step_hover .title_step{
  font-size: 41px;
  color: #00A323;
  font-weight: normal;
}

.arrow_down_content {
  position: absolute;
  left: 308px;
  color: #CCC;
  bottom: -40px;
}

#page_message_body_container {
	margin-bottom:0px;	
}

#page_message #close_button {
	margin:5px;	
}


#page_message #close_button button {
	float:right;	
}

.modal-open .modal,.btn:focus{outline:none;}

#share_page .sticky_bottom {
  position:relative;
}

#share_page .sticky_bottom.stick_bottom {
  position:fixed;
}

#share_page h3{
  font-weight: bold;
  font-size: 36px;
  padding: 30px 0px;
  float: left;
  width: 70%; 
}

#share_page .main_content {
  background-color:#FFFFFF;
  border-top:7px solid #00A323;
  padding-top:20px;
  position:relative;
}

#share_page #nav_checklist a {
  color:#999;
}

#share_page #nav_checklist li {
  padding:5px 0px;
}

#share_page #nav_checklist li.active a {
  color:#FFF;
}

#share_page .thumbnail_project {
  margin-left:0px;
}

#share_page #facebook_message {
  color:#00a323;
  font-size:15px;
  font-weight:bold;
  padding:20px 10px;
  width:480px;
}

#share_page #facebook_message_label {
  padding:10px 20px 10px 0px;
  float:left;
  width:100px;
}

#share_page #facebook_message_label label {
  font-size: 20px;
  color: #000;
  line-height: 30px;
  text-align: right;
}

#share_page #facebook_message_container {
  float:left;
  width:480px;
}

#share_page #nav_checklist li.active:after {
  border-width: 28px;
  margin-top: -28px;
}

#share_page .left_sidebar {
  float:left; 
  width:230px;
  height:430px;
}

#share_page .nav_group {
  margin-left:30px;
}

#share_page .right_sidebar {
  float: left;
  width: 675px;
  margin-left: 35px;
}

#share_page #facebook_share_jeop {
  font-size: 41px;
  margin: 20px 0px 20px 0px;
  color: #00A323;
  padding: 10px;
  clear: both;
  line-height: 60px;
  text-align: center;
  }

#share_page #share_steps {
	margin:30px 0px;	
	position:relative;
}

#share_page .share_step, #share_page .share_step_selected {
	padding:10px;	
	float:left;
	cursor:pointer;
}

#share_page .share_circle {
	-moz-border-radius: 999px;
	border-radius: 999px;
	padding: 48px 53px 48px 43px;
	font-size: 60px;
	width: 23px;
	float: left;
	font-weight:bold;
}

#share_page .share_step_selected .share_circle {
	background-color:#00A323;
	color:#FFF;	
	text-shadow: -1px -1px -1px #666;
	
}

#share_page .share_step .share_circle {
	background-color:#CCC;
	color:#999;	
	text-shadow: -1px -1px #FFF;
	text-shadow: -1px -1px -1px #FFF;
}

#share_page .share_step_selected .step_description {
	color: #00A323;
	font-weight: bold;	
}

#share_page .step_description {
	font-size: 21px;
	padding: 36px 0px 0px 19px;
	line-height: 24px;
	text-align: center;
	float: left;
}

#share_page .share_step .step_description {
	color:#999;
}

#share_page .share_seperator {
	font-size: 36px;
	padding: 0px 15px;
	float: left;
	margin-top: -4px;
}

.page_green_overlay {
	background-color: #00A323;
	min-width: 680px;
	position: fixed;
	top: 0;
	right: 0;
	opacity:0.8;
	bottom: 0;
	left: 0;
	z-index: 500;
	display:none;	
}

.page_dark_green_overlay {
	background-color: #096d57;
	min-width: 680px;
	position: fixed;
	top: 0;
	right: 0;
	opacity:0.9;
	bottom: 0;
	left: 0;
	z-index: 500;
	display:none;	
}


.page_dark_black_overlay {
  background-color: #000;
  min-width: 680px;
  position: fixed;
  top: 0;
  right: 0;
  opacity:0.7;
  bottom: 0;
  left: 0;
  z-index: 500;
  display:none; 
}

#share_page .start_game {
	position: absolute;
	left: 35%;
	z-index: 666;
	margin-top: 104px;
	display:none;
}

.start_game .white_instruction {
	float: left;
}


#share_page .fb_find_word_instructions {
	position: absolute;
	left: 35%;
	z-index: 666;
	margin-top: 104px;
	display:none;
}

.fb_find_word_instructions .white_top_left_arrow {
	background: url(../../img/white_top_left_arrow.png) no-repeat;
	width: 151px;
	height: 83px;
	float: left;
	padding: 0px 10px;
}

.cancel_game {
	font-size: 15px;
	color: white;
	font-weight: bold;
	cursor: pointer;
	text-decoration: underline;
}

.fb_find_word_instructions .white_instruction {
	float: left;
}

.white_instruction {
	font-size: 43px;
	color: #FFF;
	margin: 10px;
	line-height: 52px;
}

.white_instruction .btn {
	margin:0px 30px;	
}

#share_page .fb_select_friend_instructions {
	position: absolute;
	left: 50%;
	z-index: 666;
	margin-top: -45px;
	display:none;
}

.fb_select_friend_instructions .white_bottom_left_arrow {
	background: url(../../img/white_bottom_left_arrow.png) no-repeat;
	width: 144px;
	height: 110px;
	padding: 0px 10px;	
}

.fb_select_friend_instructions .white_instruction {
}

#share_page .login_container {
	margin-top:40px;
	display:none;
}

#share_page .login_container .login_text {
	float: left;
	padding-top: 4px;
	color: #00A323;	
	font-size:20px;
}

.box_loading {
	font-size:26px;
	color:#096d57
}
.box_loading span {
	padding-left:20px;
}

.box_loading i {
	font-size:40px;
	vertical-align: -4px;
}

/* addressbook */
#share_addressbook .gmail_provider, #share_addressbook .windowslive_provider {
	float:left;
	padding:20px 0px;
	width:33%;
	cursor:pointer;
	height:170px;
	text-align:center
}

#share_addressbook .gmail_provider:hover,#share_addressbook .gmail_provider:active,
#share_addressbook .windowslive_provider:hover,#share_addressbook .windowslive_provider:active {
	border-top:7px solid #84b6ab;
	padding-top:13px;
}

#share_addressbook .manual_provider {
	font-size: 28px;
	padding-top: 57px;
	color: #00A323;
	float:right;
	width:34%;
	cursor:pointer;
	height:170px;
	text-align:center
}

#share_addressbook .manual_provider:hover,#share_addressbook .manual_provider:active {
	border-top:7px solid #84b6ab;
	padding-top:50px;
}

#share_addressbook .gmail_provider img {
	padding-top:40px;	
}

#share_addressbook .windowslive_provider img {
	padding-top:23px;	
}

#share_addressbook .manual_provider img {
	padding-top:27px;	
}

.headline_separated {
	color:#096d57;
	font-size:18px;
	padding:5px 0px;
	margin-top:40px;
	border-bottom:2px solid #84b6ab
}

#share_addressbook .addressbook_contact {
	float:left; width:170px;
	padding:5px;
	margin:2px;
	cursor:pointer;
}

#share_addressbook .addressbook_contact:hover, #share_addressbook .contact_selected {
  background-color: #CCEDD3;
  padding: 5px;
  border-radius: 5px;
}

#share_addressbook .addressbook_checkbox {
	float:left;	
	cursor:pointer;
}

#share_addressbook .addressbook_info {
	float:left;	
	cursor:pointer;
	padding-left:2px;
}

#share_addressbook .addressbook_name {
	font-weight:bold;
	cursor:pointer;
	font-size:13px
}

#share_addressbook .addressbook_email {
	font-size:10px;
	cursor:pointer;
}

#share_addressbook .addressbook_contacts_container {
	max-height:200px;
	overflow:auto;	
}

#share_elsewhere .share_elsewhere_providers {
	margin-top:20px;
}

#share_addressbook #manual_addressbook_contacts {
	display:none;	
}

#share_addressbook #manual_addressbook_contacts textarea {
  width: 100%;
  height: 150px;
  margin: 15px 0px;
}

.chardinjs-tooltiptext {
  background-color: #096d57;
  padding: 10px;
  color: #FFF;
  font-weight: bold;
  border-radius: 5px;
}

.fb_connect_button {
  background:url("../../images2/fb_big.png");
  width:228px;
  height:42px;
  display:block;
}

.fb_connect_button:hover {
  background:url("../../images2/fb_big_hover.png");
}

/* QUICK LOGIN REGISTER STYLES */

#qlr {
	width:780px;
	position:fixed;
	top:50%;
	left:50%;
	z-index:1000;
	margin:-160px 0px 0px -390px;
	border-radius:10px;
	height:375px;
	background-color:#FFFFFF;
	-webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
	box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
}



#challenge_popup_container {
  position:fixed;
  top:42%;
  left:50%;
  z-index:1000;
  margin:-160px 0px 0px -390px;
  border-radius:10px;
  background-color:#000;
  padding:10px;
  background-image: url('../../images/slider/bg-challenge-1.jpg');
  height:440px;
  width:820px;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover; 
  background-size: cover;
  }

  #challenge_popup_container2 {
  position:fixed;
  top:32%;
  left:62%;
  z-index:1000;
  margin:-160px 0px 0px -390px;
  border-radius:10px;
  padding:10px;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover; 
  background-size: cover;
  }

  #challenge_film_popup_container {
  position:fixed;
  top:42%;
  left:50%;
  z-index:1000;
  margin:-160px 0px 0px -390px;
  border-radius:10px;
  background-color:#000;
  padding:10px;
  height:440px;
  width:850px;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover; 
  background-size: cover;
  }

  #challenge_popup_jointhearab{
    font-family:Arial;padding-top:15px;
    padding-left:10px;font-size:25px;
    color:#fff;line-height: 30px;
  }

    #challenge_popup_areyou_a_filmmaker{
    font-family:Arial;padding-top:140px;
    padding-left:-3px;font-size:40px;
    color:#bbbbbb;line-height: 38px;
  }

#qlr .accept_terms {
  font-size: 12px;
  padding-top: 4px;
  color:#096d57;
}


#qlr #login_with_facebook {
  float: left;
  width: 330px;
  height: 355px;
  background-color: #E6E6E6;
  padding: 10px 20px 10px 40px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

#qlr #standard_forms {
	float:left;
	width:350px;
	padding:10px 20px;
	background-color:#FFF;
	border-top-left-radius:10px;
	border-bottom-bottom-radius:10px;
	position:relative;
}

#qlr .fb_guideline_container {
  margin: 10px 0px;
}

#qlr .fb_guideline_count {
  padding: 6px 11px;
  background-color: #CCC;
  border-radius: 71px;
  color: #FFF;
  font-size: 20px;
  float: left;
  text-align: right;
  font-weight: bold;
}

#qlr .fb_guideline_content {
  float: left;
  margin-left: 14px;
  width: 233px;
}

#qlr .fb_guideline_title {
  font-weight: bold;
  font-size: 16px;
  padding: 0px 0px 0px 0px;
  color: #999;
  line-height: 19px;
}

#qlr .fb_guideline_description {
  font-size: 15px;
  padding: 5px 0px;
  line-height: 20px;
  color: #999;
}

#qlr #qr {
	display:block
}

#qlr #ql {
	display:none;	
}

#qlr #qlr_forms {
		
}
#qlr label {
	color:#00A323;
	font-size:19px;
}
#qlr input {
	border:2px solid #7fd191;
	outline:none;
	color:#00A323;
	font-size:19px;
	padding:10px;	
}
#qlr input:focus,#qlr input:hover  {
	border:2px solid #00A323;	
}
#qlr .checkbox {
	font-size:12px;	
	margin-top:13px;
}
#qlr h5 {
	padding-bottom:15px;	
}
#qlr .control-label {
	width:90px;
	padding-top:9px;	
}
#qlr .controls {
	margin-left:110px;	
}
#qlr .fast_and_easy {
	color:#00A323;
	margin-bottom:10px;	
}
#qlr .clicks_away {
	font-size:25px;
	color:#FFFFFF;
	font-weight:bold;
	position:absolute;
	margin-top:-40px;	
}

#qlr .create_account_link {
  background-color: #EFEFEF;
  padding: 14px 67px;
  text-align: center;
  color: #999;
  margin: 10px;	
}
#qlr #form_loading {
	background-color: white;
	position: absolute;
	width: 200px;
	display: none;
	color: #00A323;
	font-size: 40px;
	text-align: center;
	top: 50%;
	left: 50%;
	border: 5px solid #00A323;
	padding: 32px;
	border-radius: 10px;
	margin: -74px 0px 0px -137px;
	z-index:100;
}

.container_gif_loading {
  width:780px;
  position:fixed;
  top:50%;
  left:50%;
  z-index:99999999;
  margin:-160px 0px 0px -390px;
  border-radius:10px;
  height:375px;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
}
.gif_loading {
  background-color: white;
  position: absolute;
  width: 200px;
  display: none;
  color: #00A323;
  font-size: 40px;
  text-align: center;
  top: 50%;
  left: 50%;
  border: 5px solid #00A323;
  padding: 32px;
  border-radius: 10px;
  margin: -74px 0px 0px -137px;
  z-index:100;
}

#subscribe_arabic_version_clone {
	display:none;
	padding:10px;	
}

#confirm_alert {
	width:100%;
	background-color:#FFFFCC;
	color:#999;	
	padding:5px 0px;
	border-top:1px solid #CCC;
	font-weight:bold;
}

/* PERK OPTIONS */


#perk_options .perk_option .click_container {
  cursor:pointer;
}

#perk_options .perk_option .perk_option_container {
  padding: 0px;
  margin: 20px 0px;
}

#perk_options .perk_option .indicator_container {
  float: left;
  width: 116px;
}

#perk_options .perk_option .unselected_indicator {
  font-size: 34px;
  text-align: center;
  color: #999;
  background-color: #CCC;
  padding: 27px 10px 23px 10px;
  -moz-border-radius-topleft: 5px;
  -webkit-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  -webkit-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.perk_option .perk_click_to_select {
  font-size: 15px;
margin-top: 9px;
}

#perk_options .perk_option .selected_indicator {
  font-size: 34px;
  text-align: center;
  color: #FFF;
  background-color: #00A323;
  padding: 27px 10px 23px 10px;
  display: none;
  -moz-border-radius-topleft: 5px;
  -webkit-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  -webkit-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
}


#perk_options .perk_option.hover .selected_indicator{
  display:block;
  background-color:#999;
}

#perk_options .perk_option.hover .perk_content{
  border:1px solid #999;
}

#perk_options .perk_option.hover .unselected_indicator{
  display:none;
}


#perk_options .perk_option.selected .selected_indicator{
  display:block;
  background-color:#00A323;
}

#perk_options .perk_option .perk_content {
  width: 536px;
  height: 69px;
  background-color: #FFF;
  float: left;
  padding: 10px 0px 18px 10px;
  border: 1px solid #CCC;
}

#perk_options .perk_option.selected .perk_content{
  border:1px solid #00A323;
}

#perk_options .perk_option.selected .unselected_indicator{
  display:none;
}

/* PAYMENTOPTIONS */


#payment_options .payment_option .click_container {
  cursor:pointer;
}

#payment_options .gateway_specific {
  display:none;
  background-color: #CCEDD3;
  border: 1px solid #00A323;
  border-bottom: 3px solid #00A323;
  margin-top: -4px;
  z-index: 10;
  border-top: 0px;
  float: right;
  margin-right:8px;
  width: 542px;
}

#payment_options .payment_option {
  position:relative;
}

#payment_options .recommended {
  position: absolute;
  left: 63px;
  top: -9px;
}

#payment_options .payment_option .payment_option_container {
  padding: 0px;
  margin: 20px 0px;
}

#payment_options .payment_option .indicator_container {
  float: left;
  width: 116px;
}

#payment_options .payment_option .unselected_indicator {
  font-size: 24px;
  text-align: center;
  color: #999;
  background-color: #CCC;
  padding: 29px 10px;
  -moz-border-radius-topleft: 5px;
  -webkit-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  -webkit-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

#payment_options .payment_option .selected_indicator {
  font-size: 68px;
  text-align: center;
  color: #FFF;
  background-color: #00A323;
  padding: 15px 10px;
  display: none;
  -moz-border-radius-topleft: 5px;
  -webkit-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  -webkit-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
}


#payment_options .payment_option.hover .selected_indicator{
  display:block;
  background-color:#999;
}

#payment_options .payment_option.hover .gateway_image{
  border:1px solid #999;
}

#payment_options .payment_option.hover .unselected_indicator{
  display:none;
}


#payment_options .payment_option.selected .selected_indicator{
  display:block;
  background-color:#00A323;
}

#payment_options .payment_option.selected .gateway_image{
  border:1px solid #00A323;
}

#payment_options .payment_option.selected .unselected_indicator{
  display:none;
}


#payment_options .payment_option .gateway_image {
  width: 501px;
  height: 69px;
  background-color: #FFF;
  float: left;
  padding: 14px 0px 14px 41px;
  border: 1px solid #CCC;
}

#payment_options .balanced_form_container {
  padding:20px 10px 0px 10px;
}

#payment_options .balanced_form_container input {
  color:#00A323;
}

#payment_reattempt .gateway_image {
  margin:20px 0px 20px 0px;
}

#payment_reattempt .gateway_specific {
  background: #CCEDD3;
  padding: 20px 0px 10px 0px;
  border-radius: 10px;
}

.add_fund_gateway {
	float:left;	
	width:50%;
}

.add_fund_gateway.active label {
	border-left:4px solid #00A323;	
	background-color:#CCEDD3;
}

.add_fund_gateway label {
	float: left; 
	width:278px; padding: 10px; background-color: white; border:1px solid #CCC; border-left:4px solid #CCC;
	margin: 5px;
	height:30px;
}

.add_fund_gateway .gateway_img_container {
	float:left;	
}

.add_fund_gateway .gateway_img_container img, #wallet_payment img {
	width:55px;	
}

.add_fund_gateway .gateway_fees_container, #wallet_payment .gateway_fees_container {
	float:left;
	color:red;
	padding:7px 10px 0px 10px;
	font-style:italic;
	font-size:12px;
}

.add_fund_gateway input {
	float:right; margin-top:10px;	
}

#wallet_payment label {
	width:607px; padding: 10px; background-color: white; border:1px solid #CCC; border-left:4px solid #CCC; margin: 5px;	
}

#wallet_payment #wallet_detail {
	float:left;	
}

#wallet_payment input {
	float: right;
}

#wallet_payment #wallet_detail {
	width:480px;	
}

/* Project Details */

#project_details {
	background-color:#dfdfdf;
	margin-bottom:-30px;
}

.h3_project_details {
	font-weight:bold;
	font-size:36px;
	padding:30px 0px;
	float:left;
	width:70%;
}

#project_details .project_settings {
	float:right;
	list-style:none;
	margin:0px;
	padding:0px;
}

#project_details .project_settings li {
	background-color:#FFFFFF;
	border-left:5px solid #bebebe;
	padding:7px 10px;
	color:#000000;
	width:150px;
	margin:15px 0px;
	font-size:12px;
}

#project_details .project_settings img {
	width:20px;	
	padding-right:3px;
}

#project_details .project_settings li:hover {
	border-left:5px solid #00A323;
	text-decoration:none;
	color:#00A323;
}

#project_details .project_settings a {
	text-decoration:none;
	color:#000000;
}

#project_details .project_main_content {
	background-color:#FFFFFF;
	border-top:10px solid #00A323;
	padding-top:20px;
	position:relative;
}


#project_details .social_corner {
  padding: 10px 10px 0px 10px;
  text-align: center;
  margin-left: -110px;
  width: 87px;
  height:500px;
}

#project_details .be_more_effective {
  border-bottom:1px solid #999; color:#999; font-size:10px;
  margin:25px 0px 0px 0px;
}

#project_detilas .quick_email {
  text-align:center;
}

#project_details .quick_email .email_input_collapse {
  border: 2px solid #C9C9C9;
  border-radius: 5px;
  margin-top: 6px;
  position: relative;
}

#project_details .quick_email .email_input_collapse #email_input_go{
  display:none;
}

#project_details .quick_email .email_input_collapse input {
  font-size: 10px;
  width: 75px;
  color: #00A323;
  margin: 0px;
  padding: 3px;
}

#project_details .quick_email .email_input_expand {
  border: 4px solid #C9C9C9;
  border-radius: 5px;
  margin-top: 6px;
  position: relative;
  width: 315px;
  z-index: 2;
}

#project_details .quick_email #email_input_go i {
  color: #FFF;
  font-size: 12px;
}

#project_details .quick_email .email_input_expand #email_input_go{
  display: block;
  padding: 9px 4px 9px 10px;
  position: absolute;
  margin-top: -44px;
  margin-left: 244px;
  width: 52px;
  z-index: 5;
}

#project_details .quick_email .email_input_expand input {
  font-size: 18px;
  width: 294px;
  color: #00A323;
  margin: 0px;
  padding: 15px 10px 12px 10px;
}

#project_details .quick_email i{
  font-size:36px;
  color:#096d57;
  margin:5px;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
}



#project_details .spread_word{
  cursor:pointer;
  text-align: center;
  padding: 5px;
  border-radius: 5px;
  color:#096d57;  
  width:75px;
  line-height:14px;
  
}

#project_details .spread_word:hover {
  color:#085141;
}

#project_details .spread_word i{
  font-size:36px;
  margin:5px;
}

#project_details .spread_word .spread_text {
  font-weight:bold;
  font-size: 15px;
  padding-top:3px;
}

#project_details .spread_word .the_word_text {
  font-size:13px;

}

#project_details .broadcast {
	font-size: 14px;
	width: 46px;
	text-align: center;
	padding: 8px 30px 3px 5px;
	margin: 0px;
	margin-left: -10px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-top: 0px solid #999;
	margin-top: 11px;	
}

#project_details .floating {
	position: absolute;
	top: -10px;	
}

#project_details .project_col_left {
	width:63%;
	margin-right:3%;
	margin-left:2%;
	float:left;
}

#project_details .project_col_left .nav {
	margin-bottom: 40px;	
}

#project_details .nav .a:hover {
		border-bottom: 1px solid #096D57;	
}

#project_details .project_col_right {
	width:30%;
	float:left;
}

#project_details #quick_info .well {
	background-color:#DFDFDF;	
}

#project_details #quick_info .info_label {
	font-size:17px;
	color:#999;
	padding-bottom:5px;
	border-bottom:1px solid #CCC;
	margin-bottom:10px;
}

#project_details #quick_info .info_details {
	color:#157b3c;
	font-size:18px;
	line-height:23px;
}

#project_details #funding_summary {
	margin:20px 0px;	
}

#project_details #funding_summary_content {
	border-bottom: 2px solid white;	
}

.chardinjs-tooltiptext .count {
  position: absolute;
  top: -21px;
  left: -59px;
  font-size: 48px;
  background-color: #FFF;
  padding: 21px 18px;
  border-radius: 37px;
  color: #096D57;
}


.chardinjs-tooltiptext .exit_tour {
  color: #999;
  font-weight: normal;
  text-decoration: underline;
  text-align: right;
  position: absolute;
  right: 14px;
  bottom: -20px;
  font-size: 13px;
}

.chardinjs-tooltip.chardinjs-top .chardinjs-tooltiptext .exit_tour {
  bottom: -10px !important;
}

.project_page_guidelines_header {
  text-align: center;
  left:auto;
  top: 260px;
  width: 100%
}

.project_page_guidelines_header a{
  font-size: 40px;
  text-align: center;
  color: #FFF;
  line-height: 43px;
  font-weight: bold;
  border-bottom: 1px dashed #FFF;
  padding-bottom:2px;
  text-decoration: none;
}

.project_page_guidelines_header a:hover {
  border-bottom: 1px dotted #999;
  text-decoration: none;
  color:#999;
}

.project_page_guidelines_header span {
  font-size:30px;
  font-weight:normal;
}

#project_details .black_overlay {
	width:100%; height:70px; background-color:#34413e;
    background-image:url('../../img/pattern.png'); 
}

#project_details .green_overlay {
	position:absolute;
	top:0px;
	left:0px;
	width:10%;
	height:70px; background-color:#0f862b;
	border-right: 10px solid #00a323;	
}

#project_details .text_overlay {
	top:0px;
	left:0px;
	position:absolute;
	width:100%;
}

#project_details .helper_overlay {
	position:absolute;
	top: -174px;
	right: 53px;
	width:100%;
}

#project_details .text_container {
	padding: 20px 0px 10px 25px;
	font-weight:bold;
	font-size: 28px;
	margin-top: 6px;
	float:left;
	width:63%
}

#project_details .funding_details {
	float:left;	
	margin-top: -25px;
  padding-top: 15px;
}

#project_details .what_is_crowdfunding {
    font-weight: bold;
    color: #999;
    border: 2px dotted #CCC;
    padding:10px;
    background-color:#EFEFEF;
}

#project_details .collected_out_of {
	font-size:13px;
	color:#FFFFFF;
	margin-top:5px;
}	

#project_details .amount_collected {
	font-size:25px;
	color:white;
}

#project_details .days_remaining {
	font-size:25px;
	color:white;
	float:right;
	margin-top:-2px;	
}

#project_details #project_links {
	font-size:25px;
	margin-top:0px;
	padding: 15px 25px 10px 0px;
	color:white;
	float:right;
	width:287px;
}

#project_details #project_links a {
	font-size: 16px;
	font-weight: bold;
	line-height: 31px;
	text-align: center;
	width: 252px;
	margin-left: 12px;	
}

#project_details .ruler {
	background:URL("../../img/ruler.gif") no-repeat; width:100%px; height:23px;	
}

#project_details .stats_count {
	float:left;
	width:35px
}

#project_details .stats_count_value {
	float:right;
	padding:2px 7px;
	color:#FFF;	
	border-radius:5px;
  font-weight: bold;
}

#project_details .stats_label {
	color:#858585;
	font-size:12px;
	padding-left:7px;
	float:left;
}

#project_details .stats_group {
	margin:5px 33px;	
}

#stats_views .stats_count_value {
	background-color:#b2b2b2;
}

#stats_shares .stats_count_value {
	background-color:#72b9c1;
}

#stats_contributors .stats_count_value {
	background-color:#6fc181;
}

#project_details .percentage_complete_label {
	position: absolute;
	font-size: 21px;
	font-weight: bold;
	color: #00A323;
	margin-top: 10px;	
}

/* Project Details End */

.stick_top {
  position: fixed;
  top: 0;
  z-index: 444;
  }

  .stick_bottom {
  position: fixed;
  bottom: 0;
  z-index: 444;
  }
 
 
/* Create project */
 
#create_edit_project h3{
	font-weight: bold;
	font-size: 36px;
	padding: 30px 0px;
	float: left;
	width: 70%;	
}

#create_edit_project .create_edit_project_main_content {
	background-color:#FFFFFF;
	border-top:7px solid #00A323;
	padding-top:20px;
	position:relative;
}

#project_group_basics .help-block, #project_group_rewards .help-block, #project_group_biography .help-block {
  width: 430px;
}

#project_group_video .help-block {
  width:556px;
}

#create_edit_project .left_sidebar {
	float:left;	
	width:230px;
  min-height:850px;
}

#create_edit_project .right_sidebar {
	float: left;
	width: 675px;
	margin-left: 35px;
}

#create_edit_project .all_guidelines {
  margin-left: 50px;
  margin-top: 30px;
}

.guideline_container {
  margin:20px 0px;
}

.guideline_count {
  padding: 19px 21px;
  background-color: #CCC;
  border-radius: 71px;
  color: #FFF;
  font-size: 30px;
  float: left;
  text-align: right;
  font-weight: bold;
}

.guideline_content {
  float: left;
  margin-left: 20px;
  width: 525px;
}

.guideline_title {
  font-weight: bold;
  font-size: 30px;
  padding: 15px 0px 10px 0px;
  color: #999;
  line-height: 32px;
}

.guideline_description {
  font-size: 15px;
  padding: 5px 0px;
  line-height: 20px;
  color: #999;
  text-align: justify;
}

.project_group, .nav_group {
	display:none;	
}


.onecol-controls {
	margin:20px 0px 0px 50px;
	width:600px;
	position:relative
}

.onecol-control-label {
	margin-left:50px;
	font-size:20px;
	margin-top:20px;
}

.validate-ok {
	color: #00A323;
	font-size: 37px;
	position: absolute;
	right: -45px;
	margin-top: 5px;	
  text-shadow: 1px -1px 1px #666;
}

.validate-error {
	color:#999;
	font-size: 37px;
	position: absolute;
	right: -45px;
	margin-top: 5px;
  text-shadow: 1px -1px 1px #666;
}

.validation_error_msg {
  color: #F00;
  font-size: 12px;
  font-weight: bold;
  margin: 6px 0px;
}

.grey_bg {
	background-color:#DFDFDF;	
}

#project_group_video input {
	width:570px;	
}

.perk_header , .sponsor_perk_header {
	background-color:#EFEFEF;
	border-bottom:1px solid #CCC;
	margin:0px 0px 20px 0px;
	padding:15px;
	cursor:pointer;
	border-radius:5px;
}

.perk_header:hover , .sponsor_perk_header:hover {
	background-color:#E1E1E1	
}

.perk_header_active ,.sponsor_perk_header_active{
	border-bottom:1px solid #00a323;
	background-color:#ccedd3;
}

.perk_header_active:hover , .sponsor_perk_header_active:hover {
	background-color:#ccedd3;
}

.perk_header_title,.sponsor_perk_header_title {
	font-size:20px;
	font-weight:bold;
	float:left;
}

.perk_header_controls,.sponsor_perk_header_controls {
	float:right;	
}

.quick_save_project_container {
  width: 700px;
  text-align: center;
  background: rgba(199, 199, 199, 0.6);
  padding: 10px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.last_saved_on_container {
  padding-right:15px;
  color:#666;
  font-weight:bold;
}

.last_saved_on {
  font-weight:bold;
  color:#096d57;
}

#nav_checklist {
	list-style:none;
	margin:0px;
	padding:0px;
	width:230px;	
}

#nav_checklist li span {
  padding: 3px 9px 3px 9px;
  background-color: #999;
  color: #FFF;
  font-weight: bold;
  border-radius: 15px;
}

#nav_checklist li.active span {
  background-color:#FFF;
  color:#096d57;
}

#nav_checklist a {
    display: block;
    padding:13px 22px 13px 25px;
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    transition: 0.5s all ease;
    color: #666;
    text-decoration: none;
}

#nav_checklist li:hover {
}

#nav_checklist li.active {
    position: relative;
	background: #096d57;
	border:0px;
}

#nav_checklist li.active:after {
	left: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

#nav_checklist li.active:after {
	border-color: rgba(0, 163, 35, 0);
	border-left-color: #096D57;
	border-width: 23px;
	top: 50%;
	margin-top: -23px;
}

#nav_checklist li.active a {
	color:white;	

}


#nav_checklist li {
	border-bottom:1px solid #DDD;	
	font-size:20px;
	font-weight:bold;
	padding:0px;
}

#nav_checklist .done a {
	color:#00A323;
}
#nav_checklist .incomplete a {
	color:#666;
}
#nav_checklist .notice a {
	color:#c49a1b;
}

/* CREATE PROJECT FORM */

#create_edit_project .control-label {
	font-size:20px;
	padding:14px 2px;
	width:175px;
}

#create_edit_project input {
	font-size: 20px;
}

#create_edit_project input[type="text"], #create_edit_project textarea {
	padding: 14px;
	color: #00A323;
	width: 400px;
}


#create_edit_project input::-webkit-input-placeholder {
   font-size:14px;
}

/* For Mozilla Firefox */

#create_edit_project input:-moz-placeholder {
    font-size:14px;
}


#create_edit_project .onecol-controls input, #create_edit_project .onecol-controls textarea {
	
	width: 520px;
}

#create_edit_project select {
  color: #00A323;
  font-size: 20px;
  width: 428px;
  height: 56px;
  padding: 14px;
}	


#create_edit_project textarea {
	 font-size: 15px;
}	

#create_edit_project .controls {
	margin-left: 190px;
	position:relative;
  width:430px;
}

#create_edit_project #percentage_complete_container {
	text-align:left;
	margin-top:15px;
	margin-left:20px;	
}

#create_edit_project #percentage_complete_number {
	font-size:72px;
	color:#000;
	font-weight:bold;
	margin-top:15px;
	line-height:72px;
}

#create_edit_project #percentage_complete_text {
	font-size:34px;
	color:#000;
	line-height:34px;
}


#location.locked_input {
	background-color:#ccedd3;
}

.drop_image_container {
  border:1px dashed #CCC;
  cursor: pointer;
}

.drop_image {
  background-color: #EFEFEF;
  padding:10px 10px;
  margin:3px;
  text-align: center;
  font-size:19px;
  color:#999;
}

.drop_image_container:hover {
  border-color: #999;
}

.drop_image:hover {
  background-color: #CCEDD3;
  color: #333;
}

.drop_image #file_up {
  height:150px;
}

.drop_image .image_preview {
  background-color: #FFF;
  padding: 10px;
  border: 1px solid #00A323;
}

.drop_image .noimage {
  padding:25px 0px;
}


/* Header */
#searchprj:focus {
	border:auto;	
}

/* My projects Page */

#my_projects_page .mp_image {
  float:left;
}

#my_projects_page .mp_box {
  margin: 20px;
  border: 1px solid #CCC;
}

#my_projects_page .mp_box:hover {
  border-right:3px solid #CCC;
  padding-right:0px;
  background-color:#EFEFEF;
}

#my_projects_page .mp_title {
  font-size:21px;
  color:#000;
  padding:5px 0px 20px 0px;
  font-weight:bold;
}

#my_projects_page .mp_remaining_validation{
  color:#096d57;
  font-size:15px;
  margin-top:18px;
}

#my_projects_page .mp_title a{
  color:#000;
}

#my_projects_page .mp_details {
  float:left;
  width:485px;
}

#my_projects_page .mp_details.live {
  background-color:#CCEDD3;
}

#my_projects_page .mp_details_content {
  padding:15px;
}

#my_projects_page .mp_actions {
  text-align: right;
  margin-top: 0px;
  padding: 10px;
  background-color: #EFEFEF;
}

#my_projects_page .delete_project_btn {
  color:red;
  text-decoration: underline;
  font-size:12px;
  padding-right:10px;
  cursor: pointer;
}


#my_projects_page h4 {
    margin: 40px 20px;
    font-size: 25px;
    color: #000;
    font-weight: 200;
}

#my_projects_page .stats {
  float: left;
  margin: 0px 5px 0px 0px;
  border-radius: 5px;
  padding: 2px 7px;
  font-weight:bold;
}


#my_projects_page .stats_views {
  color:#FFF; 
  background-color:#b2b2b2;
}

#my_projects_page .stats_shares {
  color:#FFF; 
  background-color:#72b9c1;
}

#my_projects_page .stats_backers {
  color:#FFF; 
  background-color:#6fc181;
}

#my_projects_page .mp_funds_raised {
  margin: 15px 0px 0px 0px;
  font-size: 15px;
  color: #00A323;
}


/*
PAYMENT PAGE
*/
.via_gateway {
  font-size: 17px;
  font-weight: bold;
  color: #999;
  padding-bottom: 11px;
  border-bottom: 1px dashed #CCC;
  margin-top: -5px;
}

.via_gateway span {
  color:#096d57;
}

/*
USER PAGE
*/
#user_profile_page .nav {
  margin-bottom:0px;
}

#user_profile_page .name_description {
  padding: 0px 15px;
}

#user_profile_page .name_description h3 {
  color:#00a323;
}

#user_profile_page .user_info {
  margin:30px 0px 40px 0px;
}

#user_profile_page .tab-content {
  padding:20px 15px;
}

#user_profile_page .box_title {
  border-bottom:1px solid #CCC;
  padding-bottom:8px;
  margin-bottom:20px;
}

#user_profile_page .social_media_link {
  padding:10px;
}

#user_profile_page .contact_box {
  margin: 6px 0px 9px 172px;
}

#user_profile_page .user_info img {
  margin-top:20px;
}

/* HELP PAGE */

#help_page h2 {
  color: #666;
  font-weight: bold;
  padding: 12px;
  background-color: #EFEFEF;
  font-size: 20px;
  border-left: 3px solid #CCC;
}



#help_page .right_sidebar {
  width: 620px;
  margin-left: 90px;
}

#help_page #fees_table {
  margin: 50px 0px 0px 0px;
}

#help_page .fees_header {
  padding: 20px 40px;
  font-weight: bold;
  color: #096d57;
  font-size: 17px;
  border-bottom: 4px solid #096d57;
}

#help_page .quick_save_project_container {
  width:600px;
}

#help_page .fees_details {
  padding: 35px;
  font-size: 26px;
  color: #999;
}

#help_page .fees_details div {
  font-size:14px;
  color:#999;
  padding:5px 0px;
}

#help_page .campaign_status {
  font-size: 15px;
  font-weight: bold;
  padding: 35px 10px;
  width: 99px;
  }

#help_page .all_guidelines {
  margin-left: 0px;
  margin-top: 30px;
}


#faq .question {
  font-size: 14px;
  margin-left: 15px;
}

#faq .question_group {
  font-weight: bold;
  color: #666;
}

#faq .answer_question_group {

}

#faq .answer_question {
  color:#666;
  font-weight: bold;
  font-size: 14px;
}

#faq .answer {
  font-size: 14px;
  margin-left: 15px;
}


/* END HELP PAGE */

.hash_nav .right_sidebar {
  float: left;
  width: 675px;
  margin-left: 35px;
}

.hash_nav .left_sidebar {
  float:left; 
  width:230px;
  height:430px;
}

.hash_nav .main_content {
  background-color:#FFFFFF;
  border-top:7px solid #00A323;
  padding-top:20px;
  position:relative;
}

.hash_nav h3{
  font-weight: bold;
  font-size: 36px;
  padding: 30px 0px;
  float: left;
}


/* Successfully paid page */
#paid_success .thank_you_container {
  margin: 0px;
  background-color: #CCEDD3;
  padding: 20px;
  border-bottom: 1px solid #CCC;
}

#paid_success .funded_project_thumbnail {
  float: left;
  margin-left: -20px;
}

#paid_success .funded_project_actions {
  margin: 0px 0px 0px 20px;
  padding-bottom:10px;
  position: relative
}

#paid_success h2 {
  margin-bottom: 20px;
  color: #00A323;
  border-bottom: 1px solid #CCC;
  padding-bottom: 10px;
}

#paid_success .quick_email .email_input_expand {
  border: 4px solid #C9C9C9;
  border-radius: 5px;
  margin-top: 6px;
  position: relative;
  width: 315px;
  z-index: 2;
}

#paid_success .quick_email {
  margin-top:20px;
}

#paid_success .quick_email #email_input_go{
  display: block;
  padding: 11px 4px 11px 10px;
  position: absolute;
  margin-top: -49px;
  margin-left: 494px;
  width: 92px;
  z-index: 5;
  font-size: 20px;
}

#paid_success .quick_email .quick_email_label {
  font-size: 18px;
  color: #000;
  padding: 5px 0px;
  margin: 30px 0px 10px 0px;
}

#paid_success .quick_email input {
  font-size: 20px;
  width: 587px;
  color: #00A323;
  margin: 0px;
  padding: 18px 10px 16px 10px;
}

#paid_success .email_via_gmail {
    background: url("../../img/gmail_icon.png") no-repeat 5px;
}

#paid_success .email_via_outlook {
    background: url("../../img/outlook_icon.png") no-repeat 5px;
}

#paid_success .social_sharing {
  margin-top:40px;
}

#paid_success .compose_manual_emails div {
  padding-left: 50px;
  height: 40px;
  line-height: 40px;
  color: #666;
  text-decoration: underline;
  background-color: #A8D6B2;
  border-radius: 5px;
  margin-top: 15px;
  cursor: pointer;
  margin-right: 15px;
  float: left;
  padding-right: 20px;
}

#paid_success .similar_projects_container {
  margin-top: 35px;
}

#paid_success .compose_manual_emails div:hover {
  background-color: #69B379;
  color: #FFF;
}
#paid_success .fb_like_box {
  background-color: #FFF;
  margin-top: 36px;
  width: 200px;
  position: absolute;
  bottom: -25px;
  right: -22px;
  border-radius: 5px;
}

/* PROJECT REPORT PAGE */
#project_report h3 {
  color: #666;
  font-weight: bold;
  padding: 5px 10px;
  background-color: #EFEFEF;
  font-size: 15px;
  border-left: 4px solid #CCC;
}

/* ABOUT US PAGE */
#about_page .profile_img {
  float:left;
  width:200px;
  height:200px;
}

#about_page .profile_img img {
  width:200px;
  height:200px;
}

#about_page .profile_content {
  float:left;
  margin-left:20px;
  margin-top:25px;
}

#about_page .profile_name {
  color:#00a323;
  font-size:25px;
  padding-bottom:10px;
  font-weight:bold;
}

#about_page .profile_position {
  color:#666;
  font-weight: bold;
  font-size: 14px;
  padding:10px 0px;
}

#about_page .profile_description {
  font-size:14px;
  color:#666;
  padding:10px 0px;
  width:355px;
}

#about_page .profile_links {
  margin-top:10px;
}

#about_page .profile_links .website_link {
  font-weight:bold;
  color:3096d57;
}

#about_page .profile_links img {
  padding-right:10px;
}

#about_page .profile_box {
  border-bottom: 1px solid #CCC;
  padding: 60px 0px;
}

#about_page .nav_group {
  margin-left:100px;
}


.slider_caption_project {width:100%;padding:7px;background-color: rgba(0, 0, 0, 0.6);font-size:19px;position:absolute;bottom:0px;color:#fff;right: 0px;}

#slider_text_join_arab {font-size:39px;position:absolute;top:28px;right: 0px;color:#00a323;line-height: 44px;}
#slider_btn_join_arab  {margin-top: 10px;font-weight: bold;margin-left: 5px;}
#slider_text_let_your  {font-size:39px;position: absolute;top: 105px;color: white;line-height: 44px;}
#slider_btn_let_your   {margin-top:10px; font-weight:bold}
#slider_text_take_arab {font-size:39px;position: absolute;top: 40px;right: 170px;color: white;line-height: 44px;}
#slider_text_lets_bring {font-size:55px;position: absolute;top: 125px;left:10px;color: white;line-height: 66px;font-weight:bold;}


#slider_btn_whomen_pioneers {margin-top: 20px;}
#slider_text_whomen_pioneers {color:#d12074;font-family: 'Dosis', sans-serif;position: absolute;top: 55px;left:10px;}
#text_whomen_pioneers_right_inside {font-family:'StMarie-Thin';position: absolute;top: 130px;left:0px;line-height:44px;font-size:38px;color:#fff;}
#text_whomen_pioneers_right {position: absolute;top: 70px;right:0px;text-align:right;line-height:35px;font-family:'StMarie-Thin';font-size:25px;color:#ccc;}

.text_whomen_pioneers_right_down {position: absolute;top: 305px;right:0px;text-align:right;}

#slider_btn_whomen_pioneers .btn-very-light-green{font-family:arial;background:#d12074;font-size:18px;font-weight:bold;}
.whomen_pioneers_slider_logo{position:absolute;bottom:20px;right:0px;text-align:right;line-height:35px;font-family:arial;font-size:28px;color:#ccc;}
#challenge_bannertext_jointhearab{font-family:Arial;padding-top:15px;font-size:33px;color:#fff;line-height: 42px;}
.every_dollar_contribute{font-family:Arial;width: 399px;font-size: 24px;line-height: 24px;color: #d82a7c;}
#text_whomen_pioneers_learnmore{margin-top:5px;color:#fff;font-size:14px;text-decoration:underline;line-height:31px;}
#slider_btn_take_arab  {margin-top: 15px;font-weight: bold;margin-left: 280px;}
#slider_btn_lets_bring {margin-top: 15px;font-weight: bold;margin-left: 0px;}
#response_msg_callme   {color:#00A323;font-size:13px;font-weight:bold;display:none}

.textbox_small{padding:4px 14px  !important;}


 .label_small{
    font-size: 15px !important;
    padding: 3px !important;
    color:#7b7b7b !important;
 }

.container_field_lang2{display:none;margin-top:10px;}

.container_field_lang2 .control-label {width:62px !important;color:#09731f !important;}
.container_field_lang2 .textbox_small, .container_field_lang2 textarea {width:330px !important;font-size:13px !important;}

.stamp_comp_proj {width:230px;position:absolute;top:50px;left:4px;}

.table_radio tr td {vertical-align:middle;padding:2px;color:#565656;padding-top:15px;  font-size: 16px}
.table_radio input[type="radio"] {margin:0px;}


.sponsor_thumb{height:220px;margin:0px;}


/* Start Project review Section */
.review_admin_section{z-index:999999;background:#fff;position:fixed;right:0px;top:0px;padding:0px;width:200px;border:3px solid #3f3f3f;border-right:0px;}
.review_admin_section form {margin:0px;}
.table_criteria tr td {line-height:16px;padding:0px 1px 0px 3px;font-size:10.5px;}
.check_criteria {vertical-align:top}
.box_criteria_list{padding:0px;border-bottom:0px solid #fff;}
.criteria_tab {border-top:1px solid #fff;padding:1px 4px;cursor:pointer;background:#096d57;color:#fff;}
#staff_review_title{padding:3px;background:#00a323;color:#fff;font-size:15px;text-align:center;}
#staff_review_title a i{font-size:21px;}
#table_criteria_content,#table_criteria_notes,.table_criteria_sub{display:none;}
#table_criteria_concept  tr td {padding:3px;}
.radio_criteria_concept {vertical-align:top}
.table_rev_detail tr td{padding:3px;border: 1px solid #ccc;}
.data_notes{cursor:pointer;}
.table_rev_detail_header{color:#fff;background:#676767}
.edit_note_icon ,.remove_note_icon ,.cancel_editing_note {cursor:pointer}
/*End Project review section */

.share_prompt_btn {margin:0 auto;float:left;width:57px;cursor:pointer;text-align:center;padding-top:7px;height:55px;}

.icon-calendar{color:#00a323;float:left;padding-right:5px;padding-top:3px;}
#export_as_excel_all {font-size:12px;font-weight:bold;float:left;padding:5px;padding-left:12px;}
#export_as_excel_only_complete{font-size:12px;font-weight:bold;float:left;padding:5px;}
#export_as_excel_only_offline{font-size:12px;font-weight:bold;float:left;padding:5px;}
#export_all_trans_detail {padding:5px;color:#00a323;font-size:18px;padding-left:12px;}

#recent_transaction_lbl{padding:5px;color:#00a323;font-size:18px;padding-left:12px;margin-bottom:10px;}


.perk_amount_add_fund {font-weight:bold;}

.icon_user_type_reward{margin-right:15px;float:left;font-size:42px;}

#jobs_cover_left_text {top:92px;left:200px;font-size:38px;line-height:38px;color:#000;font-family: Arial, sans-serif;}