@import url(https://fonts.googleapis.com/css?family=Lato:300);
body {
  color: #000000;
  font-family: 'Lato', sans-serif;
   }

.container {
padding-right: 0px;
padding-left: 0px;
}

.text-dark {
  color: #000000; }

body > section {
  padding: 15px; }

.wet-asphalt {
background-color: #EEF0ED;
  color: #FFFFFF; 
}
.nav-menu {
  background-color: #0F9D58;
}  

.fnavbar-toggle {
  margin-left: 15px;
  margin-top: 20px;
  float: left;
  border: 0;
  border-radius: 0px; }

.navbar-action {
  position: relative;
  padding: 9px 10px;
  margin-top: 20px;
  margin-right: 15px;
  margin-bottom: 8px;
  color: #FFFFFF;
  float: right;
  display: inline-block;
  padding: .375rem 1rem;
  font-size: 12pt;
  font-weight: normal;
  line-height: 1.5;
  text-align: center;
  white-space: nowrap;
  border: 0px solid transparent;
  background-color: transparent; }

.navbar-action:focus,
.navbar-action.focus,
.navbar-action:active:focus,
.navbar-action:active.focus,
.navbar-action.active:focus,
.navbar-action.active.focus {
  color: #FFFFFF;
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

.navbar-action:focus,
.navbar-action:hover {
  text-decoration: none;
  color: #F0F0F0; }

.navbar-action.focus {
  text-decoration: none; }

.navbar-action:active,
.navbar-action.active {
  background-image: none;
  outline: 0; }

.navbar-action.disabled,
.navbar-action:disabled,
fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: .65; }

a.navbar-action.disaabled,
fieldset[disabled] a.btn {
  pointer-events: none; }

.navbar-header h1 {
  font-family: "Segoe UI Light";
  text-align: center; }

.panel-default {
border-color: white;
}

.panel-default > .panel-heading {
  border-color: white;
  background-color: #FFFFFF;
  border-bottom: 1px solid #fed136;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
   }

.panel-default > .panel-footer {
  background-color: #FFFFFF;
  border-top:transparent; }

.panel {
  border-radius: 0px; }

.btn {
  border-radius: 0px;
  padding: 6px 4px; }

.btn-success, .btn-success:visited, .btn-success:focus, .btn-success:active, .btn-success.active, .btn-success:hover {
  color: #FFFFFF;

  background-color: #0F9D58;
}

.bg-danger {
  color: #FFFFFF;
  background-color: #FE6866; }

.tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: horizontal;
  -moz-flex-direction: horizontal;
  -ms-flex-direction: horizontal;
  flex-direction: horizontal;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 5;
  width: 100%;
  border-style: solid;
  border: 0px;
  background-size: 0;
  line-height: 49px; }

.tab-item {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: block;
  overflow: hidden;
  max-width: 150px;
  height: 100%;
  color: inherit;
  text-align: center;
  text-decoration: none;
  text-overflow: ellipsis;

  font-weight: 400; }
  .tab-item:hover {
    cursor: pointer; }
  .tab-item.tab-hidden {
    display: none; }


#footer {
  padding-top: 10px;
  padding-bottom: 0px;
  text-align:center;
  }

.column-text {
  text-align: center;
  color:black;
  
}

.header-text{
  font-size: 18px;
 text-decoration: underline; 
  margin-bottom: 10px;
}


.footer-logo {
  max-height: 100px;
  max-width: 100px;
  padding-bottom: 30px;
  margin-top:-4%;
  padding-top:0px;
}
#footer a {
  color:black;

-ms-transition: border .75s;
    -webkit-transition: border .75s;
    -moz-transition: border .75s;
    -o-transition: border .75s;
    transition: border .75s;

 
}
#footer a:hover{
  font-size:110%;
  color:#d9534f;
}

.tabs-icon-top .tab-item {
  line-height: 1em; }

.tab-item {
  padding-top: 20px;
  position: relative;
  font-size: 10pt; }

.tab-item i {
  font-size: 150%; }

.tab-item i .badge {
  font-size: 50%;
  position: absolute;
  margin-left: -10px;
  padding-top: 5px;
  margin-top: -5px; }

#footer .tab-item div {
  position: relative;
  background-color: #0F9D58;
  color: #FFFFFF;
  padding: 10px 0px; }



#footer .tab-item.round div:before {
  border-top-right-radius: 100%;
  border-top-left-radius: 100%;
  -webkit-border-top-right-radius: 100%;
  -webkit-border-top-left-radius: 100%;
  position: absolute;

  background-color: #0F9D58;
  width: 100%;
  height: 20px;
  left: 0px;
  margin-top: -20px;
  border-top-right-radius: 100%;
  border-top-left-radius: 100%;
  content: ""; }


.margin-none {
  margin: 0px; }

.margin-top-none {
  margin-top: 0px; }

.margin-left-none {
  margin-left: 0px; }

.margin-bottom-none {
  margin-bottom: 0px; }

.margin-right-none {
  margin-right: 0px; }

.padding-none {
  padding: 0px; }

.padding-top-none {
  padding-top: 0px; }

.padding-left-none {
  padding-left: 0px; }

.padding-bottom-none {
  padding-bottom: 0px; }


.categories .panel-body > div {
  margin: -5px; }

