/**
 * Model United Nations Conference Manager (MUNCM)
 *
 * Copyright © 2014 - 2016, Jack P. Harley, jackpharley.com.
 * All Rights Reserved.
 */

html {
    position: relative;
    min-height: 100%;
}
body {
    margin-bottom: 80px;
}
#body-test {
    margin-bottom: 100px;
}
#footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 80px;
    background-color: #f5f5f5;
}

#footer-test {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100px;
    background-color: #f5f5f5;
}

.container .text-muted {
    margin: 20px 0;
    text-align: center;
}

#footer > .container {
    padding-right: 15px;
    padding-left: 15px;
}

.banner {
    margin-top:50px;
    width: 100%;
    background-color: #5b92e5;
    height: 300px;
    overflow:hidden;
    padding-top: 60px;
    padding-bottom: 60px;
    margin-bottom: 15px;
}
.banner img {
    height: 180px;
    float: right;
}
.banner h1 {
    color: #ffffff;
    font-size: 60px;
}
.banner p {
    font-weight:300;
    font-size: 24px;
    margin-right: 400px;
    color: #cde0ff;
}
.clear {
    clear: both;
}
.banner-approval-panel {
    background-color: #5cb85c;
}
.banner-approval-panel p {
    color: #d9fff1;
}
.banner-cosubmitter-validation {
    background-color: #f0ad4e;
}
.banner-cosubmitter-validation p {
    color: #fffff1;
}

@media screen and (max-width: 994px) {
    body { padding-top: 60px; }
}

.navbar-nav>.staff>a {
    background-color: #d9534f !important;
}

.status-passed {
    color:#468847;
    background-color:#DFF0D6;
    font-weight: bold;
}

.status-passed:before {
    content: "✔";
    margin-right:4px;
}

.status-pending {
    color:#f0ad4e;
    background-color: #fcf8e3;
    font-weight: bold;
}

.status-pending:before {
    content: "~";
    margin-right:4px;
}

.status-rejected {
    color:#d9534f;
    background-color: #f2dede;
    font-weight: bold;
}

.status-rejected:before {
    content: "✗";
    margin-right:4px;
}

.bs-callout {
  margin: 0;
  padding: 15px 30px 15px 15px;
  border-left: 5px solid #eee;
  overflow: hidden;
}
.bs-callout h4 {
  margin-top: 0;
  font-size: 3em;
}
.bs-callout p:last-child {
  margin-bottom: 0;
}
.bs-callout code,
.bs-callout .highlight {
  background-color: #fff;
}
 
/* Themes for different contexts */
.bs-callout-danger {
  background-color: #fcf2f2;
  border-color: #dFb5b4;
}
.bs-callout-warning {
  background-color: #fefbed;
  border-color: #f1e7bc;
}
.bs-callout-info {
  background-color: #f0f7fd;
  border-color: #d0e3f0;
}
.bs-callout-success {
    background-color: #f1fff8;
    border-color: #84cd81;
}

.bs-callout-danger h4 {
color: #B94A48;
}

.bs-callout-warning h4 {
color: #C09853;
}

.bs-callout-success h4 {
    color: #468847;
}

.bs-callout-info h4 {
color: #3A87AD;
}

.btn-file {
    position: relative;
    overflow: hidden;
}
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

.alert a {
    color: inherit;
}

.stat-box {
	display: inline-block;
	overflow: hidden;
	height: 60px;
	font-size: 2.3em;
	color: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.stat-box-sm {
	height: 35px;
	font-size: 1em;
}
.stat-box-sm .stat-box-body {
	padding: 8px 12px 8px 12px;
}

.stat-box-number {
	font-weight: bold;
	float: left;
	margin: 0 0 0 0;
	height: 100%;
	padding: 8px 8px 8px 8px;
}
.stat-box-body {
	float: left;
	padding: 8px 18px 8px 18px;
}
.stat-box-success {
	background-color: #90c657;
}
.stat-box-success .stat-box-number {
	background-color: #77af3b;
}

.stat-box-info {
	background-color: #58b2c6;
	color: #fff;
}
.stat-box-info .stat-box-number {
	background-color: #5799af;
}

.stat-box-warning {
	background-color: #c6b650;
	color: #fff;
}
.stat-box-warning .stat-box-number {
	background-color: #afa132;
}

.stat-box-danger {
	background-color: #c6604f;
	color: #fff;
}
.stat-box-danger .stat-box-number {
	background-color: #af3c3a;
}
.stats-table th,td {
	vertical-align: middle !important;
}