body {
    padding-top: 5px;
    padding-bottom: 20px;
    background-color: #003478; /* #0F1536; */
    color: white;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 12px;
    line-height: 1.42857143;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
    margin-right: auto;
    margin-left: auto;
}

.isd-window {
    padding-left: 0px;
    background-color: #0E4C94;
    color: white;
    border: none;
}

.isd-titlebar {
    padding: 2px 0px 2px 0px;
    border: 0px solid black;
    height: 25px;
    background-color: #001C4E;
}

.isd-login-background {
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
    margin-bottom: 15px;
    background-color: #0E4C94;
    padding-top: 15px;
}

.isd-button-update {
    border-radius: 4px;
    border: #5d99e6;
    background-color: #3e85e1;
    font-size: 12px;
    background-image: linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0));
    line-height: 1.4285714286;
    padding: 4px 8px 4px 8px;
}

.isd-button-base {
    border-radius: 4px;
    border: #5878a4;
    background-color: #385e93;
    font-size: 12px;
    background-image: linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0));
    line-height: 1.4285714286;
    padding: 4px 8px 4px 8px;
}

.isd-button-yellow {
    border-radius: 4px;
    background-color: #FCDA00;
    background-image: linear-gradient(to right, #FCDA00, #FCB019);
    color: black !important;
    border-color: #FCDA00;
    line-height: 1.4285714286;
    padding: 4px 8px 4px 8px;
    font-weight: bold;
}

.isd-button-red {
    border-radius: 4px;
    background-color: #FA0000;
    background-image: linear-gradient(to right, #FA0000, #8B0303);
    color: white;
    border-color: #FA0000;
    /*background-image: linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0));*/
    line-height: 1.4285714286;
    padding: 4px 8px 4px 8px;
}

.isd-button {
    box-sizing: border-box;
    border-width: 1px;
    border-style: solid;
    color: inherit;
    /*background: none;*/
    font-family: inherit;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 4px;
    vertical-align: middle;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    outline: none;
    -webkit-appearance: none;
    position: relative;
    transition: color 0.2s ease-in-out;
    min-width: 55px;
}

    .isd-button *,
    .isd-button *::before,
    .isd-button *::after {
        box-sizing: border-box;
    }

    .isd-button:disabled, .k-button.k-disabled {
        outline: none;
        cursor: default;
        opacity: 0.6;
        -webkit-filter: grayscale(0.1);
        filter: grayscale(0.1);
        pointer-events: none;
        box-shadow: none;
    }

    .isd-button::-moz-focus-inner {
        padding: 0;
        border: 0;
        outline: 0;
    }

    .isd-button:hover, .k-button:focus {
        border: 1px solid #6885ad;
        background-color: #486b9c;
        /*background-color: #3e85e1;*/
        text-decoration: none;
        color: white;
        outline: 0;
    }

.isd-textbox {
    color: white !important;
    background-color: #001c4e !important; /*#385E93*/
    border-color: #385E93;
    border-style: solid;
    border-width: 1px;
    border-radius: 4px;
    padding: 4px 8px 4px 8px;
}

    .isd-textbox:focus {
        color: white !important;
        background-color: #001c4e !important; /*#385E93*/
        border-color: #385E93;
        border-style: solid;
        border-width: 1px;
    }

.isd-textbox-right {
    color: white !important;
    background-color: #001c4e !important; /*#385E93*/
    border-color: #385E93;
    border-style: solid;
    border-width: 1px;
    text-align: right;
    border-radius: 4px;
}

    .isd-textbox-right:focus {
        color: white !important;
        background-color: #001c4e !important; /*#385E93*/
        border-color: #385E93;
        border-style: solid;
        border-width: 2px;
        text-align: right;
    }

/*
    .isd-textbox > .k-dropdown-wrap {
        background-color: #385E93;
        border-color: #385E93;
        border-style: solid;
        color: white;
    }

        .isd-textbox > .k-dropdown-wrap > .k-input {
            background-color: #385E93;
            color: white;
        }
*/

.numCol {
    text-align: right !important;
}


@media (min-width: 768px) {
    .body-content {
        width: 750px;
    }

    .navbar-right {
        float: right !important;
        margin-right: 0px;
    }
}

@media (min-width: 992px) {
    .body-content {
        width: 970px;
    }

    .navbar-right {
        float: right !important;
        margin-right: 0px;
    }
}

@media (min-width: 1200px) {
    .body-content {
        width: 1170px;
    }
}

@media (min-width: 1400px) {
    .body-content {
        width: 1370px;
    }
}
/*
@media (min-width: 768px) {
    .navbar-right {
        float: right !important;
        margin-right: 0px;
    }
}
*/
.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

/* 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;
}
*/
.logo-div {
    width: 100%;
}

.logo {
    display: block;
    margin-top: 2px;
    margin-left: auto;
    margin-right: auto;
    width: 150px;
}

hr {
    display: block;
    margin: 5px 0 5px auto;
}

.banner {
    display: block;
    max-width: 100%;
    max-height: 100%;
    margin-left: auto;
    margin-right: auto;
}

.navbar-nav > li > .user-name {
    padding-top: 15px;
    padding-bottom: 15px;
    line-height: 20px;
    display: block;
}

.wide-grid {
    display: block;
    max-height: 100%;
    margin-left: auto;
    margin-right: auto;
}

.admin-grid {
    display: block;
    width: 550px;
    max-height: 100%;
    margin-left: auto;
    margin-right: auto;
}

.pool-grid {
    display: block;
    max-width: 850px;
    max-height: 100%;
    margin-left: auto;
    margin-right: auto;
}

.station-grid {
    display: block;
    max-width: 750px;
    max-height: 100%;
    margin-left: auto;
    margin-right: auto;
}

.small-grid {
    display: block;
    width: 600px;
    max-height: 100%;
    margin-left: auto;
    margin-right: auto;
}

.smaller-grid {
    display: block;
    max-width: 400px;
    max-height: 100%;
    margin-left: auto;
    margin-right: auto;
}

.complete {
    display: block;
    max-width: 550px;
    max-height: 100%;
    margin-left: auto;
    margin-right: auto;
}

.k-edit-form-container {
    /*width: auto;*/
    height: auto;
}

    .k-edit-form-container > .k-edit-field > textarea {
        width: 166px;
        height: 200px;
    }

#BackColor, #ForeColor, #Color {
    height: 35px;
    padding: 0px;
}

#closeButton {
    float: right;
    /*border-radius: 5px;*/
    border: 1px solid #5878a4;
    background-color: #385e93;
    color: white;
}

    #closeButton:hover {
        background-color: #486b9c;
        color: white;
    }

