@font-face {
    font-family: museo_sans_500regular;
    src: url(./font/MuseoSans_500-webfont.eot);
    src: url(./font/MuseoSans_500-webfont.eot?#iefix) format('embedded-opentype'), url(./font/MuseoSans_500-webfont.ttf) format('truetype'), url(./font/MuseoSans_500-webfont.svg#museo_sans_500regular) format('svg');
    font-weight: 400;
    font-style: normal
}

body {
    background: #fff;
    padding: 0;
}

img {
    max-width: 100%
}

.masthead {
    background: #fff url(/assets/es-masthead.png) center top no-repeat
}

.navbar-inverse .nav-collapse .nav>li>a,
.navbar-inverse .nav>li>a {
    color: #FFF
}

.footer,
.navbar-inverse .navbar-inner {
    background-color: #000;
    background-color: rgba(0, 0, 0, .9);
    background-image: none;
    filter: none;
    border-radius: 0;
    webkit-border-radius: 0;
}

.navbar-fixed-top {
    border-bottom: 5px solid #fff
}

.navbar-fixed-top .caret {
    border: 0
}

.navbar-fixed-top a i.icon-plus {
    color: #d25102
}

.navbar-fixed-top a:hover i.icon-plus {
    color: #79d8d7
}

.navbar-fixed-top ul.nav {
    font-family: museo_sans_500regular, Arial, Helvetica, sans-serif
}

.navbar-inverse .nav>li {
    padding-top: 0
}

.navbar-inverse .nav>li>a {
    padding-right: 8px
}

.navbar-inverse .nav .active>a,
.navbar-inverse .nav .active>a:focus,
.navbar-inverse .nav .active>a:hover {
    color: #fff;
    background-color: #000;
    background-color: rgba(0, 0, 0, 1);
    vertical-align: bottom
}

#mnu_cms a:hover,
#mnu_docs a:hover,
.navbar-fixed-top .dropdown-menu>li>a:focus,
.navbar-fixed-top .dropdown-menu>li>a:hover,
.navbar-fixed-top .dropdown-submenu:focus>a,
.navbar-fixed-top .dropdown-submenu:hover>a {
    background-color: #006dcc;
    color: #fff;
    background-image: -moz-linear-gradient(top, #d25102, #b04300);
    background-image: -ms-linear-gradient(top, #d25102, #b04300);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#d25102), to(#b04300));
    background-image: -webkit-linear-gradient(top, #d25102, #b04300);
    background-image: -o-linear-gradient(top, #d25102, #b04300);
    background-image: linear-gradient(top, #d25102, #b04300);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd25102', endColorstr='#ffb04300', GradientType=0)
}

.row.hero h1,
.row.hero p {
    color: #000;
    font-family: museo_sans_500regular, Arial, Helvetica, sans-serif
}

.row.hero h1 {
    font-weight: 500
}

.row.hero p {
    font-weight: 300
}

.btn-primary {
    background-color: #d25102;
    color: #fff;
    background-image: -moz-linear-gradient(top, #d25102, #b04300);
    background-image: -ms-linear-gradient(top, #d25102, #b04300);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#d25102), to(#b04300));
    background-image: -webkit-linear-gradient(top, #d25102, #b04300);
    background-image: -o-linear-gradient(top, #d25102, #b04300);
    background-image: linear-gradient(top, #d25102, #b04300);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd25102', endColorstr='#ffb04300', GradientType=0);
    border: 1px solid #000;
    *border: 0;
    border-color: #000;
    border-color: rgba(0, 0, 0, 1);
    border-bottom-color: #000;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#00000000', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false)
}

.btn-primary.active,
.btn-primary.disabled,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover,
.btn-primary[disabled] {
    color: #fff;
    background-color: #b04300;
    *background-color: #b04300
}

.btn-primary.active,
.btn-primary:active {
    background-color: #b04300 \9
}

.btn-left {
    background-color: #000;
    color: #fff;
    background-image: none;
    filter: none
}

.btn-right {
    background-color: #d25102;
    color: #fff;
    background-image: -moz-linear-gradient(top, #d25102, #b04300);
    background-image: -ms-linear-gradient(top, #d25102, #b04300);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#d25102), to(#b04300));
    background-image: -webkit-linear-gradient(top, #d25102, #b04300);
    background-image: -o-linear-gradient(top, #d25102, #b04300);
    background-image: linear-gradient(top, #d25102, #b04300);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd25102', endColorstr='#ffb04300', GradientType=0)
}

.btn-left.active,
.btn-left.disabled,
.btn-left:active,
.btn-left:hover,
.btn-left[disabled],
.btn-right.active,
.btn-right.disabled,
.btn-right:active,
.btn-right:hover,
.btn-right[disabled] {
    background-color: #b04300;
    color: #fff
}

.btn-right i.icon-arrow-right {
    font-weight: 900
}

.row-fluid.home-panels {
    margin-top: 1em
}

.thumbnail.home-panels {
    border: 0
}

.home-panels .ce-date {
    background-color: #eae9e9;
    color: #000;
    text-align: center;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #CCC;
    font-size: 2em;
    padding: .5em
}

.home-panels .ce-month {
    font-size: .5em
}

.home-panels .caption h2 {
    /*text-transform: uppercase;*/
    border-bottom: 4px solid #eae9e9;
    text-align: center
}

.home-panels .caption h2 a {
    text-decoration: none;
    color: #000
}

.home-panels .dl-horizontal dt {
    width: 60px;
    overflow: hidden;
    clear: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    background-color: #eae9e9;
    color: #000;
    text-align: center;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 0;
    font-size: 1.2em;
    padding: .5em
}

.home-panels .dl-horizontal dd {
    margin-left: 90px
}

.home-panels img-rounded {
    border: 1px solid #CCC
}

.media.forum {
    margin-bottom: 1em
}

.media.forum h5 {
    margin: 0
}

.navbar-form .btn {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

#content {
    min-height: 300px;
    padding-left: 5px;
    padding-right: 5px;
}

.directory-home h2 {
    /*text-transform: uppercase;*/
    border-bottom: 4px solid #eae9e9
}

.directory-home ul {
    margin-top: 1em
}

.directory-home ul li {
    border-bottom: 1px solid #CCC
}

.directory-home #map-canvas {
    margin-top: 3em;
    min-height: 500px;
    background-color: #eae9e9;
    border: 1px solid #CCC;
    margin-bottom: 1em
}

.directory-home .alert-info {
    margin-top: 1em
}

.sponsors {
    margin-top: 24px
}

.sponsors h2 {
    /*text-transform: uppercase;*/
    border-bottom: 4px solid #eae9e9;
    text-align: center
}

.ce h2 {
    /*text-transform: uppercase;*/
    border-bottom: 4px solid #eae9e9
}

.footer {
    padding: 5px 20px 0;
    /*margin-right: -20px;*/
    /*margin-left: -20px*/
}

.footer h3,
.footer label,
.footer legend,
.footer p {
    color: #fff
}

.footer label {
    font-weight: 700
}

.footer address {
    color: #fff
}

.footer a {
    color: #79d8d7
}

.footer a:hover {
    color: #d25102
}

.footer-inner {
    padding-bottom: 2em;
    border-top: 2px solid #CCC
}

.footer-siteinfo {
    background: #000;
    border-top: 1px solid #CCC;
}

.footer .copyright {
    color: #999
}

.footer .footer-left,
.footer .inputLabelopt {
    color: #fff
}

.ce table .actions {
    width: 20%
}

#map_canvas {
    width: 100%;
    height: 700px
}

@media (min-width:1200px) {
    .row.hero img {
        width: 570px;
        height: 570px
    }
    .row.hero h1 {
        font-size: 72px;
        line-height: 68px
    }
    .row.hero p {
        font-size: 18px;
        line-height: 28px
    }
}

@media (min-width:768px) {
    .obshow {
        height: 500px
    }
    #sidebar {
        overflow: scroll;
        height: 600px
    }
}

@media (min-width:980px) and (max-width:1199px) {
    body {
        background-position: center -75px
    }
    .row.hero img {
        width: 450px;
        height: 450px
    }
    .row.hero h1 {
        font-size: 52px;
        line-height: 50px
    }
    .row.hero p {
        font-size: 16px;
        line-height: 24px
    }
}

@media (min-width:768px) and (max-width:979px) {
    body {
        background-position: center -175px
    }
    .row.hero img {
        width: 350px;
        height: 350px
    }
    .row.hero h1 {
        font-size: 36px;
        line-height: 38px
    }
    .obshow {
        height: 400px
    }
}

@media (min-width:481px) and (max-width:767px) {
    body {
        background-position: center -250px
    }
    .obshow,
    .row.hero img {
        display: none
    }

    ul#user-panel {
        margin-top: -18px;
    }
}

@media (min-width:481px) {
    .brand img {
        width: 169px;
        height: 51px
    }
    #map_canvas {
        display: block
    }
}

@media (max-width:980px) {
    .home-panels .dl-horizontal dt {
        width: auto;
        float: none;
        overflow: visible;
        text-overflow: normal;
        white-space: normal;
        background-color: #eae9e9;
        color: #000;
        text-align: left;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        border: 0;
        font-size: 1em;
        padding: .25em
    }
    .home-panels .dl-horizontal dd {
        margin-left: 0
    }
}

@media (min-width:768px) {
    .directory-home div.clinics {
        display: none
    }
    .directory-home h2 {
        text-align: center
    }
    .directory-home ul.clinics {
        display: none
    }
    ul#user-panel {
        margin-top: 8px;
    }
}

@media (max-width:767px) {
    body {
        background: #fff;
        background-image: none
    }
    .navbar-inverse .navbar-inner {
        background-color: #000
    }
    .navbar-fixed-top ul.nav {
        margin-top: auto
    }
    .navbar-inverse .nav .active>a,
    .navbar-inverse .nav .active>a:focus,
    .navbar-inverse .nav .active>a:hover {
        height: auto;
        vertical-align: auto
    }
    .navbar-inverse .nav-collapse .nav>li a {
        color: #FFF
    }
    .row.hero {
        background-color: #79d8d7;
        border-bottom: 10px solid #eae9e9;
        margin: -20px;
        margin-bottom: 10px;
        padding: 20px;
        padding-bottom: 10px
    }
    .directory-home h2,
    .home-panels h2 {
        text-align: left
    }
    .directory-home #map-canvas {
        margin-top: 1em;
        min-height: 300px;
        background-color: #eae9e9;
        border: 1px solid #CCC;
        margin-bottom: 1em
    }
    #map_canvas {
        /*display: none*/
    }
}

@media (max-width:480px) {
    .brand img {
        width: 460px
    }
    .row.hero img {
        display: none
    }
    .row.hero h1 {
        font-size: 28px;
        line-height: 32px
    }
    .footer-inner {
        display: none
    }
    .footer-siteinfo {
        padding: 20px
    }
    .copyright {
        display: none
    }
    ul#user-panel {
        text-align: left;
        width: 100%
    }
}

@media print {
    .doc-head,
    .footer,
    .navbar {
        display: none
    }
}

#forum {
    width: 900px
}

#forum_header {
    width: 100%;
    font-size: 1.2em
}

#forum_header .board_name {
    display: block;
    float: left;
    width: 63%;
    text-align: left;
    padding-left: 2%
}

#forum_header .num_posts,
#forum_header .num_topics {
    display: block;
    float: left;
    width: 10%;
    text-align: center
}

#forum_header .last_post {
    display: block;
    float: left;
    width: 15%;
    text-align: center
}

.gv_forum {
    width: 100%;
    font-size: 1em;
    font-weight: 400;
    margin: 0;
    padding: 0
}

.gv_forum_alt,
.gv_forum_row {
    margin-top: 3px;
    background-color: #f7ecdc
}

.gv_board {
    clear: both;
    width: 100%;
    font-size: 1em;
    font-weight: 400;
    margin: 0 0 15px;
    padding: 0
}

.gv_board_row {
    margin-top: 3px;
    background-color: #faf8f5
}

.gv_board_alt {
    margin-top: 3px;
    background-color: #faeee0
}

.gv_board td.board_name {
    width: 63%;
    padding-left: 2%;
    text-align: left
}

.gv_board td.num_posts,
.gv_board td.num_topics {
    width: 10%;
    text-align: center
}

.gv_board td.last_post {
    width: 15%;
    text-align: center;
    font-size: .8em
}

.lbl_boardname {
    font-size: 1.2em;
    color: #600
}

.lbl_boarddesc {
    font-size: 1em;
    color: #600
}

.gv_topic {
    clear: both;
    width: 100%;
    font-size: 1em;
    font-weight: 400;
    margin: 0 0 15px;
    padding: 0
}

.gv_topic_row {
    margin-top: 3px;
    background-color: #faf8f5
}

.gv_topic_alt {
    margin-top: 3px;
    background-color: #faeee0
}

.gv_topic_header {
    background-image: url(../images/layout/default/forum_title_back.png);
    background-repeat: repeat-x;
    font-size: 1.2em
}

.gv_topic_header a {
    color: #fdf6e3
}

.gv_topic td.topic {
    width: 53%;
    padding-left: 2%;
    text-align: left
}

.gv_topic td.replies {
    width: 10%;
    text-align: center
}

.gv_topic td.author {
    width: 20%;
    text-align: center
}

.gv_topic td.last_post {
    width: 15%;
    text-align: center;
    font-size: .8em
}

.lbl_topicname {
    font-size: 1.2em;
    color: #600
}

.lbl_createdon {
    font-size: .8em;
    color: #600
}

.gv_post {
    clear: both;
    width: 100%;
    font-size: 1em;
    font-weight: 400;
    margin: 0 0 15px;
    padding: 0
}

.gv_post_row {
    margin-top: 3px;
    background-color: #faf8f5
}

.gv_post_alt {
    margin-top: 3px;
    background-color: #faeee0
}

.gv_post_header {
    background-image: url(../images/layout/default/forum_title_back.png);
    background-repeat: repeat-x;
    font-size: 1.2em;
    color: #fdf6e3
}

.gv_post td.author {
    width: 150px;
    padding-left: 10px;
    text-align: author;
    vertical-align: top
}

.gv_post td.message {
    width: 730px;
    text-align: left
}

#messages {
    width: 900px
}

.inbox_unread {
    font-weight: 700
}

.gv_message {
    clear: both;
    width: 100%;
    font-size: 1em;
    font-weight: 400;
    margin: 0 0 15px;
    padding: 0
}

.gv_message_row {
    margin-top: 3px;
    background-color: #faf8f5
}

.gv_message_alt {
    margin-top: 3px;
    background-color: #faeee0
}

.gv_message_header {
    background-image: url(../images/layout/default/forum_title_back.png);
    background-repeat: repeat-x;
    font-size: 1.2em;
    color: #fdf6e3
}

.gv_message td.to_from {
    width: 150px;
    padding-left: 10px;
    text-align: left;
    vertical-align: top
}

.gv_message td.subject {
    width: 480px;
    text-align: left;
    vertical-align: top
}

.gv_message td.sent_created {
    width: 150px;
    text-align: left;
    font-size: .8em
}

.gv_message td.functions {
    width: 100px;
    padding-left: 10px;
    text-align: left;
    vertical-align: top
}

.viewpm_details,
.viewpm_message {
    width: 100%;
    background-color: #FF9
}

#clinic_title {
    width: 100%;
    clear: both
}

