@import url("css/glyphicons.css");

@import url("css/glyphicons-bootstrap.css");

/* MAIN */
body {
	padding-bottom: 30px;
	font-family: 'Raleway', sans-serif;
	background-image: url('img/heroes/hero9.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	min-height: 800px;
}

.container {
	opacity: .99
}

header:before, header:after {
	content: " ";
	display: table;
}

header:after {
	clear: both;
}

.btn-group {
	margin-left: 15px;
	margin-bottom: 10px;
}

.containerMain {
	background-color: #fff;
	padding: 20px;
	margin-top: 20px;
}

/* HEADING */
.instName {
	text-align: right;
	padding-right: 0;
	text-transform: uppercase;
	font-size: 0.9em;
	color: #999;
}

.userLinks a {
	color: #999;
	text-decoration: underline;
}

.userLinks a:hover {
	text-decoration: none;
}

a.userName {
	text-transform: uppercase;
	color: #333;
	font-weight: bold;
	text-decoration: none;
}

a.userName:hover {
	text-decoration: underline;
}

.containerContent {
	width: auto;
	margin: 20px;
	padding: 0;
}

.logo-container {
	padding: 20px 0 0 15px;
}

.logo-container>img {
	height: 74px;
	width: 75px;
	display: inline-block;
	padding: 0;
	margin: -20px 0 0 5px;
}

.appTitle {
	font-family: 'Roboto', sans-serif;
	font-size: 2.5em;
	font-weight: bold;
	padding: 10px 0 0 10px;
}

/* .dropdown-toggle {
  text-transform: uppercase;
} */
.btn.dropdown-toggle {
	/* text-transform: none; */
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
	border-bottom-right-radius: 4px;
	border-top-right-radius: 4px;
}

.institutionLogo {
	width: 52px;
	height: 51px;
	display: block;
	float: right;
	margin: 0 0 0 10px;
}

/* NAVIGATION */

/* MAIN MENU */
.navbar {
    margin-bottom: 10px;
}

.navbar-default {
	background: #007AC3;
	border-radius: 0;
}

.navbar-collapse.in {
	overflow: hidden;
}

.navbar-default a {
	font-family: 'Raleway bold', sans-serif !important;
    border-right: 1px solid #fff;
}

ul.navbar-nav a {
	font-weight: bold;
	color: #fff !important;
}
ul.navbar-nav>li>a {
	padding: 15px 0 15px 10px;
}

ul.navbar-nav>li.active>a, ul.navbar-nav>li.active>a:focus, ul.navbar-nav>li.open>a,
	ul.navbar-nav>li.open>a:focus {
	font-weight: bold;
	background-color: #4cbcff;
	color: #fff;
}

ul.navbar-nav>li>a:hover, ul.navbar-nav>li>a:focus {
	font-weight: bold;
	background-color: #4cbcff !important;
}

ul.navbar-nav>li>a#home {
	width: 45px;
	margin-left: -30px;
	height: 50px;
}

/* SUB-MENU / DROPDOWN MENU */
ul.navbar-nav>li>ul.dropdown-menu {
	width: 225pt;
	padding: 0;
	opacity: .90; /* Make this cross-browser?!? */
	border: 0;
	background-color: #4cbcff !important;
	border-top: 1px solid #fff;
}

ul.navbar-nav>li>ul.dropdown-menu>li {
	padding: 0;
}

/* Show on class="open" */
ul.nav li.open>ul.dropdown-menu {
	display: block;
}

ul.navbar-nav>li>ul.dropdown-menu li {
	padding: 0;
}

ul.navbar-nav>li>ul.dropdown-menu li a, ul.navbar-nav>li.active>ul.dropdown-menu li a,
	ul.navbar-nav>li.open>ul.dropdown-menu li a {
	color: #fff;
	width: 225pt;
	padding-left: 10pt;
	padding-top: 3pt;
	padding-bottom: 5pt;
}

ul.navbar-nav>li>ul.dropdown-menu li a:hover {
	background-color: #007AC3;
}

button.navbar-toggle {
	background-color: #ddd;
	color: #fff !important;
}

button.navbar-toggle.collapsed, button.navbar-toggle:hover {
	background-color: #007AC3;
	color: #ddd;
}