#closeButton2 {
    float: right;
    border-radius: 4px !important;
    border: 1px solid #5878a4 !important;
    background-color: #385e93 !important;
    color: white !important;
}

#closeButton:hover {
    background-color: #486b9c;
    color: white;
}

/*
.k-button {
    border-radius: 4px;
    border: 1px solid #5878a4;
    background-color: #385e93;
    font-size: 12px;
    background-image: linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0));
}
*/

/*
.k-grid {
    font-size: 14px;
}

.k-widget {
    font-size: 12px;
}
*/
.k-calendar-view {
    width: 248px !important;
    /*padding-left: 8px !important;*/
}


.k-window, .k-widget, .k-grid, .k-input, .k-picker, .k-button, .k-list, .k-chip, .k-calendar {
    font-size: 12px;
}

[class*="k-"] {
    font-size: 12px;
}


.k-toolbar {
    background-color: #001c4e;
}

.k-grid-toolbar {
    padding: 2px 8px;
}

.k-input-inner {
    background-color: #001c4e;
    color: white;
}

.footerlinks a {
    color: white;
    margin: 5px 5px 5px 5px;
}

.k-table-md .k-table-th,
.k-table-md .k-table-td {
    padding: 6px 8px;
}

.k-actions-start {
    justify-content: end;
}

.my-control {
    width: 300px !important;
}

.hidden {
    display: none !important;
}

.k-menu {
    background-color: #001c4e;
    border-color: #001c4e;
    /*height:35px;*/
}

.k-menu .k-menu-link-text {
    font-size: 14px;
}

.k-context-menu .k-menu-link-text {
    font-size: 12px !important;
}

.brand {
    color: white;
    text-decoration: none;
    font-size: large;
    margin-top: 15px;
}

.brand:hover {
    color: whitesmoke;
}

.header-span {
    display: inline-block;
    min-height: 45px;
    vertical-align: middle;
    padding-right: 10px;
    background-color: #001c4e;
}

.menu-span {
    display: flex;
    width: 130px;
    height: 140px;
    position: relative;
    z-index: 1000;
}

.header-span-right {
    float: left;
    min-height: 45px;
    font-size: 14px;
    padding-top: 10px;
    background-color: #001c4e;
    width: 130px;
}

.my-link {
    color: white;
    text-decoration: none;
    background-color: #001c4e;
    padding: 0px 5px;
    border:none;
    display:flex;
    height:25px;
}

    .my-link:hover {
        color: white;
        background-color: #3573c5;
    }

.my-item:hover {
    background-color: #3573c5;
}

.toggle-sidebar-btn{
    display:flow;
}

.mybar-nav {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.menu-main-left {
    float: left;
    display: inline-block;
    width: 195px;
}


.menu-main-right {
    display: none;
    min-height: 200px;
    vertical-align: top;
    background-color: #001c4e;
    width:130px;
}

@media (min-width: 780px) {
    .menu-main-left {
        float: left;
        display: inline-block;
        width: 170px;
    }

    .menu-main-right {
        display: inline-block;
        min-height: 45px;
        vertical-align: middle;
        background-color: #001c4e;
        width: 100%;
    }

    .header-span {
        display: inline-block;
        width: auto;
    }

    .header-span-right {
        float: right;
        height: unset;
        width:auto;
    }

    .menu-span {
        width: auto;
        height: 45px;
        padding-top: 6px;
    }

    .mybar-nav {
        display: flex;
        flex-direction: row;
        padding-left: 0;
        margin-bottom: 0;
        list-style: none;
    }

    .toggle-sidebar-btn {
       display:none;
    }
}

.contact_us {
    color: white;
    text-decoration: none;
}

/* Section from _Layout */
a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

a {
    color: #0077cc;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

.footer {
    /*position: absolute;
    bottom: 0;*/
    width: 100%;
    white-space: nowrap;
    line-height: 60px;
}

.k-datepicker input {
    width: 100% !important;
    border-radius: 0px;
}

.k-datetimepicker input {
    width: 100% !important;
    border-radius: 0px;
}

.k-timepicker input {
    width: 100% !important;
    border-radius: 0px;
}

.k-numerictextbox input {
    border-radius: 0px;
}