/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Jul 25, 2017, 2:30:11 PM
    Author     : Steve Mc
*/

body {
	background: rgba(0, 0, 0, 0) url("../images/background-pattern.png") repeat scroll 0 0;
}

.main-bg {
    background-color: #fff;
}

.foot-bg {   
    background-color: #434e62;
}

.inner-pad {
    padding-left: 15px; padding-right: 15px;    
}

.header-col {
    background: rgba(0, 0, 0, 0) url("../images/background.jpg") repeat-x scroll 0 0;    
}

.logo-pad {
    margin-top: 20px;
    margin-bottom: 20px;
}

.navbar {
    margin-bottom: 0 !important;
}

.breadcrumb li.remove:before {
    content: ' ';
} 

.vert-center {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.button-wrapper .btn {
    margin-bottom: 5px;
}

.defhide {
	display: none;
}

.table-borderless > tbody > tr > td,
.table-borderless > tbody > tr > th,
.table-borderless > tfoot > tr > td,
.table-borderless > tfoot > tr > th,
.table-borderless > thead > tr > td,
.table-borderless > thead > tr > th {
    
    padding: 2px !important;
    border: none !important;
}