@media (min-width: 992px) {
    .col-md-9 {
        width: 100%;
    }
}

body {
    font-family: 'Lato', Helvetica, Arial, Lucida, sans-serif;
    color: #565a5c;
}

a, a:hover, a:focus, a:active {
    color: #4676bc;
    text-decoration: none;
}

:focus-visible {
    outline: none;
}

.navbar-brand {
    padding: 10px 15px;
}

.logo {
    width: auto;
    height: 35px;
    display: inline-block;
}

.navbar-static-top .navbar-brand {
    font-family: 'Lato', Helvetica, Arial, Lucida, sans-serif;
    height: auto;
}

.navbar-static-top.navbar-inverse {
    box-shadow: 0px 1px 10px;
}
 

.navbar-static-top .navbar-brand:focus-visible {
    outline: none;
}

.homelink:focus {
    outline: none;
}

.homelink:focus-visible {
    outline: none;
}

.navbar-static-top.navbar .menu-bar > .navbar-nav > li > a {
    font-family: 'Lato', Helvetica, Arial, Lucida, sans-serif;
}

.navbar-inverse .navbar-nav>.open>a {
    border-radius: 5px;
}

#navbar .dropdown-menu {
    border-top: 3px solid #2ea3f2;
    border-radius: 0px 0px 3px 3px;
    margin-top: 9px;
}

.dropdown-menu {
    padding-inline-start: 0;
}

.dropdown-menu .divider {
    display: none;
    height: 1px;
    margin: 9.5px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}

.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857;
    color: #565a5c;
    white-space: nowrap;
}

.dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    background-color: #4676bc;
}

.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    padding: 3px 20px;
    border: none;
    outline: none;
}

.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
    text-decoration: none;
    color: #565a5c;
    background-color: #4575bc35;
    outline: none;
}

.dropdown-menu>li>a:focus-visible {
    outline: none;
}

html[dir=ltr] li a {
    margin-left: 0px;
}

#navbar .dropdown-search {
    padding-top: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
    margin: 9px;
}

#navbar .form-search .dropdown-menu {
    margin-top: 7px;
    border-top: 0;
}

.selected-view.dropdown-toggle:focus, .selected-view.dropdown-toggle:hover {
    border-radius: 3px;
    outline: none;
}

.section-landing {
    background: #4676bc;
    background-size: contain;
}

.section-landing-search {
    background-size: contain;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Oswald',Helvetica,Arial,Lucida,sans-serif;
    color:#4676bc;
}

.section-landing .row > div .section-landing-sub-heading {
    margin-top: 0;
    margin-bottom: 50px;
    font-size: 20px;
    color: #fff;
    letter-spacing: 10px;
    text-transform: uppercase;
}

.blue_border {
    padding-bottom: 10px;
    border-bottom: 7px solid #4676bc;
}

.page_section p {
    border-top: solid #666666 1px;
    padding-top: 5px;
    display: none;
}

h2.blue_border {
    border-radius: 30px;
}

.card {
    background-color: #fff;
    border: 2px solid #e4e4e4;
    border-radius: 30px;
}

.page_section .row.sidebar-home {
    background-color: #fff;
}

.form-control {
    border-radius: 3px;
    box-shadow: none;
}

textarea.form-control {
    resize: none;
    field-sizing: content;
    height: auto;
}

.crmEntityFormView textarea.form-control.readonly {
    field-sizing: content;
}

input.form-control {
    border: 1px solid #ccc;
}

.section-landing .form-search .btn, .section-landing input.form-control{
    border: 0;
}

.btn {
    border-radius: 50px;    
    font-size: 15px;
}

.btn-primary, .btn-primary:active, .btn-primary:hover, .btn-primary:focus{
    color: #fff;
    background-color: #4676bc;
    border: 0;
    box-shadow: none;
    text-transform: uppercase;
    padding: 10px 15px;
}

.btn-default {
    color: #4676bc;
    background-color: transparent;
    border-color: transparent;
    box-shadow: none;
}

.btn-default:hover {
    color: #4676bc;
    background-color: #f9f9f9;
    border-color: transparent;
    box-shadow: none;
}

.btn-default:active {
    color: #4676bc;
    background-color: transparent;
    border-color: transparent;
    box-shadow: none;
}

.btn-default:focus {
    color: #4676bc;
    background-color: transparent;
    border-color: transparent;
    box-shadow: none;
}

