﻿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;
}

.field-validation-error,
label.error {
    color: red;
}

.input-validation-error,
input.error {
    border: 2px solid red;
}

/*-----------------------------------------------------------------------------------------------*/
/*#7386D5   -- updating top navigation bar*/
.navbar1 {
    background-color: black;
    
    /*    // kind af green*/
}
.hr-dark-blue 
{
    border: 0;
    border-top: 4px solid #003366; /* dark blue */
    margin: 10px 0;
}

/* Top Navbar */
.custom-navbar {
    background: linear-gradient(to right, #0f2027, #2c5364);
    border: none;
}

    /* Navbar text */
    .custom-navbar .navbar-brand,
    .custom-navbar a {
        color: #ffffff !important;
    }

/* Sidebar */
.custom-sidebar {
    background: linear-gradient(to bottom, #0f2027, #2c5364);
    min-height: 100vh;
    color: white;
    padding-top: 80px;
}

    /* Sidebar links */
    .custom-sidebar a {
        color: #ffffff;
        display: block;
        padding: 10px;
    }

        .custom-sidebar a:hover {
            background-color: #17a2b8;
        }


/* Sidebar Styling */
.sidebar {
    background: linear-gradient(to bottom, #0f2027, #2c5364);
    color: white;
    height: 100vh;
    padding-top: 20px;
}

    .sidebar a {
        color: white;
        display: block;
        padding: 12px;
        text-decoration: none;
    }

        .sidebar a:hover {
            background-color: #17a2b8;
        }

/* Navbar */
.navbar {
    background: linear-gradient(to right, #0f2027, #2c5364) !important;
}

.custom-nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}

    .custom-nav > li {
        position: relative;
        display: block;
    }

        .custom-nav > li > a {
            position: relative;
            display: block;
            padding: 10px 15px;
        }

            .custom-nav > li > a:hover,
            .custom-nav > li > a:focus {
                text-decoration: none;
                background-color: #17a2b8;
            }

        .custom-nav > li.disabled > a {
            color: #999999;
        }

            .custom-nav > li.disabled > a:hover,
            .custom-nav > li.disabled > a:focus {
                color: #999999;
                text-decoration: none;
                background-color: transparent;
                cursor: not-allowed;
            }

    .custom-nav .open > a,
    .custom-nav .open > a:hover,
    .custom-nav .open > a:focus {
        background-color: #ffffff;
        border-color: #158cba;
    }

    .custom-nav .nav-divider {
        height: 1px;
        margin: 9px 0;
        overflow: hidden;
        background-color: #e5e5e5;
    }

    .custom-nav > li > a > img {
        max-width: none;
    }