
.ngi-inspector { color: #000; }

#page-wrap
{
    position: relative; z-index: 2;
    width: 950px;
    margin: 50px auto;
    padding: 20px;
    background: transparent;
    -moz-box-shadow: 0 0 20px black;
    -webkit-box-shadow: 0 0 20px black;
    box-shadow: 0 0 20px black;




}
.action-checkbox
{
    padding-left: 15%;
    margin-top: 50px;
    margin-bottom: 30px;
    line-height: 10px;
    display: inline;
    font-size:14px;
}

.check-box-panel
{

    color: black;
    background: white;

    width: 200px;
    float: left;
    display: inline;
    margin-top: 15px;
    margin-left: 20px;
    border-style: ridge;
    padding-top: 10px;
    padding-bottom: 10px;
}


.saved-items-panel
{

}

.saved-items-panel
{

}


.assigned-item
{


}

.selected-item
{

}

.monitor-buttons
{
    background-color: green;
    font: bold 14px Trebuchet MS;
    color:white;
    width:140px;
    border-style:solid;
}

input[type=checkbox] { display:none; } /* to hide the checkbox itself */
input[type=checkbox] + label:before { font-family: FontAwesome; display: inline-block;
}

input[type=checkbox] + label:before { content: "\f096"; } /* unchecked icon */
input[type=checkbox] + label:before { letter-spacing: 10px; } /* space between checkbox and label */

input[type=checkbox]:checked + label:before { content: "\f046";color:green; } /* checked icon */
input[type=checkbox]:checked + label:before { letter-spacing: 5px; } /* allow space for check mark */

#map_canvas {
    width: 450px;
    height: 350px;

    left:0px;right:0px;bottom:0px;top:0px;
    float: right;
}
form {
    margin-right: 10px;
}

.check-box-title {

    color:black;
}

legend {
    font-size:18px;
    color:black;
    font-family:Trebuchet MS;

}
.btn-group-vertical {
    float: left;

}

.gridStyle {
    border: 1px solid rgb(212,212,212);

}

.grid {
    width: 100%;
    height: 35vh;
}

#adhocGrid {
    width: 600px;
    color:black;

}
.adhocGridTitle  {
    font-weight:bold;
    color:white;
}

#randomGrid {

    color:black;

}

.randomGridTitle  {
    font-weight:bold;
    color:white;
}

#assignGrid {
    width: 600px;
    color: black;
}

#bacGridDiv {
 color: black;

}

.green {
    color: #00A000;
}

.orange {
    color: #eb8f00;
}

.yellow {
    color :#f8f800;
}

.red {

    color: #FF0000;
}

#selectAllChk {
    display: block;
}

#bacGrid {
    width: 100%;
    height: 500px;

}

#grid_div {
    width: 600px;
    float: left;
}

#sprTitle {
    font-weight:bold;
    color:white;
}

#listTitle {
    font-weight:bold;
    color:white;
}
.btn-group-vertical {

    margin: 10px;
}



.list-group  p {
    color : black;
}

legend {
    color: white;
}

#saveSchedButton {
    margin-top: 5px;
}

a:link {
    color: blue;
}

.ui-grid-footer-info {
    color: white;
}

/**
footer {
    position: fixed;
    width: 100%;
}
**/
