﻿
/* NOTES */

/* This document contains bootstrap overrides for the application template. Removing reference to this file will revert the application back to bootstrap defaults */
/* It should be referenced AFTER more generic CSS references */

/* All "btn" text to white, set button colors to client style guide values */
.btn {
	color: #ffffff !important;
	text-decoration: none !important;
	border: 0;
}
/*.btn-primary, .btn-primary:link, .btn-primary:visited {
	background-color: #00AFAA !important;
}
.btn-primary:hover, .btn-primary:active {
	background-color: #009793 !important;
}*/
.btn-default {
	/* dark text grey*/
	background-color: #ffffff !important;
	color: #919699 !important;
	border-color: #d0d3d6 !important;
	padding: 15px !important;
}
	.btn-default:hover {
		color: #017573 !important;
		border-color: #017573 !important;
	}

.btn-light {
	background-color: #d0d3d6;
	color: #919699 !important;
}
	.btn-light:hover {
		background-color: #919699;
		color: #fff !important;
	}

.btn-tiny {
	padding: 2px !important;
	font-size: .9em !important;
}


.form-control {
	margin: 1px 0 1px 0 !important;
}

.textWrap {
	white-space: normal;
}

hr {
	border-top: 1px solid #919699;
}

.table td {
	border: none;
}

.nav-item{
    border:1px solid lightgrey; 
    margin:2px;
}