* {
    margin: 0;
}

html {
    margin: 0 0 0 0;
    min-height: 100%;
    height: 100%;
}

table.reset tbody tr:nth-child(even) td, table.reset tbody tr.even td, tbody tr:nth-child(even) td, tbody tr.even td {
    background: transparent;
}

/* thead th { */
/*     font-size: 1em; */
/*     background: #F0F0F0; */
/* } */

th {

}

ul.errorlist {
    margin: 0;
    padding: 0;
}

.errorlist li {
    background-color:#FBE3E4;
    color:#8a1f11;
    border-color:#FBC2C4;
    display: block;
    text-align:center;
}

#zero-line-height {
    line-height: 0;
}

.my-bg {
      background: url(/site_media/images/bg2.jpg); background-repeat: repeat-y;
}

.int input {
    width: 40px;
}

td {
    font-size: 1.0em;
}

#nav {
    list-style-type: none;
    padding-left: 10px;
}

#nav li {
    padding: 5px 0px 5px 10px;
    cursor: pointer;
    width: 130px;
    border: 0px;
}

#nav a.ui-state-highlight {
    padding-right: 0px;
    border:0px;
}

#nav li.ui-state-highlight, #nav li.ui-state-active {
    border: 0px;
}

/* #appt-tbl tbody tr td:first-child { */
/*     text-align: right; */
/* } */

/* #appt-tbl td { */
/*     padding: 0px 5px 0px 5px; */
/* } */
.inline.prettyform .input-group {
    margin-bottom: 10px;
}

.padhead.ui-widget-header {
    padding: 2px 10px 2px 10px;
}

#sub_result .ui-button {
    width: 122px;
}

.span-margin-left {
    margin-left: 15px;
    font-weight: bolder;
}

ul.nav.nav-pills.nav-thin li a {
    font-size: 0.85em;
    padding: 3px 10px;
    text-align: center;
    margin-bottom: 10px;
}

ul.nav.nav-pills.nav-thin ul.dropdown-menu li a {
    font-size: 1em;
    text-align: left;
}

ul.nav.nav-pills.nav-thin li .dropdown-menu {
    font-size: 0.9em;
}

ul.nav.nav-pills.nav-thin li .dropdown-header {
    padding: 3px 10px;
    font-size: 1.1em;
}

.custom-bg {
    background:
    radial-gradient(lightblue 15%, transparent 16%) 0 0,
    radial-gradient(lightblue 15%, transparent 16%) 8px 8px,
    radial-gradient(rgba(255,255,255,.1) 15%, transparent 20%) 0 1px,
    radial-gradient(rgba(255,255,255,.1) 15%, transparent 20%) 8px 9px;
    background-color:#282828;
    background-size:16px 16px;
}

.wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -80px; /* the bottom margin is the negative value of the footer's height */
}

#footer {
    height: 80px; /* .push must be the same height as .footer */
    color:#055986;
    width:100%;
    /* position:absolute; */
    /* bottom:0px; */
    /* height:80px */
}

.push {
    height: 80px; /* .push must be the same height as .footer */
}

.page-header h2 {
    font-family: 'PT Sans';
}

.bootstrap-select {
    margin-bottom: 10px;
}

#SkypeButton_Call_bcrosnick_1 img {
    margin: 0px !important;
    vertical-align: -4px !important;
}

#carousel {
    max-width: 213px;
}

#carousel img {
    width: auto;
    max-height: 285px;
    margin: 0 auto;
}

#carousel_records img {
    width: auto;
    margin: 0 auto;
}

#carousel_records .carousel-caption {
    color: #055986;
}

#carousel .carousel-caption {
    position: relative;
    left: auto;
    right: auto;
    background-color: #055986;
    padding-top: 5px;
    padding-bottom: 30px;
}

#carousel_records .carousel-control {
    color: #055986;
    background-image: none;
}

#carousel .carousel-control {
    max-height: 94%
}

#client_appt_date {
    background-image: url("/static/images/dog1.png")
}

#carousel_records .carousel-indicators li {
    border-color: #055986;
}

#carousel_records .carousel-indicators li.active {
    background-color: #055986;
}
/* #carousel .carousel-caption span { */
/*     background-color: lightGray; */
/* } */