﻿/* General Classes */
.personal-panel-body {
    width: 100%;
    padding: 5px 10px;
    border: 1px solid #dedede;
    margin-bottom: 2px;
    overflow: hidden;
}

.personal-panel-body2 {
    width: 100%;
    height: auto;
    padding: 0;
    border: 1px solid #dedede;
    margin-bottom: 2px;
}
.medcolor {
    color: #c50007;
}

.cvcolor {
    color: #888;
}
.panel-default-2 {
    border-left: 1px solid #ddd;
}

html[xmlns] .slides {
    display: block;
}

* html .slides {
    height: 1%;
}

body {
    color: #808080 !important;
    direction: ltr;
    background-color: #fff !important;
    font-size: 13px;
    font-family: 'Open+Sans',sans-serif;
}

p strong {
    color: #3276B1;
}

a {
    color: #144796 !important;
}

    a:focus, a:hover, a:active {
        color: #144796;
    }

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background-color: #144796 !important;
    border-color: #144796 !important;
    color: #FFFFFF !important;
}

.pagination > li > a, .pagination > li > span {
    color: #428bca;
    background-color: #fff;
    border: none !important
}

.table-bordered {
    border: 1px solid #144796 !important;
}

    .table-bordered th, .table-bordered td, .table-bordered tr {
        border: 1px solid #144796 !important;
    }

.btn-main-color {
    background-color: #144796;
    border-color: #E0162B;
    color: #FFFFFF !important;
}

    .btn-main-color:hover, .btn-main-color:focus, .btn-main-color:active, .btn-main-color.active {
        background-color: #fff;
        border-color: #E0162B;
        color: #E0162B !important;
    }

.btn-default {
    color: #144796 !important;
    background-color: #fff;
    border-color: #144796 !important;
}

    .btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active {
        background-color: #144796 !important;
        border-color: #fff !important;
        color: #ffffff !important;
    }

.colored-top-bar #topbar {
    background: #144796;
    color: #FFFFFF;
    border-bottom: 1px solid #144796;
}

.navbar-default {
    background-color: #ffffff !important;
    border-color: #144796 !important;
}

    .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
        border-bottom-color: #144796;
    }

        .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
            color: #555;
            background-color: #e7e7e7;
        }

    .navbar-default .navbar-nav > li > a {
        color: #808080 !important;
    }

.navbar-nav > li > .dropdown-menu {
    border-top-color: #144796;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li.dropdown.open > a {
    border-bottom-color: #144796;
}

.navbar > .container .navbar-brand i, .navbar > .container .navbar-brand:hover i {
    color: #144796;
}

.navbar-default .navbar-nav > .active > a:before {
    color: #144796;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    background-color: #144796;
}

.mega-menu .mega-menu-content ul.sub-menu .active > a {
    background-color: #144796;
    color: #FFFFFF;
}

.page-top {
    background-color: #fff;
    border-bottom: 1px solid #144796;
}

footer {
    background: #363839;
    border-top: 4px solid #1F1F1F;
}

    footer h1, footer h2, footer h3, footer h4, footer a {
        color: #FFFFFF !important;
    }

.form-control {
    background-color: #FCFCFC;
    color: #919191;
    box-shadow: none;
}

.tab-content {
    border: 1px solid #144796;
}

.accordion-teal .panel-heading .accordion-toggle {
    color: #144796;
}

.accordion-teal .panel-heading .accordion-toggle {
    background-color: #ffffff !important;
    border-left: none;
}

    .accordion-teal .panel-heading .accordion-toggle.collapsed {
        color: #606060 !important;
        background-color: #ffffff !important;
        border-left: none;
        border-bottom: 1px solid #E7E7E7;
    }

        .accordion-teal .panel-heading .accordion-toggle.collapsed > .icon-arrow:before {
            background-color: #333333;
        }

    .accordion-teal .panel-heading .accordion-toggle > .icon-arrow:before {
        background-color: #144796;
        color: #FFFFFF;
    }

.accordion-teal .panel-heading .accordion-toggle {
    color: #144796 !important;
}

.progress-bar.main-color {
    background-color: #144796 !important;
}

.progress {
    background-color: #f5f5f5 !important;
}

.circle-icon {
    background-color: #333333;
    color: #FFFFFF;
}

ul.team-list .thumbnail {
    border: none;
}

.thumbnail {
    background-color: #fff !important;
    border: 1px solid #144796 !important;
}

