﻿@charset "utf-8";
/* CSS Document */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	border:0;
	outline:none;
	padding:0;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	margin-top: 15px;
    margin-bottom: 15px;
}
/* *{
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
} */

.btn-link {
	-moz-transition: all 0s ease-in-out;
	-webkit-transition: all 0s ease-in-out;
	-o-transition: all 0s ease-in-out;
	-ms-transition: all 0s ease-in-out;
	transition: all 0s ease-in-out;
	padding-top: 0;
	padding-bottom: 0;
}
body {
	margin:0px;
	padding:0px;
	font-weight:normal;
	font-size:16px;
	color:#6f6f6e;
	line-height:normal;	
	/*font-family: Arial, Helvetica, sans-serif;*/
    font-family: "Times New Roman", Georgia, serif;
	background-color:#fff; 
	font-smoothing: antialiased;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
	filter:progid:DXImageTransform.Microsoft.Blur(pixelRadius=2);
	zoom:1;	
}

a,
a:hover,
a:focus {
	outline:none!important;
	color:#000000;
}
p {
    line-height: 20px;
}

/* Fonts
-------------------------------------------------------------- */
.font-11{
	font-size:11px;
}
.font-12{
	font-size:12px;
}
.font-14{
	font-size:14px;
}
.font-16{
	font-size:16px;
}
.font-17{
	font-size:17px;
}
.font-light{
	font-family: 'Nexa Light';
	font-weight:bold;
}
.font-bold{
	font-family: 'Nexa Bold';
	font-weight:bold;
}
.signature_box {
    font-family: 'kg_the_fighterregular';
	font-weight:bold;
}

/* Margin
-------------------------------------------------------------- */
.mrg-top-0 {
	margin-top:0;
}
.mrg-top-10 {
	margin-top:10px;
}
.mrg-top-15 {
	margin-top:15px;
}
.mrg-top-20 {
	margin-top:20px;
}
.mrg-top-25 {
	margin-top:25px;
}
.mrg-top-30 {
	margin-top:30px;
}
.mrg-top-40 {
	margin-top:40px;
}
.mrg-top-50 {
	margin-top:50px;
}
.mrg-btm-0 {
	margin-bottom:0px;
}
.mrg-btm-10 {
	margin-bottom:10px;
}
.mrg-btm-25 {
	margin-bottom:25px;
}
.mrg-btm-30 {
	margin-bottom:30px;
}
.mrg-btm-100{
	margin-bottom:100px;
}
.mrg-lft-0 {
	margin-left:0px;
}
.mrg-lft-50 {
	margin-left:50px;
}
.mrg-lft-15 {
	margin-left:15px;
}
.mrg-lft-30 {
	margin-left:30px;
}

.padd-sm {
	padding:35px 0;
}
.padd-lg {
	padding:80px 0;
} 


/* Buttons
-------------------------------------------------------------- */
a {
    color: #A94442;
	/*text-decoration: underline;*/
}
.btn{
	font-weight:bold;
	font-size:18px;
	padding:3px 25px;
	border-radius: 35px;
	-webkit-border-radius: 35px;
	-moz-border-radius: 35px;
	letter-spacing:1px;
	outline:none;
	line-height: 25px;
	min-width: 150px;
	font-family: 'AkzidenzGroteskBE-regular';
}
.btn-primary {
    background-color: #00a099;
    border-color: #00a099;
    color: #fff;
}
.btn-danger {
    background-color: #e84e1b;
    border-color: #e84e1b;
    color: #fff;
}
.btn-primary .fa {
    margin-right: 10px;
	position:relative;
}
.btn-primary.active, 
.btn-primary.focus, 
.btn-primary:active, 
.btn-primary:focus, 
.btn-primary:hover, 
.open > .dropdown-toggle.btn-primary {
    background-color:#80d0cc;
    border-color:#80d0cc;
    color: #fff;
}
.btn-danger.active, 
.btn-danger.focus, 
.btn-danger:active, 
.btn-danger:focus, 
.btn-danger:hover, 
.open > .dropdown-toggle.btn-danger {
    background-color:#f4a78e;
    border-color:#f4a78e;
    color: #fff;
}
.btn.focus, .btn:focus, .btn:hover {
    text-decoration: none;
    outline: none;
}

