﻿
.hide {
    display:none;
}

.fablue {
    --fa-secondary-color: #6699ff;
}

.pull-left {float:left;}

.pull-right {float:right;}

.dropdown-item:focus, .dropdown-item:hover {
    color: #16181b;
    text-decoration: none;
    background-color: #96c8f9;
}

.app-header.navbar .navbar-brand {
    display: inline-block;
    width: 160px;
    height: 60px;
    padding: 0.5rem 1rem;
    margin-right: 0;
    background-color: #6699ff;
    background-image: url("../img/logo.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 160px auto;
    border-bottom: 1px solid #1985ac;
}
.btn-xs
{
padding-top: 0.2rem;
padding-right: 0.3rem;
padding-bottom: 0.2rem;
padding-left: 0.3rem;

font-size: .775rem;

line-height: 1.5;

border-radius: .2rem
}
.breadcrumb2 {
    color: #fff;
}
.breadcrumb {
    transition: left .25s,right .25s,width .25s;
    
    background-color: transparent !important;
}

.btn-secondary {
    color: #111;
    background-color: #c0cadd;
    border-color: #c0cadd;
}

.breadcrumb {
    position: relative;
}

button {
    border-radius: 0 !important;
    cursor: pointer;
}

h1, .h1 {
    font-size: 2.1875rem;
}

h2, .h2 {
    font-size: 1.75rem;
}

h3, .h3 {
    font-size: 1.53125rem;
}

h4, .h4 {
    font-size: 1.3125rem;
}

h5, .h5 {
    font-size: 1.09375rem;
}

h6, .h6 {
    font-size: 0.875rem;
}


.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: .5rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: inherit;
}

body {
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.5;
    color: #151b1e;
    background-color: #f2f4f8;
}


breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: .5rem;
    padding-left: .5rem;
    color: #9faecb;
    content: "/";
}

.nav-tabs .nav-link, .nav-tabs .navbar .dropdown-toggle, .navbar .nav-tabs .dropdown-toggle {
    color: #333;
}

.app-header.navbar .navbar-toggler {
    color: #c0cadd;
}

.form-group {
    margin-bottom: 0.2rem !important;
}


.nav-link.active {
    font-weight:bold;
}


navbar .sidebar .dropdown-toggle .badge, .sidebar .nav-link .badge, .sidebar .navbar .dropdown-toggle .badge {
    float: none !important;
    margin-top: 2px;
}



.btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

.rowselect {
    background-color: #a4c2fe !important;
}

.breadcrumb-item.active {
    color: black !important
}

.fa-15x {
    font-size: 1.5em !important;
}

.fa-11x {
    font-size: 1.1em !important;
}

.fa-12x {
    font-size: 1.2em !important;
}

.ui-autocomplete
{
    position: static !important;
}

.sidebar-fixed .sidebar {
    position: fixed;
    width: 160px;
    height: 100%;
}

a {
    color: blue;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

.bg-primary {
    background-color: #6699ff !important;
}

.sidebar-fixed .main, .sidebar-fixed .app-footer {
    margin-left: 160px;
}

.sidebar .nav {
    width: 160px;
}
.sidebar .sidebar-nav {
    width: 160px;
}

#frmSearchBox { color: black;}


.header-fixed .app-header {
    background-color: #618be1;
}

.app-header.navbar {
    background-color: #618be1;
}

@media (max-width: 991px) {
    .app-header.navbar {
        background-color: #618be1;
        border-bottom: 1px solid #e1e6ef;
    }
}


.btn-success {
    color: #fff;
    background-color: #2aba59;
    border-color: #79c447;
}

    .btn-success:hover {
        color: #fff;
        background-color: #62d77c;
        border-color: #79c447;
    }

.modal-full {
    min-width: 100%;
    margin: 0;
}

    .modal-full .modal-content {
        min-height: 100vh;
    }