.categories .category-item {
  display: inline-block;
  margin: 5px;
  padding: 10px 20px;
  border: 1px solid #E0E0E0;
  color: #008BCC;
  font-weight: bold;
  -webkit-box-shadow: 0 1px 1px #E0E0E0;
  -moz-box-shadow: 0 1px 1px #E0E0E0;
  box-shadow: 0 1px 1px #E0E0E0; }

.categories .category-item input {
  border: 0px;
  width: 100px;
  font-weight: bold;
  color: #008BCC; }

.categories .category-item .action-remove {
  font-size: 14pt;
  color: #D67F1F; }

.categories .category-item .action-add {
  font-size: 14pt;
  color: #4C9DA4; }



  
.ideas .picture {
  padding: 0px;
  position: relative;
  padding-right: 0px;
  padding-bottom: 0px; }

.ideas .picture img {
  width: 100%;
  height: 100%; }

.ideas .picture .btn {
  width: 100%;
  bottom: 0px; }

.ideas {
  padding: 0px; }

.ideas .panel-body {
  padding: 0px; }



  

.ideas .description {
  margin: 0px;
  padding-left: 0px;
  padding-right: 30px;
  padding-bottom: 0px; }

.ideas .description h5 {
  margin-top: 0px;
  padding: 5px; }

.ideas .picture img {
   
  width: 100%; }

section {
  margin-bottom: 50px; }

.about textarea {
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  min-height: 180px;
  color: #000000;
  font-weight: bold;
  border: 0px; }

.modal-content {
  border-radius: 0px; }

.form-control {
  border-radius: 0px; }



.navbar-toggle {
  background-color: white;
}

.navbar {
  border-bottom: 1px solid #ca6c18;
}
.idea-feed-list {
  background-color: #fed136;
  color: white;
  box-shadow: 0 0 2px white;
}

.navbar-inverse .navbar-nav > li > a{
-ms-transition: border .5s;
    -webkit-transition: border .5s;
    -moz-transition: border .5s;
    -o-transition: border .5s;
    transition: border .5s;

  
}
.navbar-inverse .navbar-nav > li > a:hover {
  color: #fed136;
font-size:110%;
}
.navbar-inverse .navbar-toggle {
  border-color: #0F9D58;
}
.fa {
  color: #0F9D58;
}
.load-more {
  font-weight: bolder;
}
.copyright{
  position: absolute;
  bottom:0;
}

.read-more {
  margin-top: 10px;
}
.btn{
    background-color: #E17A18;
    border-color: #E17A18;
  }
.btn:hover, .btn:focus {
    background: #fed136;
  }
.profile-box {
  border-color: #E17A18;
  color: white;
}
.profile-box:hover {
  border-color: #E17A18;
}    
.edit-link {
  cursor: pointer;
}
.navbar-header img {
  max-height: 100px;
  max-width: 100px; 
} 


.label .label-default{
    color: #E17A18;

  }

.box {
display: none;
}

.triangle-border {
  position:relative;
  padding:15px;
  margin:1em 0 3em;
  border:1px solid #5a8f00;
  color:#333;
  background:#fff;
  /* css3 */
  -webkit-border-radius:10px;
  -moz-border-radius:10px;
  border-radius:10px;
}

/* Variant : for left positioned triangle
------------------------------------------ */

.triangle-border.left {
  margin-left:30px;
}



/* THE TRIANGLE
------------------------------------------------------------------------------------------------------------------------------- */

.triangle-border:before {
  content:"";
  position:absolute;
  bottom:-20px; /* value = - border-top-width - border-bottom-width */
  left:40px; /* controls horizontal position */
  border-width:20px 20px 0;
  border-style:solid;
  border-color:#5a8f00 transparent;
  /* reduce the damage in FF3.0 */
  display:block;
  width:0;
}

/* creates the smaller  triangle */
.triangle-border:after {
  content:"";
  position:absolute;
  bottom:-13px; /* value = - border-top-width - border-bottom-width */
  left:47px; /* value = (:before left) + (:before border-left) - (:after border-left) */
  border-width:13px 13px 0;
  border-style:solid;
  border-color:#fff transparent;
  /* reduce the damage in FF3.0 */
  display:block;
  width:0;
}


/* Variant : left
------------------------------------------ */

/* creates the larger triangle */
.triangle-border.left:before {
  top:10px; /* controls vertical position */
  bottom:auto;
  left:-30px; /* value = - border-left-width - border-right-width */
  border-width:15px 30px 15px 0;
  border-color:transparent #5a8f00;
}

/* creates the smaller  triangle */
.triangle-border.left:after {
  top:16px; /* value = (:before top) + (:before border-top) - (:after border-top) */
  bottom:auto;
  left:-21px; /* value = - border-left-width - border-right-width */
  border-width:9px 21px 9px 0;
  border-color:transparent #fff;
}
.center {
     float: none;
     margin-left: auto;
     margin-right: auto;
}


/*below added by charles 4/2/2017*/
.idea_content{
  margin:0 auto;
  height: 100%;
  max-height: 100%;
}
.idea_btns{
  
  width: 100%;
  text-align: center;
}
.idea_btns button.btn{
  padding : 0 1%;
  margin: 0 1%;
}
.idea_desc{
  white-space: nowrap;
   text-overflow:ellipsis;
   overflow: hidden;
   max-height: 100ch;

-ms-transition: border .75s;
    -webkit-transition: border .75s;
    -moz-transition: border .75s;
    -o-transition: border .75s;
    transition: .75s;

}
  .idea_desc:hover{
    white-space: normal;
    font-size: 110%;
  }

  /*added 4/2/2017 by charles*/
  .panel-body {
  /*box-shadow: 0 0 1px black;*/
  

 -ms-transition: border .5s;
    -webkit-transition: border .5s;
    -moz-transition: border .5s;
    -o-transition: border .5s;
    transition: border .5s;


  }
  /*added 4/2/2017 by charles*/
.idea .panel-body:hover{
  font-size: 105%;
}

.imgWrap img{
margin:0;
width:100%;
}

@media screen and (max-width: 800px) {
.idea_content{
  
  margin:0;
  padding:0;
  text-align: center; 
  
  font-size: 120%;
  position: relative;
  left:10%;
  width: 80%;

}
}
