/* *****************************************************

    ** Custom Stylesheet **

    Any custom styling you want to apply should be
    defined here.

***************************************************** */
.datatable,
.dataTables_wrapper,
.dataTables_wrapper button
{
	font-size:12px;
}
.dataTables_wrapper button{
	padding: 6px;
}
.dataTables_wrapper th, td { 
	vertical-align:middle !important; 
}

.dataTables_wrapper th:first-child,
.dataTables_wrapper td:first-child
{ 
	white-space:nowrap !important; 
	overflow: hidden; 
}
.dataTables_info 
{
	width:100%;
	color:white !important;
}
.ColVis button
{
	margin-bottom:5px;
}

section#home-banner
{
	padding:20px 0px 20px 0px;
}

#rgp-stats
{
	background-image:url('../img/headerbg.jpg');
	background-repeat:no-repeat;
	background-position:-100px 0px;
    display:inline-block;
	width: 470px;
    height: 500px;
	overflow:hidden;
	color:#d0d0d0;
    padding-left: 95px;
    padding-right: 115px;
    padding-top: 85px;  
    padding-bottom: 110px;
	margin-left:-15px;
	margin-top:-20px;
	margin-bottom:-25px;
}
@media (min-width: 992px) {
	#rgp-stats
	{
		background-position:-50px 0px;
		padding-left: 145px;
		padding-right: 165px;
		padding-top: 85px;  
		padding-bottom: 110px;		
	}
}


#rgp-stats p
{
	overflow:hidden; height:100%;
}
#features li
{
	text-align:left;
}
#dialog, #dialogerror
{
	font-size:12px;
}
.tile .stat {
    margin-top: 0px;
}

.nohover a:hover
{
	text-decoration:none !important;
}
















.notacitve {
 	color:#ccc;
}
.active {
 	font-weight:bold;
}
table.dataTable thead th
{    
	vertical-align: middle;
	padding:8px;
}
#settingsdiv
{
	display:none;
}


div.ColVis 
{
	margin:5px 0px 0px 0px;
}
.ColVis_collection input
{
	display:inline-block;
}
.navbar-footer
{
	position:fixed;
}
.ColVis_collection
{
	background-color:#fff !important;
}
.dataTables_length label
{
	padding-top:5px !important;
}
#overviewbackorderstatus tr
{
	cursor:pointer;
}
#overviewbackorderstatus tr:hover
{
	background-color:#CCC;
}
.tldselection td:hover
{
	cursor:pointer;
	background-color:#CCC;
}
.selectioactive
{
	cursor:pointer;
	background-color:#CCC;	
}
#BackorderList_filter {
    margin-bottom: 3px;
	color:#000;
}
.label
{
	font-size:12px !important;
	font-weight:bold !important;
	padding:5px 10px 5px 0px;
}
.dataTables_info {
    width: auto !important;
	background-color:transparent !important;
	border:none !important;
	line-height:26px !important;
    padding: 8px 10px !important;
	color: #000 !important;
}

tr:hover td,
tr:hover {
  background-color: lightyellow !important;
}

tbody td{
	white-space:nowrap !important;
	height:29px;
}
.ROWSUCCESSFUL,
.ROWSUCCESSFUL td{
    background-color: #5cb85c;
	border-color: #0b7c0b;
}
.ROWFAILED,
.ROWFAILED td
{
    background-color: #d9534f;
	border-color: #a1100b;
}
.ROWACTIVE,
.ROWACTIVE td
{
    //background-color: #DDD;
	//border-color: #333;
}



tbody .btn-group{
	margin-top: -14px;
    margin-bottom: -14px;
	margin-left: -13px;
}
tbody .btn-group .btn{
	line-height:33px;;
	border-radius:0px !important;
	min-width:45px;
}
thead .btn-group{
    margin-top: 0px;
    margin-bottom: -9px;
    margin-left: -10px;
}
thead .btn-group .btn{
	line-height:24px;
	border-radius:0px !important;
	min-width:45px;
}





.progress{
	height: 12px;
	margin-bottom: 0px;
	margin-right:10px;
}
.mytooltip{
	cursor:wait;
}
.ui-tooltip {
	padding: 5px 10px;
	color: white;
	border-radius: 5px;
	box-shadow: 0 0 7px black;
	font-size:10px;
}
.ui-tooltip, .arrow:after {
	background: black;
	opacity:0.9;
}
.dataTables_processing {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    margin-left: 0px !important;
    margin-top: 0px !important;
    padding-top: 20px !important;
    text-align: center !important;
    font-size: 1.2em !important;
	opacity:0.8 !important;
    background: transparent !important;
	background-color: black !important;
	z-index:9999 !important;
	color:#FFF !important;
	font-weight:bold !important;
	position: absolute !important;
}
.dataTables_processing span {
	position: absolute;
    top : 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform    : translate(-50%, -50%);       
}
.tile{
	border-bottom: 1px solid #ccc !important;
	border-right: 1px solid #ccc !important;
	overflow:hidden;
}
.tdline
{
	height:1px;
	width:100%;
	background-color:#000;
}
#creditvolume div
{
	margin-bottom:2px;
}
table.dataTable
{
	margin: 0px !important;
}
#BackorderList tr td:last-child
{
	text-align:right;
}

@media (min-width: 1200px) {
  .seven-cols .col-md-2,
  .seven-cols .col-sm-2,
  .seven-cols .col-lg-2 {
    width: 14.285714285714285714285714285714%;
  }
  .eight-cols .col-md-2,
  .eight-cols .col-sm-2,
  .eight-cols .col-lg-2 {
    width: 12.5%;
  }  
}
