﻿body {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    /*background:url('../images/bg_texture.png');*/
    background-color: #FFF;
}
a  {
    color:#46860d;
}
a:hover {
    color: #72c02c;
    text-decoration: none;
}
.a-tone {
    color: #555;
}
.a-tone:hover {
    color: #72c02c;
}

.text-tone {
    color: #72c02c;
}

.bg-tone{ background:#72c02c; }

.btn-tone{
    color: #fff;
    background-image: -webkit-linear-gradient(top,#72c02c 0,#46860d 100%);
    background-image: -o-linear-gradient(top,#72c02c 0,#46860d 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#72c02c),to(#46860d));
    background-image: linear-gradient(to bottom,#72c02c 0,#46860d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#72c02c', endColorstr='#46860d', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    border-color: #46860d;
}

.btn-tone:hover{
    color: #fff;
    background-image: -webkit-linear-gradient(top,#46860d 0,#46860d 100%);
    background-image: -o-linear-gradient(top,#46860d 0,#46860d 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#46860d),to(#46860d));
    background-image: linear-gradient(to bottom,#46860d 0,#46860d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#46860d', endColorstr='#46860d', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    border-color: #46860d;
}

.border-tone {
    border:1px solid #72c02c;
}



.breadcrumbs h1 {
    color: #FFF;
    font-size: 30px;
    margin-top: 8px;
    text-shadow:0px 2px 2px #333;
}
.breadcrumbs a{
    color:#FFF;
    text-shadow:0px 2px 2px #333;
}
.breadcrumbs a:hover{
    color:#72c02c;
    text-shadow:0px 2px 2px #333;
}
.breadcrumbs .active{
    color:#72c02c;
    text-shadow:0px 2px 2px #333;
}
/*================================= Block ==================================*/
.block-transition {
    -webkit-transition: color 0.5s ease-in-out;
    -moz-transition: color 0.5s ease-in-out;
    -ms-transition: color 0.5s ease-in-out;
    -o-transition: color 0.5s ease-in-out;
    transition: color 0.5s ease-in-out;
}

.block-fa , a .block-fa{
    color: #CCC;
}

.block-fa:hover , a .block-fa:hover{
    color: #72c02c;
}

/*================================= Calendar ==================================*/
.calendar_Body {
	/*background-color:#F5F3E5;*/
    background-image: linear-gradient(to bottom,#fff 0,#e0e0e0 100%);
	border: 1px solid #DDDDDD;
    box-shadow:rgba(0,0,0,0.5) 0px 5px 10px;
} 

.calendar_DayStyle { 
    background-image: linear-gradient(135deg ,#72c02c 0,#46860d 100%);
	/*background-color:#72c02c;*/
	border:1px solid #DDDDDD;
} 

.calendar_NextPrevStyle{
    /*padding:5px;*/
} 

.calendar_Mark {
	background: url('../images/i_markYellow.png') #72c02c;
    background-repeat: no-repeat;
    background-position: right bottom;
} 

.calendar_DayHeaderStyle {
    color:Gray;
    text-align:center;
    border:1px solid #DDDDDD;
} 

.calendar_OtherMonthDayStyle {
	border: 1px solid #DDDDDD;
} 

.calendar_SelectedDayStyle {
    background-color:Aqua;
    border:1px solid #E4BF4D;
    font-size:11pt;
    font-weight:bold;
}

.calendar_TitleStyle{
    font-size:18px;
    font-weight:bold;
}
/**************** Tone Web Design *******************/
.thumbnail a {
    color: #72c02c;
}
.headline {
    display: block;
    margin: 10px 0 25px 0;
    border-bottom: 1px dotted #CCC;
}
.headline h2, .headline h3, .headline h4 {
    margin: 0 0 -2px 0;
    padding-bottom: 5px;
    display: inline-block;
    border-bottom: 2px solid #72c02c;
}

.footer-v1 .footer {
    color: #fff;
    padding: 40px 0px;
    background: #082c00;
}

.footer-v1 .copyright {
    color: #fff;
    background: #051d00;
    padding: 10px 0px;
}


.webMainName{
    font-size:20pt;
    margin-left:10px;
    color:#72c02c;
}
.webSubName{
    margin-left:10px;
    color:#808080;
}
.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 0px;
    margin-bottom: 8px;
    background-color: #72c02c;
    background-image: none;
    border: 1px solid #72c02c;
    border-radius: 0px;
}
.header .navbar-nav > li > a:hover, .header .navbar-nav > .active > a {
    bottom: -2px;
    position: relative;
    border-bottom: solid 2px #72c02c;
    color:#72c02c;
}
.header .dropdown-menu {
    padding: 0;
    border: none;
    min-width: 200px;
    border-radius: 0;
    z-index: 9999 !important;
    border-top: solid 2px #72c02c;
    border-bottom: solid 2px #687074;
}
.header .navbar-toggle .icon-bar {
    background-color: #fff;
}

@media (max-width: 991px) {
    .header .navbar-nav > li a {
        border-bottom: solid 1px #eee;
        bottom:-1px;
    }
    .header .navbar-nav > li > a:hover, .header .navbar-nav > .active > a {
        bottom: -1px;
        position: relative;
        border-bottom: solid 1px #72c02c;
        background: #72c02c;
        color: #fff !important;
    }
    .header .navbar-nav > li > a {
        font-size: 14px;
        padding: 9px 10px;
    }
    .nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
        border-color: #eee;
    }
    .navbar-header{border-bottom:solid 1px #eee;}
}