@charset "UTF-8";
/* CSS Document */
/*Fancy Font if Required*/
@import url('https://fonts.googleapis.com/css?family=Caveat&display=swap');


body,td,th {
	/*Standard Font */
    /*font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;*/
    /*Fancy Font Spec if Required*/
    font-family: 'Caveat', cursive;
    font-size: 20px;
    /* End Fancy Font Spec if Required*/
    padding-top: 50px; /* Whatever the height of your navbar is; the
                             default is 50px */
}

h1 {color: #573D07;}

.img-center {margin:0 auto;}


.hr-style-site{
	border-top: 1px solid #67862B;
}

.text-site { 
  color: #006699; 
} 

.btn-site { 
  color: #ffffff; 
  background-color: #73962F; 
  border-color: #67862B; 
} 
 
.btn-site:hover, 
.btn-site:focus, 
.btn-site:active, 
.btn-site.active, 
.open .dropdown-toggle.btn-site { 
  color: #ffffff; 
  background-color: #73962F; 
  border-color: #67862B; 
} 
 
.btn-site:active, 
.btn-site.active, 
.open .dropdown-toggle.btn-site { 
  background-image: none; 
} 
 
.btn-site.disabled, 
.btn-site[disabled], 
fieldset[disabled] .btn-site, 
.btn-site.disabled:hover, 
.btn-site[disabled]:hover, 
fieldset[disabled] .btn-site:hover, 
.btn-site.disabled:focus, 
.btn-site[disabled]:focus, 
fieldset[disabled] .btn-site:focus, 
.btn-site.disabled:active, 
.btn-site[disabled]:active, 
fieldset[disabled] .btn-site:active, 
.btn-site.disabled.active, 
.btn-site[disabled].active, 
fieldset[disabled] .btn-site.active { 
  background-color: #0B3E47; 
  border-color: #025469; 
} 
 
.btn-site .badge { 
  color: #73962F; 
  background-color: #ffffff; 
}

#custom-bootstrap-menu.navbar-default .navbar-brand {
    color: rgba(250, 240, 240, 1);
}
#custom-bootstrap-menu.navbar-default {
    font-size: 14px;
    background-color: rgba(13, 87, 85, 1);
    background: -webkit-linear-gradient(top, rgba(17, 143, 139, 0.93) 0%, rgba(13, 87, 85, 1) 100%);
    background: linear-gradient(to bottom, rgba(17, 143, 139, 0.93) 0%, rgba(13, 87, 85, 1) 100%);
    border-width: 1px;
    border-radius: 4px;
}
#custom-bootstrap-menu.navbar-default .navbar-nav>li>a {
    color: rgba(247, 232, 232, 1);
    background-color: rgba(248, 248, 248, 0);
}
#custom-bootstrap-menu.navbar-default .navbar-nav>li>a:hover,
#custom-bootstrap-menu.navbar-default .navbar-nav>li>a:focus {
    color: rgba(237, 215, 156, 1);
    background-color: rgba(248, 248, 248, 0);
}
#custom-bootstrap-menu.navbar-default .navbar-nav>.active>a,
#custom-bootstrap-menu.navbar-default .navbar-nav>.active>a:hover,
#custom-bootstrap-menu.navbar-default .navbar-nav>.active>a:focus {
    color: rgba(250, 232, 232, 1);
    background-color: rgba(231, 231, 231, 1);
}
#custom-bootstrap-menu.navbar-default .navbar-toggle {
    border-color: #ddd;
}
#custom-bootstrap-menu.navbar-default .navbar-toggle:hover,
#custom-bootstrap-menu.navbar-default .navbar-toggle:focus {
    background-color: #ddd;
}
#custom-bootstrap-menu.navbar-default .navbar-toggle .icon-bar {
    background-color: #888;
}
#custom-bootstrap-menu.navbar-default .navbar-toggle:hover .icon-bar,
#custom-bootstrap-menu.navbar-default .navbar-toggle:focus .icon-bar {
    background-color: #0d5755;
}


/* Show Date Picker above anything else */ 
#datepicker1 { position: relative; z-index: 1; }

/*Alerts*/
.alert-purple { border-color: #694D9F;background: #694D9F;color: #fff; }
.alert-info-alt { border-color: #B4E1E4;background: #81c7e1;color: #fff; }
.alert-danger-alt { border-color: #B63E5A;background: #E26868;color: #fff; }
.alert-warning-alt { border-color: #F3F3EB;background: #E9CEAC;color: #fff; }
.alert-success-alt { border-color: #19B99A;background: #20A286;color: #fff; }
.glyphicon { margin-right:10px; }
.alert a {color: gold;}

/*Buffers*/
.top-buffer {margin-top: 80px;}
.top-buffer10 {margin-top: 10px;}
.top-buffer-10 {margin-top: 10px;}
.top-buffer-10-minus {margin-top: -10px;}
.top-buffer-20-minus {margin-top: -20px;}
.top-buffer-40-minus {margin-top: -40px;}
.top-buffer-60-minus {margin-top: -60px;}
.top-buffer-80-minus {margin-top: -80px;}
.row-blue {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d2ebf9+0,feffff+100&0.64+0,1+100 */
background: -moz-linear-gradient(top, rgba(210,235,249,0.64) 0%, rgba(254,255,255,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(210,235,249,0.64) 0%,rgba(254,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(210,235,249,0.64) 0%,rgba(254,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a3d2ebf9', endColorstr='#feffff',GradientType=0 ); /* IE6-9 */
}

.row-grey {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#b3bead+0,dfe5d7+60,fcfff4+100 */
background: rgb(179,190,173); /* Old browsers */
background: -moz-linear-gradient(top, rgba(179,190,173,1) 0%, rgba(223,229,215,1) 60%, rgba(252,255,244,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(179,190,173,1) 0%,rgba(223,229,215,1) 60%,rgba(252,255,244,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(179,190,173,1) 0%,rgba(223,229,215,1) 60%,rgba(252,255,244,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3bead', endColorstr='#fcfff4',GradientType=0 ); /* IE6-9 */
}

.row-gold {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f1da36+0,fefcea+100 */
background: rgb(241,218,54); /* Old browsers */
background: -moz-linear-gradient(top, rgba(241,218,54,1) 0%, rgba(254,252,234,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(241,218,54,1) 0%,rgba(254,252,234,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(241,218,54,1) 0%,rgba(254,252,234,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1da36', endColorstr='#fefcea',GradientType=0 ); /* IE6-9 */
}

.row-red {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#febbbb+0,ffd8d8+100 */
background: #febbbb; /* Old browsers */
background: -moz-linear-gradient(top, #febbbb 0%, #ffd8d8 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #febbbb 0%,#ffd8d8 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #febbbb 0%,#ffd8d8 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#febbbb', endColorstr='#ffd8d8',GradientType=0 ); /* IE6-9 */
}

.grey_line {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #8c8b8b;
	margin-bottom:12px;
}
.text-orange {
color: #BC5A0D;
}



/*Button Size*/
@media (max-width: 768px) {
  .btn {
    font-size:40px;
    padding:4px 6px;
    width: 100%;
  }
}


/*
@media (min-width: 768px) {
  .btn {
    font-size:12px;
    padding:6px 12px;
  }
}

@media (min-width: 992px) {
  .btn {
    font-size:14px;
    padding:8px 12px;
  }
}

@media (min-width: 1200px) {
  .btn {
    padding:10px 16px;
    font-size:18px;
  }
}
*/

/*Button Size End */
 