.btn-primary:active:hover,
.btn-primary:active:focus,
.btn-primary:active.focus,
.btn-primary.active:hover,
.btn-primary.active:focus,
.btn-primary.active.focus,
.open>.btn-primary.dropdown-toggle:hover,
.open>.btn-primary.dropdown-toggle:focus,
.open>.btn-primary.dropdown-toggle.focus {
    color: white;
    background-color: #4676bc;
    border: 0;
    outline: none;
    box-shadow: none;
}

.btn-default:active:hover,
.btn-default:active:focus,
.btn-default:active.focus,
.btn-default.active:hover,
.btn-default.active:focus,
.btn-default.active.focus,
.open>.btn-default.dropdown-toggle:hover,
.open>.btn-default.dropdown-toggle:focus,
.open>.btn-default.dropdown-toggle.focus {
    color: #4676bc;
    background-color: transparent;
    border-color: transparent;
    outline: none;
    box-shadow: none; 
}

.btn:focus{
    outline: none;
    outline-offset: 0;
}

button.btn.btn-default.clearlookupfield, button.btn.btn-default.launchentitylookup  {
    box-shadow: none;
}

button.btn.btn-default.clearlookupfield:hover, button.btn.btn-default.launchentitylookup:hover  {
    z-index: 1;
    box-shadow: none;
}

button.btn.btn-default.search-apply, button.btn.btn-default.search-clear, button.btn.btn-default.btn-hg {
    z-index: 1;
    box-shadow: none;
}

.btn:focus-visible {
    outline: none;
    outline-offset: 0;
}

.btn:active:hover {
    color: #4676bc;
    background-color: transparent;
    border-color: transparent;
    outline: none;
    box-shadow: none;
}

.btn:active:focus {
    color: #4676bc;
    background-color: transparent;
    border-color: transparent;
    outline: none;
    box-shadow: none;
}

.btn[disabled] {
    cursor: not-allowed;
    opacity: .65;
    box-shadow: none;
}

.btn-info-home, .btn-info-home:focus, .btn-info-home:active, .btn-info-home:hover {
    color: white;
    background: #4676bc;
    border-radius: 50px;
    font-weight: 600;
    text-transform: uppercase;
    border: 0px;
    font-size: 15px;
    padding: 15px 20px;
}

.btn-white, .btn-white:hover, .btn-white:focus, .btn-white:active{
    background-color: #fff;
    color: #4676bc;
}

.page-section.section-action{
    padding: 20px 0;
    background: rgba(70, 118, 188, 0.6);
}

.page-section.section-action h3{
    color: #fff;
}

.page_section .form-search .btn {
    background: white;
    color: grey;
}

.page_section .form-search .btn.filter {
    border-radius: 25px 0px 0 25px;
    padding: 10px 5px 10px 20px;
    line-height: 1;
}

.page_section .form-search .btn.icon {
    border-radius: 0px 25px 25px 0px;
}

.page_section .form-search .btn:hover {
    color: #ccc;
    background-color: transparent;
    border: none;
    box-shadow: none;
}

.page_section .form-search .btn:active {
        box-shadow: none;
}

.input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 3px;
        box-shadow:none;
}

.btn[disabled]:hover {
    color: #4676bc;
    background-color: #f9f9f9;
    border-color: transparent;
    box-shadow:none;
    cursor: not-allowed;
    opacity: .45;;
}

.crmEntityFormView .form-control.readonly:focus {
    outline: 0;
}

.form-custom-actions .btn {
    margin: 3px;
}

html[dir=ltr] .entity-timeline .note .row .header {
    width: 100%;
}

.glyphicon-user:before {
    display: none;
}

.section-diagonal-right .section-diagonal-right-content:before {
    background-color: #4676bc;
}

.page_section h3, .page_section h2, .page_section h1, .page_section h4, .page_section h5 {
    font-size: 30px;
    font-family: 'Oswald',Helvetica,Arial,Lucida,sans-serif;
}

footer .footer-bottom{
    min-height: 0;
    padding: 30px 0;
}

footer .footer-top{
    background-color: #f1f1f1;
    min-height: 80px;
}

.content-all{
    min-height: 100vh;
}

footer{
     position: static;
  bottom: 0;
  width: 100%;
  height: auto;   
}

.mini-title{
    font-size: 22px;
    color: #565a5c;
    margin-top: 15px;
}

.white{
    color: #fff;
}