﻿.form-group.required .control-label:after {
    content: "*";
    color: red;
}

.gridview-column-header {
cursor: pointer;
/*border: 1px solid #dbdbdb;
        border-radius: 2px;
        margin: 0.35px;*/
/*padding-bottom:1px;
        padding-top:1px;
        padding-left:10px;
        padding-right:1px;*/
/*background-image: linear-gradient(to bottom, #fff 0%, #e0e0e0 100%);*/
}

.pagination {
margin: 0px !important;
}

.table {
margin: 0px !important;
}

.dropdown-submenu {
position: relative;
}

.dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu > a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu.pull-left {
float: none;
}

.dropdown-submenu.pull-left > .dropdown-menu {
left: -100%;
margin-left: 10px;
-webkit-border-radius: 6px 0 6px 6px;
-moz-border-radius: 6px 0 6px 6px;
border-radius: 6px 0 6px 6px;
}

@media only screen and (min-width:1280px) {

    .dropdown-submenu:hover > .dropdown-menu {
        display: block;
    }

    .dropdown-submenu:hover > a:after {
        border-left-color: #fff;
    }
    .dropdown-submenu:hover > .dropdown-menu {
        display: block;
    }
}

@media screen {
    #printSection {
        display: none;
    }
}

@media print {
    body * {
        visibility: hidden;
        margin: 0;
        padding: 0;
    }

    #printSection, #printSection * {
        visibility: visible;
    }

    #printSection {
        margin: 0;
        padding: 0;
    }

    @page {
        margin:0;
        padding:0;
    }

    .page-break {
        display: block;
        page-break-before: always;
    }

}

/*https://www.codeply.com/go/OAEz9LcQ0T/bootstrap-fixed-table-header*/ 
tbody {
    display: block;
    overflow: auto;
}

    thead, tbody tr {
        display: table;
        width: 100%;
        table-layout: fixed;
    }

thead {
    width: 100%;
}

.footer {
    padding-bottom: 5px;
    position: fixed;
    bottom: 0;
    width: 100%;
}

.carousel-control
{
    width:30px;
}

.disabled{
    pointer-events:none;
    opacity:0.7;
}

.hoverLargeImage {
    display: none;
    position: absolute;
}

.panel {
    border: 0px;
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
}

.list-group {
    -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
}

.panel-heading {
    border: 0px;
    border-bottom: 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    background-image: none !important;
}

.nav > li > a {
    padding: 5px 5px 5px 17px;
}