.tabs-left > .tab-teal > li.active > a, .tabs-left > .tab-teal > li.active > a:focus, .tabs-left > .tab-teal > li.active > a:hover {
    border-color: #144796;
    border-right: none;
    border-left: 2px solid #144796
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #555;
    background-color: #fff;
    border: 1px solid #144796 !important;
    border-bottom-color: transparent;
}

.nav-tabs > li > a, .nav-tabs > li > a:focus {
    background-color: #F9F9F9;
    border-color: #DDDDDD;
    border-radius: 0 0 0 0 !important;
    color: #999999;
    line-height: 16px;
    margin-right: -1px;
    position: relative;
}

.black {
    color: #000 !important
}

::-webkit-scrollbar {
    width: 1.2em;
}

::-webkit-scrollbar-track {
    background-color: #144796;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,1);
}

::-webkit-scrollbar-thumb {
    background-color: #e5e5e5;
    border: 1px solid #000;
    -webkit-box-shadow: 0 0 6px rgba(0,0,0,0.3);
    -webkit-border-radius: 20px;
}

    ::-webkit-scrollbar-thumb:hover {
        background-color: #fff;
    }

.Med-color {
    color: #c50007 !important;
    font-weight: 500;
}

.CV-color {
    color: #7a7a7c;
    font-weight: 500;
}

/* merged from /VetCV/css/FrontEnd/custom.css */
/*.icon-box-min-ht { height: 220px; } */
.heading img {
    text-align: center;
    margin-left: 40%;
}

.core-box img {
    text-align: center;
    margin-left: 40%;
}

.em {
    font-style: italic;
}

.bold {
    font-weight: bold;
}

.clearing {
    width: 100%;
    height: 2px;
    clear: both;
}

a, a:focus, a:hover, a:active {
    outline: 0 !important;
    text-decoration: none;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: Roboto,Verdana, Geneva, sans-serif !important;
    color: #C50007 !important;
}

h1, h2, h3 {
    margin-bottom: 10px;
    margin-top: 10px;
}

p + h1, p + h2, p + h3, p + h4, p + h5, p + h6 {
    margin-top: 1.5em;
}

p {
    margin: 0.85em 0;
}

    p img {
        margin: 0;
    }

.eventDetailRow .row {
    margin-top: 10px;
}

.marginTop40 {
    margin-top: 40px;
}

.opportunityTitle {
    text-align: center;
    margin-bottom: 20px;
}

.applyNow {
    width: 100%;
    height: 40px;
    clear: left;
    margin-bottom: 25px;
}

.applyButton {
    margin: 0;
}

.opDetailsLeft {
    font-weight: bold;
    margin-top: 15px;
}

.oppButtonLT {
    width: 100%;
    margin-bottom: 5px;
}

.opLeftInstruction {
    padding-left: 10px;
}

.floatRight {
    float: right !important;
}

.checkbox {
    height: 18px;
    width: 18px;
}

.regRequired {
    border-left: 3px groove red;
}

.regNotRequired {
    margin-left: 3px;
}

#applyArea .acctRegister .row {
    margin-bottom: 6px;
}

#applyArea .applyHeader {
    padding-left: 6px;
    line-height: 1.5em;
    font-weight: bold;
    background-color: #144796;
    color: #fff !important;
}

#applyArea .redLink a {
    color: red;
}

#applyArea .date input {
    width: 100%;
}

#applyArea .date textarea {
    width: 100%;
}

#applyArea .date select {
    width: 100%;
}

.marginLeft30 {
    margin-left: 30px;
}

.upper {
    text-transform: uppercase;
}

.clearfloat {
    clear: both;
    width: 100%;
    height: 2px;
}

.detailsImg {
    max-width: 100% !important;
}

.glow {
    box-shadow: 0 0 40px #fff;
}

@media screen and (max-width:700px) {
    .mobile-only {
        visibility: visible !important;
    }

    .screen-only {
        display: none !important
    }
}

@media screen and (min-width:699px) {
    .mobile-only {
        display: none !important
    }

    .screen-only {
        visibility: visible !important;
    }
}

@media screen and (max-width:1000px) {
    .mobile-only-2 {
        visibility: visible !important;
    }

    .screen-only-2 {
        display: none !important
    }
}

@media screen and (min-width:999px) {
    .mobile-only-2 {
        display: none !important
    }

    .screen-only-2 {
        visibility: visible !important;
    }
}

/*Fix for background on mobile menu*/
@media (max-width:767px) {
    .navbar-default, .navbar-collapse {
        background-color: white !important;
    }
}