
/*
 * This CSS file should only be used to overwrite conflicts between design v2 and Bootstrap
 *
 * IMPORTANT: DO NOT ALTER BOOTSTRAP  box-sizing: border-box;
 * Even though it is likely the cause of whatever issue you have found.
 *
 */

/**
 * There's padding of 10px on #inner_page in design_v2
 * Then there's a margin_top of 10px on the h1 -> h6
 * I've removed the margin so it uses Bootstrap h1 -> h6
 * and added padding below to accomodate
 */
#inner_page{
	padding-top:20px;
}

label {
	display: inline;
}

label , input[type="radio"] ,  input[type="checkbox"] {
	cursor: default;
}

.modal-title{
	font-size: 20px;
}

button, input, select, textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}

.checkbox, .radio {
	display: inherit;
}

input[type=checkbox], input[type=radio] {
	//margin: inherit;
}

ol, ul {
	margin-top: inherit;
	margin-bottom: inherit;
}

/*
 * ACTION_MENU_CSS
 * Undo box-sizing differences.
 */
.action_menu {
	height: 25px;
}
.action_menu:hover ul {
	left: -150px;
}
.action_menu ul li {
	height: 25px;
}

/**
 * Overwrites Bootstrap H2 with design_v2 H2 Style
 */
 .design_v2_h2 {
	font-size: 14px;
	margin-top: 10px;
	margin-bottom: 5px;
	color: #888;
	display: block;
	-webkit-margin-before: 0.83em;
	-webkit-margin-after: 0.83em;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
	font-weight: bold;
}

.search_holder {
	padding-top: 0px;
}

a.btn:visited  {
	color: inherit;
}

.modal-title span {font-size:20px;}

#reassign_managers {
	width: auto!important;
	height: 100px!important;
	position: relative!important;
	padding: 5px!important;
	overflow-y: visible!important;
}

.table {
	border-left: inherit;
	border-top: inherit;
	margin-bottom: inherit;
}
a.btn-primary:hover {
	color: #FFFFFF;
}
a.btn-primary:visited {
	color: #FFFFFF;
}