.btn-success .fa{
	font-size: 14px;
    font-weight: normal;
}
#back-top {
    backface-visibility: hidden;
    background-color: rgba(0, 0, 0, 0.2);
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 50%;
    bottom: 2%;
    color: #fff;
    display: block;
    font-size: 25px;
    height: 50px;
    margin-bottom: 7px;
    padding-top: 5px;
    position: fixed;
    right: 1%;
    text-align: center;
    transition: all 1s ease 0s;
    width: 50px;
    z-index: 1000;
}

.border-vert {
    margin: 0px auto;
    height: 70px;
    position:relative;
    text-align:center
}
.border-vert:after {
    content:"";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    border-left: 1px solid #9a999d;
}
.bg .border-vert {
	height:505px;
}
.bg .border-vert:after {
    border-left: 1px solid #fff;
}
.gray_bg{
	background:#f8fbfb;
}
.bg-green{
	background:#00a099;
}


/* Headings
-------------------------------------------------------------- */
.h1, h1,
.heading-lg{
    font-size: 40px;
    font-weight: 300;
	margin:0 0 5px 0;
    font-family: "Times New Roman", Georgia, serif;
	color:#fff;
}

.h2, h2,
.heading-md{
    font-size: 30px;
	letter-spacing: 1px;
    color: #e84e1b;
    font-family: "Times New Roman", Georgia, serif;
    text-transform: none;
}
.h3, h3,
.heading-sm-bold{
    font-size: 17px;
	font-family: 'Nexa Bold';
}
.heading-sm {
    font-size: 17px;
	font-family: 'Nexa Light';
}

.h4, h4,
.heading-xs{
	font-size:16px;
	color:#e84e1b;
	font-family: 'Nexa Bold';
}
.h2-light {
    font-family: "Roboto Slab",serif;
    font-weight: 300;
}
.h2-regular {
    font-size: 30px;
	font-family: 'Roboto Slab', serif;
	font-weight:400;	
}
.h2-regular span {
	font-family: 'Roboto Slab', serif;
	font-weight:300;
}
.sub-title {
	font-size:16px;
	color:#e84e1b;
	text-transform: capitalize;
}
.text-none {
	text-transform:none;
}
.blue-text{
	color:#2f4271;
}
.red-text{
	color:#e84e1b;
}
.yellow-text{
	color:#f8b133;
}
.green-text{
	color:#00a099;
}
/* Header
-------------------------------------------------------------- */
.wrapper {
    min-height: 650px;
    position: relative;
    /*background: url(../img/bg-image.jpg) center top repeat-x #20302b;
    background: url(../img/1020.jpg) center top repeat-x #20302b;*/
    /*background: url(../img/1020.jpg) center top no-repeat #20302b;*/
	background: url(../img/1020.png) center top no-repeat #405d31;
}
header {
	border-color: #080808;
	border-width:0;
	border-radius:0;
	min-height: 100px;
	width: 100%; 
	left: 0;
	top:0;
	z-index: 1040; 
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
} 
header:before,
header:after{
	content:'';
	clear:both;
	display:block;
	overflow:hidden;
}
header.smaller {
    height: 100px; 
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;   
}
header .logo {
    display: inline-block;
	position:absolute;
	z-index:9;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
} 

header .logo img {
	-webkit-transition: all 0.8s ease;
	-moz-transition: all 0.8s ease;
	-o-transition: all 0.8s ease;
	-ms-transition: all 0.8s ease;
	transition: all 0.8s ease; 
    width: 120px;
    height: 120px;
}
header .top-bar {
    background: #233932; /* Old browsers */
    background: -moz-linear-gradient(top, #233932 0%, #406258 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #233932 0%,#406258 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #233932 0%,#406258 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#233932', endColorstr='#406258',GradientType=0 ); /* IE6-9 */
    padding: 10px 0 5px 0;
}
header .banner-nav {
    text-align: center;
}
.banner-holder {
    width: 850px;
    margin: 30px auto 0 auto;
}



.dropdown-submenu {
  position: relative;
}
.navbar-nav li.dropdown-submenu {
  position: relative;
}

.navbar-nav li.dropdown-submenu > .dropdown-menu {
  top: 50%;
  left: 100%;
  transform: translateY(-50%);
  margin: 0;
  display: none;
  position: absolute;
}

.navbar-nav li.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}




