﻿

#stagingsIndexTHead{
    background-color: white
}

div.container.body-content{
    width: 100%
}

.body-partition {
    background-color: #fafafa;
    position: relative;
    margin-top: 8px;
    margin-bottom: 8px;
    border-style: solid;
    border-color: #d2d2d2;
    border-width: 1px;
}

.no-bullet-horizontal {
  list-style-type: none;
  padding: 0 0 0 0;
}

.no-bullet-horizontal > li {
    display: inline-block;
}

td.toggleRow{
    padding: 5px
}


table.pvtUi {
    margin: 0 auto
}

table.toggleRow {
    margin: 0 auto
}

/*
img.centerImage {
    display: block;
    margin-left: auto;
    margin-right: auto
}
*/

/*tab styles start here*/
    /* Style the list */
    ul.tab {
        list-style-type: none;
        margin: 0;
        padding: 0;
        overflow: hidden;
        border: 1px solid #ccc;
        background-color: #f1f1f1;
    }

    /* Float the list items side by side */
    ul.tab li {float: left;}

    /* Style the links inside the list items */
    ul.tab li a {
        display: inline-block;
        color: black;
        text-align: center;
        padding: 8px 10px;
        text-decoration: none;
        transition: 0.3s;
        font-size: 14px;
    }

    /* Change background color of links on hover */
    ul.tab li a:hover {background-color: #ddd;}

    /* Create an active/current tablink class */
    ul.tab li a:focus, 
    ul.tab li a.active {background-color: #ccc;}

    /* Style the tab content */
    .tabcontent {
        display: none;
        padding: 6px 12px;
        border: 1px solid #ccc;
        border-top: none;
    }

/*tab styles end here*/
a:hover{
    cursor:pointer;
}

.hideThis{
    display:none
}

.topright {
    display: inline-block;
    position: absolute;
    top: 10px;
    right: 10px;
}

.bottomright {
    display: inline-block;
    position: absolute;
    bottom: 10px;
    right: 10px;
}

button.marginRight{
    margin-right: 20px
}

div.marginLeft {
    margin-left: 5px
}

abbr[title] {
  border-bottom: none;
  cursor: inherit;
  text-decoration: none;
}

.glyphicon:hover {
    cursor: pointer    
}

.fixedScrollBarNO {
    position: fixed;
}

.navbar-nav > li .navbar-search {
    padding-top: 7px;
    padding-bottom: 7px;
}

@media (min-width: 768px) {
    .navbar-nav > li .navbar-search {
        padding-top: 12px;
        padding-bottom: 12px;
    }
}

input[type="checkbox"] {
    margin-right: 4px;
}

.testSystem {
    color: Black;
    padding: 1px 1px 1px 1px;
    font-weight: 700;
    background-color: Yellow;
    border: 2px solid black;
}