#clinic_data {
    width: 550px;
    float: left
}

#clinic_map {
    width: 350px;
    float: left;
    text-align: center
}

.dv_clinic {
    font-size: 1em;
    font-weight: 400;
    margin: 0 0 15px;
    padding: 0
}

.dv_clinic_alt,
.dv_clinic_row {
    margin-top: 3px
}

.dv_clinic_header {
    font-weight: 700
}

.lbl_clinic_name {
    text-align: left;
    font-size: 1.4em;
    font-weight: 700
}

.dv_clinic td.data {
    text-align: left
}

.pnl_services {
    background-color: #FF9;
    width: 620px;
    margin: 10px;
    padding: 10px;
    border: 1px solid #666
}

.gv_pages {
    width: 100%;
    text-align: left
}

.gv_pages td.date,
.gv_pages td.title {
    width: 30%
}

#user-panel #account {
    padding: 0;
    margin: 0;
    text-align: left
}

.alert.alert-min {
    padding: 2px 6px;
    margin: 5px 0
}

.progress .bar-grey {
    background-color: #77848d;
    background-image: -moz-linear-gradient(top, #9ea4a9, #77848d);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#9ea4a9), to(#77848d));
    background-image: -webkit-linear-gradient(top, #9ea4a9, #77848d);
    background-image: -o-linear-gradient(top, #9ea4a9, #77848d);
    background-image: linear-gradient(to bottom, #9ea4a9, #77848d);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff339bb9', GradientType=0)
}

.navbar .nav>#li_facebook>a {
    /*background-color: #3B5998*/
}

.navbar .btn-navbar {
    padding: 15px 10px
}

#user-panel>li>a,
#user-panel>li>span {
    display: block;
    padding: 17px 15px 13px
}

.margin-sm-top-bottom {
    margin-top: 5px;
    margin-bottom: 5px
}

.block {
    display: block
}

.navbar .main li>a {
    font-size: 16px
}

.navbar .main {
    padding-right: 8px
}

.page-header {
    margin-top: 2em
}

h1.titles {
    margin-top: 1.5em
}

.ce_event_list td {
    border-top: 1px solid gray
}

.ce_event_list td {
    padding-top: 2em;
    padding-bottom: 2em
}

.ce_altrow {
    background-color: #f4f4f4
}

#Main_ddl_question {
    width: 400px
}

.register--check-myself>span.text-success>label {
    font-size: 18px
}

#Main_rdo_vetstatus label {
    display: inline-block
}

