@font-face {
  font-family: 'Frutiger';
  src: url('../media/fonts/frutiger/frutiger_55_roman_regular-webfont.eot'); /* IE 5-8 */ 
  src: local('☺'),             /* sneakily trick IE */
        url('../media/fonts/frutiger/frutiger_55_roman_regular-webfont.woff') format('woff'),    /* FF 3.6, Chrome 5, IE9 */
        url('../media/fonts/frutiger/frutiger_55_roman_regular-webfont.ttf') format('truetype'), /* Opera, Safari */
        url('../media/fonts/frutiger/frutiger_55_roman_regular-webfont.svg#font') format('svg'); /* iOS */
}

/*
 * jquery.selectBoxIt.css 3.8.1
 * Author: @gregfranko
 */

/*
  Common CSS Properties
  ---------------------
  These properties will be applied to any themes that you use
*/

/* SelectBoxIt container */
.selectboxit-container {
  position: relative;
  display: inline-block;
  vertical-align: top;
}

/* Styles that apply to all SelectBoxIt elements */
.selectboxit-container * {
  font: 14px "Open Sans", Helvetica, Arial;
  /* Prevents text selection */
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  outline: none;
  white-space: nowrap;
}

/* Button */
.selectboxit-container .selectboxit {
  width: 220px; /* Width of the dropdown button */
  cursor: pointer;
  margin: 0;
  padding: 0;
  border-radius: 6px;
  overflow: hidden;
  display: block;
  position: relative;
}

/* Height and Vertical Alignment of Text */
.selectboxit-container span, .selectboxit-container .selectboxit-options a {
  height: 30px; /* Height of the drop down */
  line-height: 30px; /* Vertically positions the drop down text */
  display: block;
}

/* Focus pseudo selector */
.selectboxit-container .selectboxit:focus {
  outline: 0;
}

/* Disabled Mouse Interaction */
.selectboxit.selectboxit-disabled, .selectboxit-options .selectboxit-disabled {
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  cursor: default;
}

/* Button Text */
.selectboxit-text {
  text-indent: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  float: left;
}

.selectboxit .selectboxit-option-icon-container {
  margin-left: 5px;
}

