﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

.link {
    color: #337ab7;
    text-decoration: none;
    cursor:pointer;
    font-weight:bold;

}

    .link:hover {
        color: #2b699f;
        text-decoration: underline;
    }

.menuitem {
    padding-top: 8px;
    margin-right: 5px;
}

.menubtn_background {
    background-color: #222222;
}

.menubtn_color {
    color: #9d9d9d;
}

.menubtn_color:hover {
    color: white !important;
}

.menubtn_color:focus {
    color: white !important;
}

/*override bootstrap container width*/
.container2 {
    width: 95%;
    margin-left: auto;
    margin-right: auto;

/*    margin: 0 28.5px 0 28.5px; */
}



/*kendo grid header wrap overrides*/
.k-grid .k-grid-header .k-header .k-link {
    height: auto;
}


/*removed as this was causing kendo grid filter buttons and other buttons to get too tall */
/*.k-grid .k-grid-header .k-header {
    white-space: normal;
}*/

.k-grid .k-input {
    max-width:600px !important;
}

/*kendo grid filter margin overrides*/
html .k-filtercell > .k-operator-hidden {
    padding-right: 0;
}

html .k-filtercell > span {
    padding-right: 2.5em;
}

html .k-filter-row .k-dropdown-operator {
    right: 0;
}

/*color override*/
.jumbotron {
    background-color: white !important;
   
}

.k-grid a {
    font-weight: bold !important;
}

.fieldname {
    font-weight: bold;
}

.overflow-hidden {
    overflow: hidden;
}

hr {
    margin: 0 0 0 0;
}

.col-align-center {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 82vh;
}


#Menu > div > ul {
    overflow: hidden !important;
}




/* Hamburger button styles */
.hamburger {
    display: none;
    flex-direction: column;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: transparent;
    border: none;
    cursor: pointer;
    z-index: 1001;
    margin: 10px;
}

.hamburger-bar {
    width: 28px;
    height: 4px;
    background-color: #333;
    margin: 4px 0;
    border-radius: 2px;
    transition: 0.4s;
}

/* Responsive: show hamburger, hide menu on small screens */
/*@media (max-width: 768px) {
    .hamburger {
        display: flex;
    }

    #menu {
        display: none;
        position: absolute;
        top: 60px;
        left: 0;
        width: 100%;
        background: #fff;
        z-index: 1000;
    }

        #menu.menu-open {
            display: block;
        }
}*/




/*taken from bootstrap.css*/
.navbar-fixed-top {
    top: 0;
}

.navbar-fixed-top, .navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
}

@media (min-width: 768px) {
    .navbar-right .dropdown-menu {
        right: 0;
        left: auto;
    }

    .navbar-right .dropdown-menu-left {
        right: auto;
        left: 0;
    }
}
@media (min-width: 768px) {
    .navbar-left {
        float: left !important;
    }

    .navbar-right {
        float: right !important;
        margin-right: -15px;
    }

        .navbar-right ~ .navbar-right {
            margin-right: 0;
        }
}

@media (min-width: 1400px) {
    .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
        max-width: 1600px !important;
    }
}


.text-center {
    text-align: center;
}
.row {
    margin-right: -15px;
    /*margin-left: -15px;*/
}
.row:after, row:before {
    display: table;
    content: " ";

}
    .row:after {
        clear: both;
    }

h1,
.h1,
h2,
.h2,
h3,
.h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}

h1,
.h1 {
    font-size: 36px;
}

h2,
.h2 {
    font-size: 30px;
}

h3,
.h3 {
    font-size: 24px;
}

h4,
.h4 {
    font-size: 18px;
}

h5,
.h5 {
    font-size: 14px;
}

h6,
.h6 {
    font-size: 12px;
}

p {
    margin: 0 0 10px;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}
b,
strong {
    font-weight: bold;
}

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
}


.btn {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}




/* shared menu styles */
.menuTop{
    font-size: 12.5px;
    font-weight: 700;
    letter-spacing: 1.5px;
    min-height: 40px;
    top: 0;
    border-width: 0 0 0px;
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
}

@media (max-width: 900px) {
    .hamburger {
        display: flex;
    }

    #menu { /* Kendo menu */
        display: none !important;
    }
}

@media (min-width: 901px) {
    .hamburger,
    .hamburger-menu {
        display: none !important;
    }
}

.hamburger-menu li {
    border-bottom: 1px solid #eee;
}

.hamburger-menu li:last-child {
    border-bottom: none;
}

.hamburger-bar {
    width: 28px;
    height: 4px;
    background-color: #333; /* Change to your brand color if needed */
    margin: 4px 0;
    border-radius: 2px;
    transition: 0.4s;
}

.hamburger-menu {
    display: none;
    position: absolute;
    top: 50px; /* Adjust based on your header height */
    left: 0;
    width: 100%;
    background: #fff; /* Or use your site’s panel background */
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    list-style: none;
    margin: 0;
    padding: 0;
    z-index: 1099;
}

    .hamburger-menu a {
        display: block;
        padding: 14px 24px;
        color: #333; /* Or your site’s link color */
        text-decoration: none;
        font-family: 'Open Sans', 'Roboto', Arial, sans-serif; /* Match your site font */
        font-size: 16px;
        transition: background 0.2s, color 0.2s;
    }

.hamburger {
    display: none;
    flex-direction: column;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: transparent;
    border: none;
    cursor: pointer;
    z-index: 1100;
    margin: 10px;
}

.form-control{
    display:inline-block;
}

.inline-header {
    display: inline-block !important;
}