/* PANEL */
.panel {
	width: 100% !important;
	border-radius: 0;
	margin: 0;
	padding: 0;
}

.panel-group {
	width: 100%;
	padding: 0 10px 0 10px;
}

.panel-group .panel, .well, .well-sm, .well-md, .well-lg, .btn, .btn-lg,
	.btn-sm, .btn-group, .btn-group-sm>.btn, .nav-pills>li>a, .pagination {
	border-radius: 0;
}

/* PANEL NAVIGATION TABS */
ul.nav-tabs {
	border-bottom: 1px solid #ddd;
}

ul.nav-tabs li a {
	border-radius: 0;
	/* border-bottom: 1pt solid #ddd; */
}

ul.nav-tabs li.active a, ul.nav-tabs li.active a:active, ul.nav-tabs li.active a:focus,
	ul.nav-tabs li.open a, ul.nav-tabs li.open a:active, ul.nav-tabs li.open a:focus
	{
	background-color: #f5f5f5;
	border-bottom: 1pt solid #f5f5f5;
}
/* Search References */
.nav-pills>li.active>a:hover {
    color: #fff;
    background-color: #4cbcff ;
    cursor: pointer;
}
.disableHoverEff>button:hover{
	color: #fff;
    background-color: #337ab7;
    cursor: auto;	
}
/* FORMS + DEFAULT TAG STYLES */
.textarea {
	width: 100%;
	height: 100pt;
}

.input-grouping {
	padding: 10px 20px;
	margin: 0 0 20px;
	border-left: 5px solid #eee;
	border-top: 1px solid #eee;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
}

.input-grouping>h5 {
	border-bottom: 1px solid #bbb;
}

.input-grouping>label {
	font-weight: normal
}

legend {
	font-size: 18px;
}

p button {
	margin: 5px;
}

footer, footer a {
	text-transform: uppercase;
	font: 11px Arial;
	color: #fff;
	margin: 10px 0 0 0;
	padding: 0;
    text-shadow: 1px 1px #333;
}

footer a:hover {
	color: #fff;
	text-decoration: underline;
}

blockquote .small {
	font-size: 80%;
}

.bylaw_window {
	position: relative;
	border: none;
	height: 750px;
	overflow-y: scroll;
	overflow-x: hidden;
}

dl div {
	padding: 7px;
}

.bylaw_window div {
	border: 1px solid white;
	padding: 7px;
	color: #666;
	text-align: justify;
	margin-right: 10px
}

.bylaw_window div.result {
	background-color: #d9edf7;
	border-color: #bce8f1;
	color: #000;
	font-size: 120%;
}

.bylaw_window div:hover {
	border: 1px solid #6f6f6f;
	padding: 7px;
}

td.details-control {
	background: url('vendors/datatables/images/details_open.png') no-repeat
		center center;
	cursor: pointer;
}

tr.shown td.details-control {
	background: url('vendors/datatables/images/details_close.png') no-repeat
		center center;
}

body.modal-open .datepicker {
	z-index: 1200 !important;
}

.label-d1 {
	background-color: #005085;
}

.label-d2 {
	background-color: #883233;
}

.label-d3 {
	background-color: #2F8757;
}

/* Form Button overrides */
.add-new {
	margin: 10px 0 10px 0;
	padding: 0;
}

/* Typeahead Styles */
.empty-message {
	padding: 5px 10px;
	text-align: center;
	border-radius: 0;
}

.typeahead, .tt-query, .tt-hint {
	/* height: 30px;
  line-height: 30px;
  padding: 8px 12px;
  width: 396px; */
	
}

.typeahead {
	background-color: #FFFFFF;
}

.typeahead:focus {
	border: 2px solid #0097CF;
}

.tt-query {
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}

.tt-hint {
	color: #999999;
}

.tt-dropdown-menu {
	background-color: #fff;
	border: 1px solid rgba(0, 0, 0, 0.2);
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	margin-top: 12px;
	padding: 8px 0;
	width: 422px;
	border-radius: 0;
}

.tt-suggestion {
	line-height: 24px;
	padding: 3px 20px;
}

.tt-suggestion.tt-is-under-cursor {
	background-color: #0097CF;
	color: #fff;
}

.tt-suggestion p {
	margin: 0;
}