/* Options List */
.selectboxit-container .selectboxit-options {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  min-width: 100%;  /* Minimum Width of the dropdown list box options */
  *width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  overflow-x: hidden;
  overflow-y: auto;
  cursor: pointer;
  display: none;
  z-index: 9999999999999;
  border-radius: 6px;
  text-align: left;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

/* Individual options */
 .selectboxit-option .selectboxit-option-anchor{
  padding: 0 2px;
}

/* Individual Option Hover Action */
.selectboxit-option .selectboxit-option-anchor:hover {
  text-decoration: none;
}

/* Individual Option Optgroup Header */
.selectboxit-option, .selectboxit-optgroup-header {
  text-indent: 5px; /* Horizontal Positioning of the select box option text */
  margin: 0;
  list-style-type: none;
}

/* The first Drop Down option */
.selectboxit-option-first {
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
}

/* The first Drop Down option optgroup */
.selectboxit-optgroup-header + .selectboxit-option-first {
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
}

/* The last Drop Down option */
.selectboxit-option-last {
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
}

/* Drop Down optgroup headers */
.selectboxit-optgroup-header {
  font-weight: bold;
}

/* Drop Down optgroup header hover psuedo class */
.selectboxit-optgroup-header:hover {
  cursor: default;
}

/* Drop Down down arrow container */
.selectboxit-arrow-container {
  /* Positions the down arrow */
  width: 30px;
  position: absolute;
  right: 0;
}

/* Drop Down down arrow */
.selectboxit .selectboxit-arrow-container .selectboxit-arrow {
  /* Horizontally centers the down arrow */
  margin: 0 auto;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
}

/* Drop Down down arrow for jQueryUI and jQuery Mobile */
.selectboxit .selectboxit-arrow-container .selectboxit-arrow.ui-icon {
  top: 30%;
}

/* Drop Down individual option icon positioning */
.selectboxit-option-icon-container {
  float: left;
}

.selectboxit-container .selectboxit-option-icon {
  margin: 0;
  padding: 0;
  vertical-align: middle;
}

/* Drop Down individual option icon positioning */
.selectboxit-option-icon-url {
  width: 18px;
  background-size: 18px 18px;
  background-repeat: no-repeat;
  height: 100%;
  background-position: center;
  float: left;
}

.selectboxit-rendering {
  display: inline-block !important;
  *display: inline !important;
  zoom: 1 !important;
  visibility: visible !important;
  position: absolute !important;
  top: -9999px !important;
  left: -9999px !important;
}

/* jQueryUI and jQuery Mobile compatability fix - Feel free to remove this style if you are not using jQuery Mobile */
.jqueryui .ui-icon {
  background-color: inherit;
}

/* Another jQueryUI and jQuery Mobile compatability fix - Feel free to remove this style if you are not using jQuery Mobile */
.jqueryui .ui-icon-triangle-1-s {
  background-position: -64px -16px;
}

/*
  Default Theme
  -------------
  Note: Feel free to remove all of the CSS underneath this line if you are not using the default theme
*/
.selectboxit-btn {
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border: 1px solid #cccccc;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-bottom-color: #b3b3b3;
}

.selectboxit-btn.selectboxit-enabled:hover,
.selectboxit-btn.selectboxit-enabled:focus,
.selectboxit-btn.selectboxit-enabled:active {
  color: #333333;
  background-color: #e6e6e6;
}

.selectboxit-btn.selectboxit-enabled:hover,
.selectboxit-btn.selectboxit-enabled:focus {
  color: #333333;
  text-decoration: none;
  background-position: 0 -15px;
}

.selectboxit-default-arrow {
  width: 0;
  height: 0;
  border-top: 4px solid #000000;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.selectboxit-list {
  background-color: #ffffff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.selectboxit-list .selectboxit-option-anchor {
  color: #333333;
}

.selectboxit-list > .selectboxit-focus > .selectboxit-option-anchor {
  color: #ffffff;
  background-color: #0081c2;
  background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
  background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
  background-image: -o-linear-gradient(top, #0088cc, #0077b3);
  background-image: linear-gradient(to bottom, #0088cc, #0077b3);
  background-repeat: repeat-x;
}

.selectboxit-list > .selectboxit-disabled > .selectboxit-option-anchor {
  color: #999999;
}



/*

	End selectBoxIt
	
*/

.selectboxit-container {
    width: 100%;
}

    .selectboxit-container .selectboxit {
    width: 100%;
}

.printonly{
	display:none;
}

body {
    font-family: "Open Sans", Arial,Helvetica,Verdana,sans-serif;
	color:#333;
	
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	
	font-family: "Open Sans", Arial,Helvetica,Verdana,sans-serif;
}

a{
	color: #cc0000;
}

a:hover{
	color: #cc0000;
	text-decoration: underline;
}

blockquote{
	border: 0;
	padding: 0;
	margin: 0;
	color:#cc0000;
	font-family: "Open Sans", Arial,Helvetica,Verdana,sans-serif;
	font-size:1.16em;
}

h5{
	font-weight:bold;
}

.greenTxt{
	color:#009344;
}

.amberTxt{
	color:#FFCC4D;
}

.redTxt{
	color:#cc0000;
}
.textComments h5{
	color: #cc0000;
}
.navbar-brand{
	padding: 5px 15px 0 15px;
}

.navbar-default{
	background-color: #cc0000;
}
.navbar-default .navbar-nav>li>a{
	color: #ffffff;
	font-weight: bold;
}

.navbar-default .navbar-nav>li>a:hover{
	color: #000000;
	background-color: #e6e6e6;
	
}

.tooltip.top .tooltip-inner {
    background-color:#cc0000;
}
.tooltip.top .tooltip-arrow {
      border-top-color: #cc0000;
}

.detailContainer .star{
	font-size:40px;
}
.detailContainer .star i{
	margin:0 5px 0 5px;
}


.star, .fa-star, .fa-star-half {
	color: #FFCC4D;
}

.fa-star-o{
	color: #A3A8AA;
}
.grey-bg{
	background-color: #f5f5f5;
	padding: 10px 10px 5px 10px;
}

.grey-bg2{
	background-color: #deedf2;
	padding: 10px 10px 5px 10px;
}

.detailContainer .phaseName{
	margin-top:-30px;
	margin-bottom:30px;
}
table.summary{
	width: 100%;
	border-collapse: collapse;
}
table.summary th{
	padding: 4px;
	width: 20%;
}
table.summary td{
	padding: 4px;
}

table.summary .bar-bg{
	background-color: #f5f5f5;
	width: 100%;
	height: 10px;
}
table.summary .bar{

	background-color: #cc0000;
	height: 100%;
}
.mission{
	margin-bottom:30px;
}

.accomplished{
	margin-bottom:30px;
	font-size:16px;
	font-weight:bold;
}

.branch{

	background-color: #ffffff;
	margin-bottom: 10px;
	border: 1px solid #ddd;
	
	padding: 10px 20px 10px 20px;
}

.btn_action{
	text-align: center;
    line-height: 1em;
    background: #cc0000;
    border-radius: 1.5em;
    padding: .4em 1.2em .6em;
    font-size: 1em;
    color: #fff;
    text-decoration: none;
    font-family: "Open Sans", verdana,arial,sans-serif;
	margin:0;
    
    font-weight: bold;
	border: none;
}

.btn_action:hover {
  background: #cc0000;
  color: #fff; 
  text-decoration: none;
 }
 
 .menuPhase{
 	
 }
 
 table.bracket2{
 	margin: 10px 0 10px 0;
 }
 
  .bracket2 .TL{
 	
	height:30px;
 }
 
 table.bracket{
 	margin:10px 0 10px 0;
 }
 
 .bracket .TL{
 	border-top:10px solid #cc0000;
	border-left:10px solid #cc0000;
	width:30px;
	height:30px;
 }
 
 .bracket .TR{
 	border-top:10px solid #cc0000;
	border-right:10px solid #cc0000;
	width:30px;
	height:30px;
 }
 
 .bracket .BL{
 	border-bottom:10px solid #cc0000;
	border-left:10px solid #cc0000;
	width:30px;
	height:30px;
 }
 
 .bracket .BR{
 	border-bottom:10px solid #cc0000;
	border-right:10px solid #cc0000;
	width:30px;
	height:30px;
 }
 
  table.largeBracket2{
 	margin:10px 0 10px 0;
	font-size:2em;
	color:#cc0000;
	text-align:center;
	margin:auto;
 }
 table.largeBracket{
 	margin:10px 0 10px 0;
	font-size:2em;
	color:#cc0000;
	text-align:center;
	margin:auto;
 }
 .largeBracket .TL{
 	border-top:10px solid #cc0000;
	border-left:10px solid #cc0000;
	width:30px;
	height:30px;
 }
  .largeBracket2 .TL, .largeBracket2 .TR{
 
	width:30px;
	height:30px;
 }
 
 .largeBracket .TR{
 	border-top:10px solid #cc0000;
	border-right:10px solid #cc0000;
	width:30px;
	height:30px;
 }
 
 .largeBracket .BL{
 	border-bottom:10px solid #cc0000;
	border-left:10px solid #cc0000;
	width:30px;
	height:30px;
 }
 
 .largeBracket .BR{
 	border-bottom:10px solid #cc0000;
	border-right:10px solid #cc0000;
	width:30px;
	height:30px;
 }
 
 .infPos{
 	color:#63ba68;
 }
  .infNeg{
 	color:#cc0000;
 }
 table.speechBubble{
 	margin:20px auto 0px auto;
	text-align:center;
	color:#FFF;
	font-size:1px;
	
	line-height:1px;
 }
 


.hashtags{
	fnt-weight:bold;
	font-size:16px;
	text-align:center;
	margin:0 20px 20px 20px;
}
 
.emojis img{
	height:32px;
	width:32px;
}

.tags ul{
	margin: 0 0 10px 0;
	padding: 0;
	list-style-type: none;
}

.tags  ul li { 

	float:left;
	background:#cc0000;
	position: relative;
	padding:0 5px 0 10px;
	height:20px;
	color:#FFF;
	margin-right:20px;
}

.tags  ul li:after {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(201, 2, 18, 0);
	border-left-color: #cc0000;
	border-width: 10px;
	margin-top: -10px;
}

img.bw{
	/*-webkit-filter: grayscale(100%);
       -moz-filter: grayscale(100%);
         -o-filter: grayscale(100%);
        -ms-filter: grayscale(100%);
            filter: grayscale(100%); 
	*/
}
img.emojiFilter{
	height: 32px;
	width: 32px;
}

input.hiddenCbx {
    /*display: none;*/
}


.emojiFilter, .cbxNone, .cbxAll{
	cursor: pointer;
}


.ie input.hiddenCbx {
    display: inline;
}

.ie img.bw {
    opacity: 0.4;
}

.summaryReport .row{
	border-bottom:2px solid #CCC;
	padding:20px;
}

.missionTBL{
	font-size:14px;
}

.summaryReport .emojiTable td{
	width:20%;
	text-align:center;
	font-size:14px;
}

.summaryReport h4{

	font-size:20px;
	
	color:#cc0000;
}

.summaryReport h5{

	font-size:14px;
	color:#000;
	font-weight:bold;
	text-align: center;
}

.textContainer{
	font-size:12px;
}


.summarySpeechBubble {
            position: relative;
            margin:2px 2px 15px 2px;
            padding:20px;
            color:#FFF;
            -webkit-border-radius: 10px;
            -moz-border-radius: 10px;
            border-radius: 10px;
			
			background: #cc0000;

}
.summarySpeechBubble:after {
	top: 100%;
	left: 30%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(0, 130, 0, 0);
	border-width: 6px;
	margin-left: -6px;
	
	border-top-color: #cc0000;
    border-left-color: #cc0000;


}


.summarySpeechBubbleGreen {
            position: relative;
            margin:2px 2px 15px 2px;
            padding:20px;
            color:#FFF;
            -webkit-border-radius: 10px;
            -moz-border-radius: 10px;
            border-radius: 10px;
			
			background: #009344;

}
.summarySpeechBubbleGreen:after {
	top: 100%;
	left: 30%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(0, 130, 0, 0);
	border-width: 6px;
	margin-left: -6px;
	
	border-top-color: #009344;
    border-left-color: #009344;


}


.summarySpeechBubbleGreenBorder {
	position: relative;
	background: #ffffff;
	border: 4px solid #009344;
	color: #009344;
	
	-webkit-border-radius: 10px;
            -moz-border-radius: 10px;
            border-radius: 10px;
			
			
			margin:2px 2px 15px 2px;
            padding:20px;
}
.summarySpeechBubbleGreenBorder:after, .summarySpeechBubbleGreenBorder:before {
	top: 100%;
	left: 30%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.summarySpeechBubbleGreenBorder:after {
	border-color: rgba(255, 255, 255, 0);
	border-top-color: #ffffff;

	border-width: 10px;
	margin-left: -10px;
}
.summarySpeechBubbleGreenBorder:before {
	border-color: rgba(0, 147, 68, 0);
	border-top-color: #009344;
	border-width: 16px;
	margin-left: -16px;
}

.emojiDiv{
	margin: auto 1.5em; 
	display: inline-block;
}


.tabs {
    list-style-type: none;
    margin-top: 40px;
    padding-left: 20px;
	border-bottom:6px solid #cc0000;
}
.tabs li { 
	display: inline; 
	padding:5px;

}

.tabs a {
    display:inline-block;
	text-decoration: none;
    color: #FFF;
    background:#6f7779;
	padding:5px 15px 5px 15px;
	font-weight:bold;
}

.tabs a.active{
	background:#cc0000 !IMPORTANT;
}

.faq dt {
   cursor: pointer;
   color: #cc0000;
}

.faq dd {
   display: none;
}

.text-muted{
	
	color: #6f7779;
}


.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #deedf2;
}



.panel-default .panel-heading2{
	
	background-color: rgb(111, 119, 121);
	color: #fff;
}

.well2{
	
	color: #ffffff;
	background-color: #6f7779;
}

.panel-default2, .panel-default2 .panel-heading, .panel-default2 .panel-body{
	background-color: #deedf2;
	
}




.btn-warning2{
	
	color: #fff;
	background-color: rgb(99, 186, 104);
}