body {
    font-size: 12px;
}

.preview {
   background-color: #007067; color: #fff; cursor: pointer;
}

/* Bootstrap class Overrides */

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
    z-index: 2;
    color: #fff;
    /*background-color: #337ab7;*/
    background-color: #005270;
    border-color: #005270;
}

.btn-success {
  /*background-color: #008a00;*/
  background-color: #007067;
}

.btn-success:focus,
.btn-success:active {
    outline: none !important;
    border: none !important;
}

.modal-header {
   height: 50px;
   border-radius: 4px;
   background-color: #005270;
}

.btn-success[disabled] {
   background-color: #007067;
}

.btn:hover, .btn:focus, .btn.focus {
   color: #0D031B;
   text-decoration: none;
}

.text-muted {
    color: #757575;
}

.modal-title {
    font-size: 16px;
  }
     
 .btn-warning {
     /*background-color: #a76811;
     border-color: #9e570a;*/
     border-color: #B5B5B5;
     background-color: #665E5B;
 }

 .btn-warning:hover {
     border-color: #B5B5B5;
 }

 .btn-warning:focus,
 .btn-warning:active{
     outline: none !important;
     border: none !important;
 }
 

/*Navigation*/
.navbar-inverse .navbar-nav > li > a {
    transition: all .4s ease-in;
    color: #fff;
}

.navbar-wrapper {
    margin: 0;
}

.navbar-wrapper .navbar {
    border-radius: 0;
}

/*Changing Header Image*/
.img-heading {
    background: #fff url(../images/img01.jpg) no-repeat top center;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 282px;
    display: inline-block;
    z-index: -1;
    margin-bottom: 250px;
}

.program-steps {
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 282px;
    display: inline-block;
    z-index: -1;
    margin-bottom: 250px;
}

/* Google Language Translator class overrides*/
.goog-te-combo {
   color: #757575;
}

/*Search Bar*/
.form-control {
    opacity: 0.9;
}

.form-control:hover, .form-control:focus {
    opacity: 1;
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child >
.btn, .input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle, .input-group-btn:first-child >
.btn:not(:first-child), .input-group-btn:first-child >
.btn-group:not(:first-child) > .btn {
    border-radius: 0;
}

.btn-info {
    background-color: #006699;
    border-color: #006699;
    color: #fff;
}

.input-group .form-control:first-child, .input-group-addon:first-child,
.input-group-btn:first-child > .btn, .input-group-btn:first-child >
.btn-group > .btn, .input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
    border-radius: 0;
}

/*Transparent Page Title Section*/
.page-title {
    position: relative;
    z-index: 2;
    background: rgb(0, 0, 0);
    margin-top: 30px;
}

.page-title .h1 {
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    margin: 0;
    padding: 14px 0 14px 10px;
    font-size: 20px;
    text-shadow: -2px 2px 4px #000;
    display: inline-block;
}

@media only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px)  {

    .page-title .h1 {
        font-size: 20px;
        padding: 14px 10px 14px 10px;
    }
}

.page-title .h1.deactive {
    text-transform: uppercase;
    color: #4a4b4c;
    margin: 0;
    padding: 10px 0 10px 10px;
    font-size: 30px;
    transition: all .4s ease-in;
}

.page-title .h1.deactive:hover {
    text-transform: uppercase;
    color: #539409;
    margin: 0;
    padding: 10px 0 10px 10px;
    font-size: 30px;
}

/*Table Section*/
.panel-body {
    padding: 15px;
}

@media only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px)  {

    .panel-body {
        padding: 8px;
    }
}

.panel-primary .panel-heading {
    border: none;
}

.panel-primary {
    border-color: #cccccc;

}

.panel-primary .panel-heading {
    /*background-color: #468300;*/
    background-color: #007067;
    border-radius: 4px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
}

.panel-secondary {
    font-size: 15px;
}


@media only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px)  {

    .panel-primary .panel-heading {
        /*background-color: #468300;*/
        background-color: #007067;
        border-radius: 7px;
        color: #fff;
        font-size: 12px;
    }
}

.panel-heading {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.table {
    position: relative;
    z-index: 2;
    border: none;
}

.table > thead > tr > td.info, .table > tbody > tr > td.info, .table > tfoot > tr > td.info, .table > thead > tr > th.info, .table > tbody > tr > th.info, .table > tfoot > tr > th.info, .table > thead > tr.info > td, .table > tbody > tr.info > td, .table > tfoot > tr.info > td, .table > thead > tr.info > th, .table > tbody > tr.info > th, .table > tfoot > tr.info > th {
    /*background-color: #468300;*/
    background-color: #007067;
    color: #fff;
    border-right: none;
    border-left: none;
    border-bottom: none;
    text-transform: uppercase;
    font-weight: 300;
    /* font-size: 1.1em;
    font-size: 14px; */
    vertical-align: middle;
}


a:hover {
    color: #5a5a5a;
}

/*Table Subheading Section*/
/* Removed legend & border style - Added subheading/h3 */
.panel-subheading .h3 {
    margin: 0;
    /*background-color: #E2E2E2;*/
    font-weight: 600;
    text-transform: uppercase;
    padding: 10px 0 10px 15px;
    border-bottom: 1px solid #EAEAEA;
}

.h3 {
    /* font-size: 14px; */
    font-size: 13px;
    color: #000;
}

/*Footer Section*/
.pager li > a, .pager li > span {
    background-color: #fff;
    border: 0;
    display: inline-block;
    padding: 5px 14px;
}

/* Class added to override bootstrap pager for color contrast issue to make it WCAG compliant */
.pager .disabled>span {
    color: #767676 !important;
}

#about {
    width: 100%;
    background-color: #076690;
    color: #fff;
    padding: 15px 0;
}