.nav.main {
    padding-top: 1em
}

#Main_UserRolesGrid label,
#Main_UserRolesGrid span {
    display: inline-block
}

#Main_UserRolesGrid label {
    padding-left: 0.5em
}

#Main_UserRolesGrid>tbody>tr>td {
    border-top: none
}

#lbl_expiry {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 20px;
    white-space: nowrap
}

#chk_myself_checkbox .checkbox {
    padding-left: 0;
}

#chk_myself_checkbox input {
    margin-left: 0;
    margin-right: 12px;
}

#chk_myself_checkbox label {
    font-size: 1.2em;
    display: inline;
}

.table_form {
    border: 0;
    border-collapse: collapse;
    border-spacing: 0;
    line-height: 2;
    width: 100%;
    margin: 0 0 1.5em;
}

.table_form td {
    border: 1px solid #E0E0E0;
    padding: 8px;
    line-height: 2;
}

.form_label {
    vertical-align: top;
    padding-top: 5px;
    width: 30%;
    text-align: right;
}

.basic_table td.column_head {
    background-color: #E0E0E0;
    padding: 5px;
}

.basic_table {
  border-collapse: collapse;
}

.basic_table th, .basic_table td {
  border: 1px solid #C0C0C0;
  vertical-align: top;
}

.basic_table td {
  margin-top: 0px;
  margin-left: 3px;
  margin-right: 3px;
}

div.dl {
    width: 100%;
    height: 1px;
    background-color: #C0C0C0;
}