﻿/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 20px;
    padding-right: 20px;
}

.main-content {
    margin-top: 210px;
}

/* Set widths on the form inputs since otherwise they're 100% wide */
/*input,*/
select,
textarea {
    max-width: 280px;
}

nav.navbar {
    border-bottom: solid 2px #C00000;
    padding: 0px 0;
    top: 0;
    width: 100%;
    position: fixed;
    z-index: 9998;
    align-items: center;
    padding: 30px 0;
    transition: 0.4s;
    background-color: #fff;
}

    nav.navbar.scrolled {
        padding: 0;
    }

        nav.navbar.scrolled #logoImg,
        nav.navbar.mobile #logoImg {
            content: url("/Images/50x50.png");
            height: 50px;
            width: 50px;
        }

    nav.navbar.mobile .navbar-nav {
        background-color: #aeaeae;
        box-shadow: 0 2px 5px rgba(0,0,0,0.6), 0 0 5px rgba(0,0,0,0.6);
    }
    nav.navbar.mobile .nav-link {
        color: #fff;
    }

nav #logoImg {
    content: url("/Images/320x480.png");
    max-height: 100px;
}

@media screen and (max-width: 992px) {
    nav.navbar {
        padding: 10px 0;
        height: 60px;
    }

        nav.navbar #logoImg {
            content: url("/Images/50x50.png");
            height: 50px;
        }


        nav.navbar .btn-nav {
            height: 40px !important;
            background-color: #fff;
            z-index: 9999;
        }



    .sidebar {
        width: 0px
    }

        .sidebar a {
            padding-bottom: 2px;
            padding-top: 2px;
        }

    .navbar-collapse {
        width: 100% !important;
    }

    .main-content {
        margin-top: 60px;
    }
}

@media(orientation: portrait) {
    nav.navbar {
        background-color: #000;
        padding: 0;
    }
}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
    .jumbotron {
        margin-top: 20px;
    }

    .body-content {
        padding: 0;
    }
}


.right-column-top-Buttons {
    margin-top: 0px;
    margin: 5px;
    border: 1px solid black;
    padding: 3px;
    border-radius: 5px;
    background-color: #646464;
    align-content: center;
    align-items: center;
}

.software-content {
    display: table;
    background-color: black;
    padding: 10px;
    align-items: center;
}

.lblred {
    color: red;
}

.hiddencol {
    display: none;
}

.GrdColTest {
    text-align: center;
    padding: 10px;
    color: aqua;
}


.mydatagrid {
    width: 80%;
    border: solid 2px black;
    min-width: 80%;
}

.header {
    background-color: #646464;
    font-family: Arial;
    color: White;
    border: none 0px transparent;
    height: 25px;
    text-align: center;
    font-size: 16px;
}

.rows {
    background-color: #fff;
    font-family: Arial;
    font-size: 14px;
    color: #000;
    min-height: 25px;
    text-align: left;
    border: none 0px transparent;
}

    .rows:hover {
        background-color: #D72523;
        font-family: Arial;
        color: #fff;
        text-align: left;
    }

.selectedrow {
    background-color: #D72523;
    font-family: Arial;
    color: #fff;
    font-weight: bold;
    text-align: left;
}

.mydatagrid a /** FOR THE PAGING ICONS  **/ {
    background-color: Transparent;
    padding: 5px 5px 5px 5px;
    color: #D72523;
    text-decoration: none;
    font-weight: bold;
}

    .mydatagrid a:hover /** FOR THE PAGING ICONS  HOVER STYLES**/ {
        background-color: #000;
        color: #fff;
    }

.mydatagrid span /** FOR THE PAGING ICONS CURRENT PAGE INDICATOR **/ {
    background-color: #c9c9c9;
    color: #000;
    padding: 5px 5px 5px 5px;
}

.pager {
    background-color: #646464;
    font-family: Arial;
    color: White;
    height: 30px;
    text-align: left;
}

.mydatagrid td {
    padding: 5px;
}

.mydatagrid th {
    padding: 5px;
}

.MenuButtons {
    width: 50%;
    height: 40px;
    display: inline-table;
    border: 1px solid black;
    border-radius: 0px;
    background-color: white;
    color: black;
    -webkit-box-shadow: 34px 32px 86px -44px rgba(0,0,0,0.75);
    -moz-box-shadow: 34px 32px 86px -44px rgba(0,0,0,0.75);
    box-shadow: 34px 32px 86px -44px rgba(0,0,0,0.75);
}

    .MenuButtons:hover {
        background-color: #D72523;
        color: white;
        transition: 0.5s ease-in-out;
    }

    .MenuButtons:focus {
        background-color: #D72523;
        color: white;
    }

.accordion-button.collapsed {
    background-color: #EF0000 !important;
    color: white !important;
    font-weight: bold;
}

.accordion-button {
    background-color: #EF0000 !important;
    color: white !important;
    font-weight: bold;
}

    .accordion-button::after {
        background: #EF0000 !important;
    }

    .accordion-button:focus, .accordion-button:active {
        outline: none !important;
    }

    .accordion-button:not(.collapsed)::after {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000000'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;
    }

.form-control {
    max-width: 100% !important;
}

.dropdown-item:active {
    background-color: #fdd;
}

.btn:focus{
    outline:none;
}