/* Ensure dropdown-submenu is relative for proper positioning */
.navbar-nav .dropdown-submenu {
  position: relative;
  /* ensure it's above other elements */
  z-index: 999;
}
.dropdown-menu {
    opacity: 0;
    transition: opacity 0.3s ease;
}
.navbar-nav li.dropdown-submenu {
  position: relative;
}
.navbar-nav li.dropdown-submenu > .dropdown-menu {
  max-height: 90vh; /* keep inside viewport */
  overflow-y: auto;
  overflow-x: hidden;
  left: 100%;
  z-index: 9999;
  background: white;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}
/* Show submenu on hover of its parent */
.navbar-nav li.dropdown-submenu:hover > .dropdown-menu {
  display: block;
  opacity: 1;
  visibility: visible;
}
.navbar-nav li.dropdown:hover > .dropdown-menu {
  display: block;
  opacity: 1;
  visibility: visible;
}
.dropdown-menu.show {
    display: block;
    opacity: 1;
}
.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  position: absolute;
  display: none;
  z-index: 1050; /* Make sure it's above other elements */
}
.dropdown-menu,
.dropdown-submenu > .dropdown-menu {
  z-index: 1050 !important;
}
/* Position the nested dropdown to the right */
.navbar-nav .dropdown-submenu > .dropdown-menu {
  position: absolute;
  top: 0;
  left: 100%;
  margin-top: 0;
  margin-left: 0;
  /* Ensure it stays visible and on top */
  z-index: 1000;
 position: absolute;
  display: none;
}
.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}
.navbar-nav .dropdown-submenu::after {
  content: '';
  position: absolute;
  top: 0;
  left: 100%;
  height: 100%;
  width: 1rem;       /* adjust width as needed */
}
.nav-holder, .navbar{
    background-color: #3C3C3C;
    border: 2px solid #606060;
    padding: 5px;
}
.navbar-nav {
    overflow: visible !important;    
    text-align: center;
    width: 100%;
}
.navbar {
    margin: 0;
    min-height: auto;
}
.navbar,
.banner-nav,
.nav-holder {
  overflow: visible;
}

.navbar-nav > li {
    padding: 0;
    float: none;
    display: inline-block;
}
.navbar-nav > li.dropdown {
  position: relative;
}
.nav-holder a, .navbar-default .navbar-nav > li > a {
    color: #fff;
    font-family: "Times New Roman", Georgia, serif;
    padding-top: 5px;
    padding-bottom: 5px;
}
.navbar-default .navbar-nav > li > a:hover {
    color: #fff;
    text-decoration: underline;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    background-color: #3C3C3C;
    color: #fff;
}
ul.nav li.dropdown:hover > ul.dropdown-menu {
        display: block;    
}
ul.nav li.dropdown:hover > ul.dropdown-menu ul.dropdown-menu {
    left: 100%;
    position: absolute;
    top: -3px;
}
.banner-holder img{
	border-radius: 40px 40px 0 0;
	-moz-border-radius: 40px 40px 0 0;
	-webkit-border-radius: 40px 40px 0 0;
    border: 2px solid #434343;
}
.top-bar .tel {
    float: right;
    margin-top: 30px;
    font-family: "Times New Roman", Georgia, serif;
}
.tel > span {
    display: inline-block;
    float: left;
}
.tel > span.smal {
    padding: 10px;
}
.top-bar .login_details{
    color: #fff;
    padding: 0px 20px 0px 7px;
    border-right: #ffffff 1px solid;
    margin-right: 15px;
    margin-top: 17px;
}
.corp-name {
    text-align: center;
    color: #fff; 
    font-family: "Times New Roman", Georgia, serif;
}
.corp-name h1 {
    font-size: 32px;
    font-weight: bold;
}
.corp-name span {
    font-size: 24px;
    font-style: italic;
}
header.smaller .top-bar .tel {
	margin:5px 0;
}
header.smaller .top-bar .login_details{
	margin-top:12px;
}
header.smaller .top-bar {
    background: #333;
    min-height: 52px;
}
.top-bar .tel:after{
	content:'';
	clear:right;
}
.top-bar .red-text{
	color:#e84e1b;
	font-size:21px;
	margin-right:5px;
}
.top-bar .white-text{
	color:#ffffff;
	font-size:20px;
	font-weight:bold;
}
.top-bar .smal{
	display:block;
	font-size:18px;
	color:#fff;
	text-align:right;
	margin-top:0px;
	line-height:10px;
}
header .bottom-bar{
	background:#8b8a8f;
	border-top:#969597 1px solid;
	position:relative;
}

