.row-odd {
    background-color: #f2f2f2;
}

.row-even {
    background-color: #fff;
}

.no-padding {
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 0px;
    padding-right: 0px;
}

.custom-box-black {
    border : 1px solid;
    border-color : #34495E;
}

.custom-row-spacer {
    padding: 5px;
    min-height: 70px;
}

.custom-button-vertical-align {
    margin-top: 15%;
}

.custom-padding-bottom {
    padding-bottom: 5px;
}

.custom-margin-bottom {
    margin-bottom: 20px;
}

.custom-padding-top {
    padding-top: 5px;
}

.custom-margin-top {
    margin-top: 20px;
}

.custom-margin-15 {
	margin: 15px;
}

.custom-fav {
    width: 600px;
    min-height: 70px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 15px;
}

.custom-button {
    float: right;
}

.custom-margin {
    margin-top: 20px;
    margin-bottom: 20px;
}

.custom-center {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.custom-heading-black {
    color : #FFF;
    background-color: #34495E;
    padding-left: 15px;
    padding-right: 15px;
}

.custom-heading-warning {
    color : #FFF;
    background-color: #EC971F;
}

.custom-heading-info {
    color : #FFF;
    background-color: #31b0d5;
}

.custom-rounded-6 {
    border-radius: 6px;
}

.custom-heading-title-h4 {
    font-size : 25px;
}

.custom-name-title-h4 {
    font-size : 18px;
    font-weight: bold;
}

.custom-body {
    margin : 15px;
    padding: 15px;
    min-height: 800px;
}

.custom-page-wrapper {
    margin-top: 50px;
    margin-bottom: 50px;

    padding-left: 30px;
    padding-right: 30px;
    padding-top : 0px;
    padding-bottom: 0px;
}

.navbar-link {
    font-size: 16px;
    color : #fff!important;
}

.custom-navbar-top {
    top: 0px;
    right: 0px;
    left : 0px;
    background-color: #2C3E50;
    color : #fff;
}

.custom-float-right {
    float: right;
}

.spinner-font-size {
    font-size: 30px;
}

/* surcharge HR */
hr {
    background-color: #eee;
    border: 0 none;
    color: #eee;
    height: 10px;
}

/* surcharge bootstrap */
.container-fluid {
    padding-top : 15px;
}

.navbar-brand {
    background: transparent url("../img/pandaman-logo48.png") no-repeat scroll 0px 0px;
    padding-left: 55px;
    margin-left: 30px;
    color : #fff!important;
}

.search-result-obsolete {
    font-weight: bold;
    color: coral;
}

.custom-vertical-btn-group button {
	font-size: 17px;
}

.custom-table-export td {
	vertical-align: middle !important;
}

.big-checkbox {
	width: 25px;
	height: 25px;
}

/* Override grey background when scrolling down */
html {
	background-color: white;
}
