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;
}

/*static table header*/
/*tbody {
    display: block;
    max-height: 600px;
    overflow-x: hidden;
    overflow-y: auto;
}

thead, tbody tr {
    display: table;
    width: 100%;
    table-layout: fixed;
}*/

/*static table header*/

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
    background-color: #fefefe;
    margin: 15% auto; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 54%; /* Could be more or less, depending on screen size */
}

/* The Close Button */
.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

    .close:hover,
    .close:focus {
        color: black;
        text-decoration: none;
        cursor: pointer;
    }
    /*model end*/

.navbar-nav > li, .navbar-nav ul li {
    position: relative;
}

.navbar-nav ul {
    padding: 0;
    list-style: none;
    position: absolute;
    top: 100%;
    min-width: 200px;
    display: none;
}

    .navbar-nav ul li {
        display: block;
    }

        .navbar-nav ul li a {
            background-color: #222;
            border-color: #ccc;
            display: block;
            padding: 5px 15px;
            color: #fff;
            transition: all 500ms ease;
            text-decoration: none;
            border-bottom: 1px solid #808080;
        }
        

            .navbar-nav ul li a:hover, .navbar-nav > li > a:hover {
                background: #337ab7 !important;
                text-decoration: none;
            }

.navbar-nav > li:hover .dropDwn,
.navbar-nav > li .dropDwn li:hover .sideMenu {
    display: block;
    opacity: 1;
    visibility: visible;
}

.navbar-nav > li .dropDwn .sideMenu {
    left: 100%;
    top: 0;
}

@media (max-width: 991px) {
    .navbar .container {
        width: 95% !important;
    }

    .navbar-header {
        float: right;
    }

    body .navbar-toggle {
        display: block !important;
        margin-right: 0;
    }

    body .nav > li, .navbar-nav > ul {
        position: relative;
        display: block;
        top: 0 !important;
        left: 0 !important;
        float: none;
        width: 100%;
    }

        body .nav > li > a {
            position: relative;
            display: block;
            padding: 10px 15px;
        }

    body .navbar > .container > .navbar-collapse {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        padding: 20px 0;
        background: #222;
        z-index: 999;
        max-height: 380px;
        overflow-y: auto !important;
        margin: 0 !important;
        border-top: 1px solid #808080;
        display: none !important;
    }

        body .navbar > .container > .navbar-collapse.collapse.in {
            display: block !important;
        }

    body header .navbar-nav {
        float: none;
        margin: 0;
    }

    body .nav > li > a {
        border-bottom: 1px solid #808080;
        padding: 10px 15px;
    }
    .navbar-nav ul.dropDwn {
        padding: 0;
        list-style: none;
        position: static;
        display: none;
        width: 100%;
        padding-left: 0;
    }

    .navbar-nav {
        float: none !important;
        margin: 0;
    }

    .navbar-right {
        float: none !important;
        margin-right: 0;
    }

    .navbar-nav, .navbar-right {
        margin: 7.5px 0 !important;
    }

    .navbar-inverse {
        border-bottom: 1px solid #080808 !important;
    }
    .navbar-nav > li .dropDwn .sideMenu {
        left: 100%;
        top: 0;
        position: static;
        display: block;
    }
    .navbar-nav > li .dropDwn .sideMenu li a {
        padding-left: 30px;
    }
}