/* ACCORDION STYLE OVERRIDES */
#accordion .panel-heading {
	padding: 0;
}

#accordion .panel-title>a, #accordion .panel-title>a:hover {
	text-decoration: none;
	display: block;
	height: 40px;
	line-height: 40px;
	margin: 0 0 0 10px;
	font-size: 11pt;
	font-weight: bold;
}

/* Contact Search */
.search-success {
	margin-top: 2pt;
	color: green;
	display: none;
}

.proposal-submit {
	margin: 10pt 0;
	padding: 0;
}

input.success {
	border-color: #00b100;
	border-width: 2pt;
}

/* Proposal Listing */
.proposal-listing-caps {
	text-transform: uppercase;
}

.proposal-listing-heading {
	border-bottom: 1pt solid #ddd;
}

/* DRAFTS / REVIEWS */

/* Creates initial layout on these containers - "display" will be toggled when "Edit" is triggered */
.draft, .review {
	display: block;
}

.accordion-header {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

/* COMMENT PERIOD REPORTS */
.comment-period-heading {
	font-size: 1.9em;
	color: #777;
	margin-bottom: 20px;
}

.comments-heading h3 {
	font-size: 1.5em;
	margin-left: 15px;
}

.proposal-title {
	color: #3d96cc;
	margin-top: 10px;
}

.institution-comments {
	margin: 5px auto;
}

.institution-comments h4 {
	color: #428bca;
	margin-left: 0;
	border-top: 1px solid #ddd;
	padding: 5px 0 5px 0;
	margin-bottom: 0;
	font-size: 1em;
}

.institution-comments .comment p {
	padding: 5px 0;
	margin: 0;
}

.institution-comments .comment ul {
	margin: 5px 0;
}

.institution-comments .comment p.signature {
	padding-top: 30px;
}

.proposal-votes, .proposal-navigation { /* .well */
	background-color: #eee;
}

.proposal-navigation {
	font-size: 10pt;
	text-transform: uppercase;
}

.proposal-navigation ul li {
	padding: 2px 0 2px 0;
}

.proposal-votes {
	padding: 5px 26px;
}

.proposal-votes div>div {
	font-size: 12pt;
	padding: 4pt 5pt;
	margin: 0;
}

/* General typography styles */
.favorite-yellow {
    color: #FFE600;
}
/* Define classes for deprecated tags [ <b>, <i>, <u> ] */
b, .b, .bold {
	font-weight: bold;
}

i, .italic {
	font-style: italic;
}

u, .underline, .u {
	text-decoration: underline;
}

/* STYLE OVERRIDES FOR TEMPLATE IMPLEMENTATION */
.dropdown-submenu {
	position: relative;
}

.dropdown-submenu>.dropdown-menu {
	top: 0;
	left: 100%;
	margin-top: -6px;
	margin-left: -1px;
	-webkit-border-radius: 0 6px 6px 6px;
	-moz-border-radius: 0 6px 6px;
	border-radius: 0 6px 6px 6px;
	background-color: #4cbcff !important;
	display: none !important;
}

.dropdown-submenu:hover>.dropdown-menu {
	display: block !important;
}

.dropdown-submenu.open>.dropdown-menu {
	display: block !important;
}

li.dropdown-submenu.open>a {
	background-color: #4cbcff !important;
}

.dropdown-submenu>a:after {
	display: block;
	content: " ";
	float: right;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
	border-width: 5px 0 5px 5px;
	border-left-color: #ccc;
	margin-top: 5px;
	margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
	border-left-color: #fff;
}

.dropdown-submenu.pull-left {
	float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
	left: -100%;
	margin-left: 10px;
	-webkit-border-radius: 6px 0 6px 6px;
	-moz-border-radius: 6px 0 6px 6px;
	border-radius: 6px 0 6px 6px;
}

.announcement-block {
	margin-bottom: 10px;
}

.div1:hover {
	background: url(img/bg_d1.gif) top left no-repeat;
}

.div2:hover {
	background: url(img/bg_d2.gif) top left no-repeat;
}

.div3:hover {
	background: url(img/bg_d3.gif) top left no-repeat;
}

.div1.div2:hover {
	background: url(img/bg_d1_d2.gif) top left no-repeat;
}

.div1.div3:hover {
	background: url(img/bg_d1_d3.gif) top left no-repeat;
}

.div2.div3:hover {
	background: url(img/bg_d2_d3.gif) top left no-repeat;
}

.div1.div2.div3:hover {
	background: url(img/bg_all.gif) top left no-repeat;
}
.page-submit {
	margin-top: 15px;
}

.required {
	border-color: #a94442;
	border-left-width: 5px;
}

.control-label, .input-grouping label {
	font-weight: normal;
	text-align: right;
}

.input-grouping .row {
	margin: 0;
}

.modal-open > .container {
  opacity: 1
}
/*******FIXES IOS REFERENCE MENU IN SEARCH RESULTS DETAIL*************/
.references-nav {
    text-align: left;
    width: 100%;
    color: #fff;
    background-color: #337ab7;
    position: relative;
    display: block;
    padding: 10px 15px; 
    border: none;
    outline: none;
}
.references-nav>.badge {    
    color: #337ab7;
    background-color: #fff;
}
.references-nav:hover {
    color: #fff;
    background-color: #4cbcff;
    cursor: pointer;
}

/* MOBILE DEVICES BELOW 767 */
@media screen and (max-width: 767px) {
	ul.navbar-nav>li>a#home {
		width: 100%;
		margin: 0;
	}
	ul.dropdown-menu {
		border-top: 1px solid #fff !important;
	}
	ul.dropdown-menu, ul.dropdown-menu li, ul.dropdown-menu li a {
		width: 100% !important;
	}
	ul.navbar-nav>li>ul.dropdown-menu li a {
		border-top: 1px solid #4cbcff;
		border-bottom: 1px solid #4cbcff;
	}
	ul.navbar-nav>li>ul.dropdown-menu li a:hover {
		background-color: #007AC3 !important;
		border-top: 1px solid #fff;
		border-bottom: 1px solid #fff;
	}
	ul.navbar-nav>li>ul.dropdown-menu li:first-child a:hover {
		border-top: 1px solid #4cbcff;
	}
	.row-offcanvas {
		position: relative;
		-webkit-transition: all .25s ease-out;
		-o-transition: all .25s ease-out;
		transition: all .25s ease-out;
	}
	.row-offcanvas-right {
		right: 0;
	}
	.row-offcanvas-left {
		left: 0;
	}
	.row-offcanvas-right .sidebar-offcanvas {
		right: -70%;
	}
	.row-offcanvas-left .sidebar-offcanvas {
		left: -70%;
	}
	.row-offcanvas-right.active {
		right: 70%;
	}
	.row-offcanvas-left.active {
		left: 70%;
	}
	.sidebar-offcanvas {
		position: absolute;
		top: 0;
		width: 65%;
	}
	.container {
		margin: 0;
		padding: 0;
	}
	.containerMain {
		margin-top: 3px;
	}
	.containerContent {
		margin: 0
	}
	.instName, .institutionLogo {
		display: none;
	}
	.logo-container>img {
		display: none;
	}
	.logo-container {
		padding: 0;
	}
	header {
		margin: -10px;
		background: url(img/mobile_bg.jpg) top right no-repeat
	}
	.appTitle {padding-left: 15px;}
	.bylaw_window {height: auto; overflow: hidden}
}
@media only screen and (min-width : 768px) {
	/* Make Navigation Toggle on Desktop Hover */
	.dropdown:hover .dropdown-menu {
		display: block;
	}
}
/* MEDIA QUERIES FOR SCREENS BETWEEN 767 AND 1199  */
@media ( min-width : 768px) and (max-width: 1199px) {
	.container {
		width: 100%;
		margin: 0;
	}
	.containerMain {
		width: 98%;
	}
	.navbar-default li a {
		width: auto;
	}
    ul.navbar-nav>li>a {
        padding: 15px;
	}
}
@media ( min-width : 1199px) {
	.navbar-default li a {
		width: 185px;
	}
	.navbar-default li ul a {
		border: 0;
	}
}
/*  EXTRA LARGE SCREENS ABOVE 1600 */
@media ( min-width : 1600px) {
	.container {
		width: 85%;
	}
}

.rsroContent {
	display:none;
}

.ucmsContent {
	display:none;
}