
		.task {
            white-space: pre-line;
        }
		
		.icon-home-large 
		{
              background-size: 800px;
              backgroung-position: 10px 50px;
              width: 24px;
              height: 24px;
         }
           
        .tableiconbadge 
        {
            position:relative;   
            top: -8px;
            right:5px;
            /*padding: 1px 9px 2px;*/
            padding: 1px 5px 2px;
            font-size: 8px;
            white-space: nowrap;
            color: #000;
            background-color: #FFA500;
           -webkit-border-radius: 9px;
           -moz-border-radius: 9px;
           border-radius: 9px;
        } 
        
		.widget
        {
            clear: both;
            margin-bottom: 2em;
            position: relative;
            width: auto;
        }

        
        .widget .widget-header
        {
            /*background: -moz-linear-gradient(center top , #FAFAFA 0%, #E9E9E9 100%) repeat scroll 0 0 transparent;
			background: linear-gradient(to bottom, #FFFFFF, #EEEEEE) repeat-x scroll 0 0 #F8F8F8;
            */
            /*height: 45px;
            line-height: 45px;
           */
            position: relative;
            height: 40px;
            line-height: 40px;
            background: #E9E9E9;
            background: -moz-linear-gradient(top, #fafafa 0%, #e9e9e9 100%);
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fafafa), color-stop(100%, #e9e9e9));
            background: -webkit-linear-gradient(top, #fafafa 0%, #e9e9e9 100%);
            background: -o-linear-gradient(top, #fafafa 0%, #e9e9e9 100%);
            background: -ms-linear-gradient(top, #fafafa 0%, #e9e9e9 100%);
            background: linear-gradient(top, #fafafa 0%, #e9e9e9 100%);
            text-shadow: 0 1px 0 #fff;
            border-radius: 5px 5px 0 0;
            box-shadow: 0 2px 5px rgba(0,0,0,0.1),inset 0 1px 0 white,inset 0 -1px 0 rgba(255,255,255,0.7);
            border-bottom: 1px solid #bababa;
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FAFAFA', endColorstr='#E9E9E9');
            -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FAFAFA', endColorstr='#E9E9E9')";
            border: 1px solid #D5D5D5;
            -webkit-border-top-left-radius: 4px;
            -webkit-border-top-right-radius: 4px;
            -moz-border-radius-topleft: 4px;
            -moz-border-radius-topright: 4px;
            border-top-left-radius: 4px;
            border-top-right-radius: 4px;
            -webkit-background-clip: padding-box;
        }

        .widget .widget-header h3
        {
            color: #555;
            display: inline-block;
            font-size: 16px;
            font-weight: 600;
            left: 10px;
            line-height: 18px;
            margin-right: 3em;
            position: relative;
            text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.5);
            top: 2px;
        }

        .widget .widget-header [class^="icon-"], .widget .widget-header [class*=" icon-"]
        {
            color: #555;
            display: inline-block;
            font-size: 16px;
            margin-left: 13px;
            margin-right: -2px;
            vertical-align: middle;
        }
        
        .widget .widget-header .right-icon [class^="icon-"], .widget .widget-header [class*=" icon-"]
        {
            color: #555;
            float:right;
            display: inline-block;
            font-size: 16px;
            /**margin-left: -2px;**/
            margin-right: 20px;
            /***padding: 100 10;***/
            margin-top: 15px;
            /**vertical-align: middle;**/
        }
        
        
        
        .widget .widget-content
        {
            padding: 20px 15px 15px;
            /*background: none repeat scroll 0 0 #FFFFFF;*/
            background: #FFF;
            border: 1px solid #D5D5D5;
            border-radius: 5px;
            -moz-border-radius: 5px;
            -webkit-border-radius: 5px;
            
        }
        
        
        .widget .widget-header + .widget-content
        {
            /*border-top: medium none;*/
            border-top: none;
            border-top-left-radius: 0;
            border-top-right-radius: 0;
            -webkit-border-top-left-radius: 0;
            -webkit-border-top-right-radius: 0;
            -moz-border-radius-topleft: 0;
            -moz-border-radius-topright: 0;
        }
        
        .widget.widget-nopad .widget-content
        { azimuth
            padding: 0;
        }
                
        .widget .widget-content:before, .widget .widget-content:after
        {
            content: "";
            display: table;
            line-height: 0;
        }
        
        .widget .widget-content:after
        {
            clear: both;
        }
        
        .widget.widget-table .widget-content
        {
            padding: 0;
        }
        
        .widget.widget-table .table
        {
            border: medium none;
            margin-bottom: 0;
        }
        
        .widget.widget-table .table tr td:first-child, .widget.widget-table .table tr th:first-child
        {
            border-left: medium none;
        }
        
        .widget.widget-plain
        {
            background: none repeat scroll 0 0 transparent;
            border: medium none;
        }
        
        .widget.widget-plain .widget-content
        {
            background: none repeat scroll 0 0 transparent;
            border: medium none;
            padding: 0;
        }
        
        .widget.widget-box .widget-content
        {
            background: none repeat scroll 0 0 #FFFFFF;
        }
		
		
		.shortcuts
        {
            text-align: center;
        }
        .shortcuts .shortcut
        {
            background: linear-gradient(to bottom, #FFFFFF, #EEEEEE) repeat-x scroll 0 0 #F8F8F8;
            border: 1px solid #DDDDDD;
            border-radius: 5px 5px 5px 5px;
            display: inline-block;
            margin: 0 5px 1em;
            padding: 3px 0px;
            text-decoration: none;
            vertical-align: top;
            width: 110px;
        }
        .shortcuts .shortcut .shortcut-icon
        {
            color: #555555;
            font-size: 32px;
            margin-bottom: 0.35em;
            margin-top: 0.25em;
            width: 100%;
        }
        .shortcuts .shortcut:hover
        {
            background: linear-gradient(to bottom, #FAFAFA, #E1E1E1) repeat-x scroll 0 0 #F0F0F0;
        }
        .shortcuts .shortcut:hover .shortcut-icon
        {
            color: #666666;
        }
        .shortcuts .shortcut-label
        {
            color: #666666;
            display: block;
            font-weight: 400;
        }
        
        /****
        #myCarousel .nav a small
        {
            display: block;
        }

        #myCarousel .nav
        {
            background: #eee;
        }

        .nav-justified > li > a
        {
            border-radius: 0px;
        }
        
        .nav-pills>li[data-slide-to="0"].active a { background-color: #16a085; }
        .nav-pills>li[data-slide-to="1"].active a { background-color: #e67e22; }
        .nav-pills>li[data-slide-to="2"].active a { background-color: #2980b9; }
        .nav-pills>li[data-slide-to="3"].active a { background-color: #8e44ad; }
        
        .carousel-captioncustom{
          position: absolute;
          left: 0;
          right: 0;
          bottom: 0;
          padding: 5px;
          background: #ffffff;
          /**background: rgba(0, 0, 0, 0.75);**/
            }
            
            ***/
            
            
            /* carousel */
#quote-carousel 
{
  padding: 0 10px 30px 10px;
  margin-top: 30px 0px 0px;
}

/* Control buttons  */
#quote-carousel .carousel-control
{
  background: none;
  color: #222;
  font-size: 2.3em;
  text-shadow: none;
  margin-top: 30px;
}
/* Previous button  */
#quote-carousel .carousel-control.left 
{
  left: -12px;
}
/* Next button  */
#quote-carousel .carousel-control.right 
{
  right: -12px !important;
}
/* Changes the position of the indicators */
#quote-carousel .carousel-indicators 
{
  right: 50%;
  top: auto;
  bottom: 0px;
  margin-right: -19px;
}
/* Changes the color of the indicators */
#quote-carousel .carousel-indicators li 
{
  background: #c0c0c0;
}
#quote-carousel .carousel-indicators .active 
{
  background: #333333;
}
#quote-carousel img
{
  width: 250px;
  height: 100px
}
/* End carousel */

.item blockquote {
    border-left: none; 
    margin: 0;
}

.item blockquote img {
    margin-bottom: 10px;
}

.item blockquote p:before {
    content: "\f10d";
    font-family: 'Fontawesome';
    float: left;
    margin-right: 10px;
}



/**
  MEDIA QUERIES
*/

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) { 
    #quote-carousel 
    {
      margin-bottom: 0;
      padding: 0 40px 30px 40px;
      margin-top: 30px;
    }
    
}

/* Small devices (tablets, up to 768px) */
@media (max-width: 768px) { 
    
    /* Make the indicators larger for easier clicking with fingers/thumb on mobile */
    
    #quote-carousel .carousel-indicators {
        bottom: -20px !important;  
    }
    #quote-carousel .carousel-indicators li {
        display: inline-block;
        margin: 0px 5px;
        width: 15px;
        height: 15px;
    }
    #quote-carousel .carousel-indicators li.active {
        margin: 0px 5px;
        width: 20px;
        height: 20px;
    }
}

.img-preview{
    max-width: 180px;
    max-height: 180px;
    border: 0px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 5px 5px 5px #888;
    -webkit-box-shadow: 5px 5px 5px #888;
    box-shadow: 5px 5px 5px #888;
}

.fa-stack-1x { top: 0em; }
.fa-stack {
  font-size: .6em;
  vertical-align: -26%;
}
.filetype-text {
  font-size: .7em;
  font-weight: 700;
  font-family: 'Oswald';
}

/**
    This is for textbox overflowing the well
*/
input {
        max-width: 90%;
    }

.team0 {
    background-color: rgb(0, 255, 255);
    border-color: black; 
    color: black; 
}

.team1 {
    background-color: #ffeaec;
    border-color: black; 
    color: black; 
}

.team2 {
    background-color: #e5e9f9; 
    border-color: black; 
    color: black;
}