body {
	font-family: Arial, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #333;
	background-image: url(/img/layout/background-notes.gif);
	background-repeat:repeat-x;
	background-attachment: fixed;
	background-position: 0% 200px;
}
html,body
{
    width: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden; 
}
.glyphicon.spin {
	-webkit-animation: glyphicon-spin-r 1s infinite linear;
	animation: glyphicon-spin-r 1s infinite linear;
}
@-webkit-keyframes glyphicon-spin-r {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}
div#top-gradient {
	background: url(../img/layout/top-gradient-bg.png) repeat-x;
	background-position: top left;
}

div#left-bg {
	background: url(../img/layout/left-bg.png) no-repeat;
	background-position: left;
}

div#right-bg {
	background: url(../img/layout/right-bg.png) no-repeat;
	background-position: left;
}

div#general-bg {
	background: url(../img/layout/general-bg-2.png) no-repeat;
}

/* header */
div#public-menu ul li a {
	font-family: 'Myriad Pro', sans-serif;
	text-decoration: none;
	color: #979898;
}
/* end header */

/* footer */
div#footer div#footerbar {
	background-color: #000;
}

div#footertop div#footer-menu ul li a{
	color: #fff;
	text-decoration: none;
}

div#footer-container div#copyright {
	color:grey;
}
/* end footer */

a.edit-copyright-link {
	text-decoration: none;
}
a.edit-copyright-link:hover {
	text-decoration: underline;
}


.paging {
	background:#fff;
	color: #ccc;
	margin-top: 1em;
	clear:both;
}
.paging .current,
.paging .disabled,
.paging a {
	text-decoration: none;
	padding: 5px 8px;
	display: inline-block
}
.paging > span {
	display: inline-block;
	border: 1px solid #ccc;
	border-left: 0;
}
.paging > span:hover {
	background: #efefef;
}
.paging .prev {
	border-left: 1px solid #ccc;
	-moz-border-radius: 4px 0 0 4px;
	-webkit-border-radius: 4px 0 0 4px;
	border-radius: 4px 0 0 4px;
}
.paging .next {
	-moz-border-radius: 0 4px 4px 0;
	-webkit-border-radius: 0 4px 4px 0;
	border-radius: 0 4px 4px 0;
}
.paging .disabled {
	color: #ddd;
}
.paging .disabled:hover {
	background: transparent;
}
.paging .current {
	background: #efefef;
	color: #c73e14;
}
h1 {
	font-family: texgyreadventorregular;
	font-size: 35px;
	color: #92BC14;
}

/*New arrangment page*/
#new-arrangement-intro {
  font-weight: bold;
  text-align: center;
}
#permission-color-legend {
  float: right;
  border: 1px solid #C0C0C0;
  padding:1px;
}
.selection-title {
  color: #92BC14;
  font-size:15px;
  font-weight: bold;
}
.modal-title {
	font-size:18px;
	text-align: left;
}
.html-text-box {
	background: #f2f2f2 none repeat scroll 0 0;
	display: block;
	padding: 12px;
	max-height: 150px;
	margin: 0 auto;
	overflow: auto;
}
.no-margin {
	margin:0 0 0 0;
}
.no-margin-left {
	margin-left:0;
}
.no-margin-right {
	margin-right:0;
}
.no-margin-bottom {
	margin-bottom:0;
}
.no-margin-top {
	margin-top:0;
}
.no-padding {
	padding:0 0 0 0;
}
.no-padding-left {
	padding-left:0;
}
.no-padding-right {
	padding-right:0;
}
.no-padding-bottom {
	padding-bottom:0;
}
.no-padding-top {
	padding-top:0;
}
.pre-approved {
	background-color: #BEF781;
}
.not-likely {
	background-color: #F5A9A9;
}
.approval-needed {
	background-color: #F3F781;
}

/*Loading box*/
#loading-box {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: white;
    opacity: .50;
    -webkit-opacity: .5;
    -moz-opacity: .5;
    filter: alpha(opacity=50);
    z-index: 100000;
}
#loading-box-content {
  position: absolute;
  top: 40%;
  left: 50%;
}

ul.dropdown-menu li a {cursor:pointer;}

.summarybox .panel-heading .panel-title{
	text-align:center;
}

.summarybox .panel-body{
	text-align:center;
	font-size:24px;

}

.equation{
	text-align:center;
	font-weight:bold;
	font-size:36px;
	margin-top:31px;
}