textarea {
    resize: none;
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.7;
  color: #333;
  background-color: #fff;
  padding-bottom: 40px;
  color: #5A5A5A;
}


 h1 {
  font-size:60px;
  font-family: inherit;
  font-weight: 400;
  line-height: 1.1;
  color: inherit;
}
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active, .btn-link.active, .btn-link.disabled, .btn-link[disabled] {
  color: #CF000F;
  background-color: transparent;
  border-color: transparent;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}

.exec_table {
    border-radius: 5px;
    width: 50%;
    margin: 0px auto;
    float: none;
}

/*.navbar {
  margin-bottom:0px;
  border-radius:0px;
}
.navbar-default {
background-color:#3C763D;
border-color:#CCCCCC;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
color: #000;

}
.navbar-default > .active > a, .navbar-default .navbar-nav > .active >
 a:hover, .navbar-default .navbar-nav > .active > a:focus {
color: white;
background-color: #013312;
}
.dropdown-menu > li > a:hover,
   .dropdown-menu > li > a:focus {
    color: #BFE3BF;
   text-decoration: none;
  background-color: #3C763D;
   }

 .nav > li > a:hover,
 .nav > li > a:focus {
    text-decoration: none;
    background-color: #CCE5CD;
  }


  .navbar-default .navbar-nav > li > a {
   color: white;
    }
*/

/* carousel fullscreen */

.carousel-fullscreen .carousel-inner .item {

    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;

}

.carousel {
      margin-left: -15px;
      margin-right: -15px;
      margin-top:51px;

}
@media (max-width: 767px) {
  .carousel-caption h1 {  /* Header */
    font-size: 20px;

  }
  .carousel-caption p {  /* Paragraph */
    font-size: 12px;
  }

  .carousel-indicators .active {  /* Active indicator */
    width: 10px;
    height: 10px;
  }
}

@media (max-width: 480px) {
  .carousel-caption h1 { /* Header */
    font-size: 16px;
  }
  .carousel-caption p { /* Paragraph */
    font-size: 10px;
  }

  .carousel-indicators .active {  /* Active indicator */
    width: 8px;
    height: 8px;
  }
}

.carousel img {
  width: 100%;
}


/* Featurettes
------------------------- */

.featurette-divider {
  margin: 80px 0; /* Space out the Bootstrap <hr> more */
}
.featurette {
  padding-top: 120px; /* Vertically center images part 1: add padding above and below text. */
  overflow: hidden; /* Vertically center images part 2: clear their floats. */
}
.featurette-image {
  margin-top: -120px; /* Vertically center images part 3: negative margin up the image the same amount of the padding to center it. */
}

/* Give some space on the sides of the floated elements so text doesn't run right into it. */
.featurette-image.pull-left {
  margin-right: 40px;
}
.featurette-image.pull-right {
  margin-left: 40px;
}

/* Thin out the marketing headings */
.featurette-heading {
  font-size: 50px;
  font-weight: 300;
  line-height: 1;
  letter-spacing: -1px;
}

 /* Remve the edge padding needed for mobile */
  .marketing {
    padding-left: 0;
    padding-right: 0;
  }
  /* Pad the edges of the mobile views a bit */
.marketing {
  padding-left: 15px;
  padding-right: 15px;
}

.marketing {
  min-height: 350px;
}

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  text-align: center;
  margin-bottom: 20px;
}
.marketing h2 {
  font-weight: normal;
}
.marketing .col-lg-4 p {
  margin-left: 10px;
  margin-right: 10px;
}

 .navbar-brand {
   
 }

 /* ADMINISTRATION PAGES CUSTOM CSS*****************************  */



.bar-top {
             height: 100px;
             width: 100%;
             color: black;
             background-color: #F0F8ED;
         }


/* Set gray background color and 100% height */



    /* On small screens, set height to 'auto' for the grid */
    @media screen and (max-width: 767px) {
      .row.content {height: auto;}
    }
  #4A89DC


  li {
    display: block;
}
/* SPECIAL BUTTON EFFECTS */

.btn-sm.round {
	border-radius: 24px;
}



.btn.outline {
	background: none;
	padding: 10px 20px;
}
.btn-success.outline {
	border: 2px solid #00CC71;
	color: #5A5A5A;
}

.btn-primary.outline:hover, .btn-primary.outline:focus, .btn-primary.outline:active, .btn-primary.outline.active, .open > .dropdown-toggle.btn-primary {
	color: #33CC94;
	border-color: #33CC94;
}
.btn-primary.outline:active, .btn-primary.outline.active {
	border-color: #007299;
	color: #007299;
	box-shadow: none;
}

/*  4 classes to create button outline in primary

.btn.outline {
	background: none;
	padding: 12px 22px;
}
.btn-primary.outline {
	border: 2px solid #0099cc;
	color: #0099cc;
}

.btn-primary.outline:hover, .btn-primary.outline:focus, .btn-primary.outline:active, .btn-primary.outline.active, .open > .dropdown-toggle.btn-primary {
	color: #33a6cc;
	border-color: #33a6cc;
}
.btn-primary.outline:active, .btn-primary.outline.active {
	border-color: #007299;
	color: #007299;
	box-shadow: none;
}
*/



/*
li:before {

Using a Bootstrap glyphicon as the bullet point

    content: "bullet";
    font-family: 'font-awesome';
    font-size: 9px;
    float: left;
    margin-top: 4px;
    margin-left: -17px;
    color: #CCCCCC;
} */




