﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification\
for details on configuring this project to bundle and minify static web assets. */
body {
    padding-top: 70px;
    padding-bottom: 20px;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

.bootgrid-table {
    table-layout: auto;
}

/* Carousel */
.carousel-caption p {
    font-size: 20px;
    line-height: 1.4;
}

/* Make .svg files in the carousel display properly in older browsers */
.carousel-inner .item img[src$=".svg"] {
    width: 100%;
}

/* QR code generator */
#qrCode {
    margin: 15px;
}

/* Hide/rearrange for smaller screens */
@media screen and (max-width: 767px) {
    /* Hide captions */
    .carousel-caption {
        display: none;
    }
}

@import url('\\192.168.0.246\c$\wwwsite\obs-crn\Content\shop\gcsLayout-shop-bt-crn.css');

.gridDiv {
    width: 1800px;
    margin-left: -300px;
}

.hide {
    display: none;
}

.inp-details {
    width: 20px; /*Desired width*/
    height: 20px; /*Desired height*/
    margin: 10px;
}

.btn-primary {
    background-color: #FF9800;
    border-color: #cf7b00;
}

    .btn-primary:hover {
        background-color: #cf7b00;
        border-color: #cf7b00;
    }

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background-color: #FF9800;
    border-color: #FF9800;
}

.pagination > li > a, .pagination > li > span {
    color: #FF9800;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    background-color: #FF9800;
}

.btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #cf7b00;
    background-image: none;
    border-color: #A76400;
}

.btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #cf7b00;
    border-color: #A76400;
}

.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
    color: #fff;
    background-color: #cf7b00;
    border-color: #A76400;
}

.navbar-inverse {
    background-color: #454348;
    border-color: #454348;
}

.navbar-brand {
    padding: 5px;
}

    .navbar-brand img {
        height: 40px;
        /* put value of image height as your need */
        float: left;
    }

@media (max-width: 1200px) {
    .navbar-header {
        float: none;
    }

    .navbar-left, .navbar-right {
        float: none !important;
    }

    .navbar-toggle {
        display: block;
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }

    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }

    .navbar-collapse.collapse {
        display: none !important;
    }

    .navbar-nav {
        float: none !important;
        margin-top: 7.5px;
    }

        .navbar-nav > li {
            float: none;
        }

            .navbar-nav > li > a {
                padding-top: 10px;
                padding-bottom: 10px;
            }

    .collapse.in {
        display: block !important;
    }
}

.nav > li > a {
    padding: 15px 10px 15px 10px;
}

li.nav-item a.test {
    color: orange;
}

.glyphicon.green {
    color: green;
}

.glyphicon.red {
    color: red;
}

#group-modal table > tbody > tr > td {
    vertical-align: middle;
}