#about a {
    color: #fff;
}


.formreleaf-footer-links {
    padding-left: 0;
    margin-top: 20px;
    font-size: 14px;
}

.formreleaf-footer-links li {
    display: inline;
    padding: 0 2px;
    color: #fff;
}

.formreleaf-footer-links li a:visited {
    color: #fffae7 !important;
}

.formreleaf-footer-links li a:active {
    color: #fff !important;
}

.formreleaf-footer-links li a {
    color: #fff !important;
}

.formreleaf-footer-links li:first-child {
    padding-left: 0
}

@media (min-width: 768px) {
    .formreleaf-footer p {
        margin-bottom: 0
    }
}

.formreleaf-social {
    margin-bottom: 20px;
    text-align: center
}

.formreleaf-btn {
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    margin: 0;
    padding: 10px 0 10px 10px;
    font-size: 28px;
    display: inline-block;
}

.color-box{
    margin-top: 20px;
    padding-left:17px;
}
.color-box p.extra{
    padding-top:5px;
}
.color-box strong{
    font-size:16px;
    padding-right:5px;
    font-family:CuprumFFU, "Trebuchet MS",Arial,sans-serif;
}
.color-box .shadow{
    margin:0;
}

.info-tab{
    width:36px;height:50px;
    float:left;
    margin-left:-21px;
    position:relative;
    top:6px;
    background:url("../images/sprite.png") no-repeat;
}
.note-box, .warning-box, .tip-box{
    padding:0 15px 15px 25px;
}
.note-box{
    color:#144261;
    background:#d5e9f6;
}

.sprite{
    background:url("../images/sprite.png") no-repeat scroll 0 0 transparent;;
}
.note-icon{
    background-position:0 0;
}
.warning-icon{
    background-position:0 -60px;
}
.tip-icon{
    background-position:0 -120px;
}
/*
-----------------------
Link style for Boxes
---------------------
*/
.note-box code, .note-box a{
    color:#4d85a4;
}
.warning-box code, .warning-box a{
    color:#913944;
}
.warning-box a:hover{
    color:#000000;
}
.tip-box code, .tip-box a{
    color:#4d8721;
}
.tip-box a:hover{
    color:#000000;
}
.color-box .shadow{
    margin:0;
}

.shadow{
    background:#F7F8F9;
    padding:3px;
    margin:10px 0;
}

#custom-search-input{
    margin-top: -46px;
}

.formreleaf-button-red {
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ff0000), color-stop(1, #ff8400));
    background:-moz-linear-gradient(top, #ff0000 5%, #ff8400 100%);
    background:-webkit-linear-gradient(top, #ff0000 5%, #ff8400 100%);
    background:-o-linear-gradient(top, #ff0000 5%, #ff8400 100%);
    background:-ms-linear-gradient(top, #ff0000 5%, #ff8400 100%);
    background:linear-gradient(to bottom, #ff0000 5%, #ff8400 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0000', endColorstr='#ff8400',GradientType=0);
    background-color:#ff0000;
    border:1px solid #fa0808;
    display:inline-block;
    cursor:pointer;
    color:#ffffff;
    font-family: FontAwesome, sans-serif;
    font-size:15px;
    font-weight:bold;
    padding:5px 20px;
    text-decoration:none;
    text-shadow:0px 1px 3px #de3131;
}
.formreleaf-button-red:hover {
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ff8400), color-stop(1, #ff0000));
    background:-moz-linear-gradient(top, #ff8400 5%, #ff0000 100%);
    background:-webkit-linear-gradient(top, #ff8400 5%, #ff0000 100%);
    background:-o-linear-gradient(top, #ff8400 5%, #ff0000 100%);
    background:-ms-linear-gradient(top, #ff8400 5%, #ff0000 100%);
    background:linear-gradient(to bottom, #ff8400 5%, #ff0000 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff8400', endColorstr='#ff0000',GradientType=0);
    background-color:#ff8400;
}
.formreleaf-button-red:active {
    position:relative;
    top:1px;
}

th {
    color: white;
    font-weight: bold;
    font-size: 13px;
}

@media only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px)  {

    th {
        color: white;
        font-weight: bold;
        font-size: 12px;
    }
}

.program-tabs {
    font-size: 14px;
}

.table-title {
    float: left;
    width: 85%;
}

.table-menu {
    width: 15%;
}

@media only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px)  {

    .table-menu {
        width: 35%;
    }
}

.dropdown-menu {
    font-size: 12px;
}

.header-tab {
    font-size: 14px;
}

.button {
    font-size: 12px;
}