header.smaller .logo img {
	width:205px;
	height:110px;
}
main{
    padding-bottom: 10px;
}
.main-content .col-md-4,
.main-content .col-md-3,
.main-content .col-md-12,
.main-content .bg-box{
    background-color: #eeece1;
    -moz-box-shadow:    inset 0 0 10px #000000;
    -webkit-box-shadow: inset 0 0 10px #000000;
    box-shadow:         inset 0 0 10px #000000;
    /*height: 420px;*/
    padding: 0;
}

.no-box-shadow{
    -moz-box-shadow:    none!important;
    -webkit-box-shadow: none!important;
    box-shadow:         none!important;
}



.main-content .col-md-4.lft,
.main-content .col-md-8.rgt,
.main-content .col-md-7.rgt,
.main-content .col-md-4.lft .bg-box,
.main-content .col-md-8.rgt .bg-box,
.main-content .col-md-7.rgt .bg-box{
    height: auto;
}
.main-content .col-md-8.rgt .bg-box {
	border-radius:  0 0 40px 40px;
	-moz-border-radius:  0 0 40px 40px;
	-webkit-border-radius:  0 0 40px 40px;
    padding-bottom: 50px;
    /*margin-top:40px;*/
}
.main-content .col-md-4.lft {
    background: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none ;
}
.main-content .bg-box {
    padding: 10px;
}
.col-md-4.lft .bg-box{
    margin-top: 40px;
    margin-bottom: 40px;
}

.main-content .bg-box.col-md-8 {
    background-color: #fbfaf7;
}
.main-content .col-md-12 {
    height: auto;
}
.hd-title {
    font-size: 30px;
    color: #214b24;
    font-weight: bold;
    text-align: center;
    margin: 0;
    padding: 5px;
}
.main-content.inner .col-md-12{
    padding: 20px;
}
.inner .hd-title {
    text-align: left;
}
.highlt {
    background: url(../img/hgh-bg.jpg) center top no-repeat #fff;
}
.highlt .hd-title {
    background-color: #b2a85e;
    -moz-box-shadow:    inset 0 0 5px #000000;
    -webkit-box-shadow: inset 0 0 5px #000000;
    box-shadow:         inset 0 0 5px #000000;
}
.content-reg {
    padding: 5px;
}
.content-reg .form-group,
.lft .bg-box .form-group {
    width: 100%;
    padding: 5px 15px;
}
.content-reg .input-group,
.lft .bg-box .input-group {
    width: 100%;
}
.content-reg button,
.lft .bg-box button {
    border: 0;
    background: transparent;
    font-weight: bold;
}
.list-details {
    list-style-image: url(../img/blt-img.jpg);
}
.list-details li {
    padding: 5px 0;
}
.list-details a {
    color: #214b24;
}
.bg-box .list-details a {
    font-weight: bold;
}
.list-details.events {
    list-style-image: none;
    list-style-type: none;
    padding: 0;
}
.list-details.events li {
    margin-bottom: 20px;
    background-color: #fff;
    padding: 10px;
}
.list-details.events li,
{
    float: left;
}
.list-details.events li .event-text {
    width: 80%;
    padding: 0 10px;
}
.content-reg p,
.content-reg h4 {
    padding: 12px 10px;
    font-size: 18px;
}
.content-reg h4 {
    color: #214b24;
    font-weight: bold;
    margin-bottom: 0;
    padding-bottom: 0;
}
.content-reg .events h3,
.content-reg .events p {
    padding: 5px;
    font-size: 18px;
}
.content-reg p.sml {
    font-size: 14px;
}
.content-reg .events h3 {
    font-size: 20px;
    margin: 0;
    font-weight: bold;
}
.content-reg p.sep {
    background: url(../img/p-sep.jpg) center bottom no-repeat;
}
.t-center {
    text-align: center;
}
.t-right {
    text-align: right
}
footer {
    color: #eeece1;
    padding: 10px 0;
}
.t-bold {
    font-weight: bold;
}
.grn-highlt {
    color: #455311;
}
.red-highlt {
   color: firebrick!important;
    font-weight:bold;
}
.red-highlt-2 {
    color: #d00 !important;
    font-size: 14px!important;
	display: inline-block;
    padding: 6px;
}
.main-content.home .col-md-4 {
    background-color: #eeece1;
    -moz-box-shadow:    inset 0 0 10px #000000;
    -webkit-box-shadow: inset 0 0 10px #000000;
    box-shadow:         inset 0 0 10px #000000;
    height: 543px;
    padding: 0;
    margin-bottom: 15px;
}
footer a,
footer a:hover {
    color: #fff;
}
.impNote {
    color: firebrick;
}

/* Corousel */
#slider {
  position: relative;
  overflow: hidden;
  margin: 70px auto 0 auto;
  border-radius: 4px;
}
#slider ul {
  position: relative;
  margin: 0;
  padding: 0;
  height: 300px;
  list-style: none;
}

#slider ul li {
  position: relative;
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  width: auto;
  /*height: 340px;*/
  /*height: 290px;*/
  height: 333px;
  text-align: center;
  line-height: 250px;
}
#slider ul li img{
	border-radius: 40px 40px 0 0;
	-moz-border-radius: 40px 40px 0 0;
	-webkit-border-radius: 40px 40px 0 0;
    border: 2px solid #434343;
}
a.control_prev, a.control_next {
  position: absolute;
  top: 50%;
  z-index: 999;
  display: block;
  padding: 10px;
  width: 30px;
  height: 40px;
  background: #2a2a2a;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  font-size: 12px;
  opacity: 0.8;
  cursor: pointer;
}

a.control_prev:hover, a.control_next:hover {
  opacity: 1;
  -webkit-transition: all 0.2s ease;
}

a.control_prev {
  border-radius: 0 2px 2px 0;
}

a.control_next {
  right: 0;
  border-radius: 2px 0 0 2px;
}

.slider_option {
  position: relative;
  margin: 10px auto;
  width: 160px;
  font-size: 18px;
}


.mix-panel{
    padding-right: 0px!important;
    padding-left: 0px!important;
}

.calendar-back{
    padding: 0px 10px!important;
    font-size: 13px!important;
    margin-left: 50% !important;
}

.calendar-back2{
    padding: 0px 10px!important;
    font-size: 14px !important;
}

.cal-links {
	font-size: 14px!important;
	color: #fff!important;
    display: inline-block;
    /*padding: 6px;*/
}

.img-title{
    font-size:12px;
}
hr {
    border: 1px black!important;
    border-top: 1px solid black!important;
}
.collapse-btn {
	display: none;
}
#ctl00_ContentPlaceHolder1_gvAccount td, th {
	font-size: 12px;
	padding: 0.2em 0.5em;
}

.tax-table td, th {
	padding: 0.2em 0.5em;
	font-size: 14px;
	color: black;
}

.service-fee{
    width:45%;
    margin: auto;
}

header.smaller .top-bar .tel {
    text-shadow: 2px 2px 4px rgb(29, 28, 28);
}

.corp-name {
    text-shadow: 2px 2px 4px rgb(29, 28, 28);
}

.mrgn-left-20{
    margin-left:20px;
}

.mrgn-right-20{
    margin-right:20px;
}

@media print {
  body * {
    visibility: hidden;
  }
  #section-to-print, #section-to-print * {
    visibility: visible;
  }
  #section-to-print {
    position: absolute;
    left: 0;
    top: 0;
  }
}
.dataTable tr td:last-child .img-responsive{
    width:100%;
    cursor:zoom-in;
    /*cursor: url(../img/zoom-in.png), auto;*/
    /*cursor: url('../img/zoom-in.png'), url('zoomin.cur'), auto;*/
    cursor: url('../img/zoom-in.cur'), url("http://sitebeta.development.local/v2/assets2/img/zoom-in.cur"),
        url("http://wataugacounty.org:8015/v2/assets2/img/zoom-in.cur"),url("http://wataugacounty.org/v2/assets2/img/zoom-in.cur"), default;
}

.dataTable tr td:first-child .img-responsive{
    width:auto!important;
}

#notices.content-reg p, #notices.content-reg h4{
    font-size: 14px!important;
}

#notices p{
    line-height: 15px;
}
.highlighted {
    background-color: lightgoldenrodyellow !important;
    transition: background-color 0.5s ease-in-out;
