body {
  /*padding-top: 60px;*/
}

.navbar-brand{
	padding-top:8px;
}

.navbar-brand>img{
	display:inline-block;
}

#navbar-header{
	margin-left:15px;
}

.mts-template {
  text-align: center;
}

a {
	/* color: #4D1D13; */
	text-decoration: none;
}

a:hover {
	/* color: #D44326; */
	text-decoration: none;
}
a:focus {
	/* color: #D44326; */
	text-decoration: none;
}

.sidebar_topic{
	margin-left: 8px;
	font-weight: bold;
	/* color: #737373; */
}

.sidebar-nav{
	overflow: auto;
}

.vidReleased{
	display:block;
	height: 20px;
	font-style: italic;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space: nowrap; 
}

.vidCard{
	background-color: #FFF;
	color: #000;
	padding: 10px;
	border: 1px solid #B8B8B8;
	/* margin-left: 13px; margin-right: 13px; margin-bottom: 13px; 
	float: left;*/
	min-height: 275px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.vidTitle{
	height: 40px;
	text-shadow: none !important;
}

.vidCard:hover{
	background-color: #F7F7F7;
}

.vidCard img{
	background-color: #FFF;
	padding: 4px;
	border: 1px solid #000;
	/* width: 180px; */
	height:140px;
}

.vidCard a{color: #000000; text-decoration: none; font-weight: bold;}
.vidCard  a:hover{color: #C91414; outline: 0;}
.vidCard  a:visited{}

.vidCard a.btn-default{text-shadow: 0 1px 0 #fff;
  background-image: -webkit-gradient(linear,left 0,left 100%,from(#fff),to(#e6e6e6));
  background-image: -webkit-linear-gradient(top,#fff,0%,#e6e6e6,100%);
  background-image: -moz-linear-gradient(top,#fff 0,#e6e6e6 100%);
  background-image: linear-gradient(to bottom,#fff 0,#e6e6e6 100%);
  background-repeat: repeat-x;
  border-color: #e0e0e0;
  border-color: #ccc;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',endColorstr='#ffe6e6e6',GradientType=0);
}

.filterbox {
	position: fixed; zIndex: 9999; top: 0; right: 0; margin-right: 40px; margin-top: 0px; background-color:white; height: 43px; width: 250px; padding-top: 23px; padding-bottom: 0px; -moz-border-radius-bottomright: 10px; border-bottom-right-radius: 10px; -moz-border-radius-bottomleft: 10px; border-bottom-left-radius: 10px;
	-moz-box-shadow: 3px 3px 4px #525252; -webkit-box-shadow: 3px 3px 4px #525252; box-shadow: 3px 3px 4px #525252;
	}

.clear1{clear: both;}
	
	.actionButtons{
	position: absolute; top: 0; left: 0; margin-top: 35px; margin-left: 25px
	}
	
.descriptor {
	background-color: #E8E8E8;
	margin: 4px;
	text-align: left;
	width: 184px;
	padding: 4px;
	font-size: 10px;
	min-height: 70px;
}


.buttonList {
	margin-top: 4px;
}

.modal {
    overflow-y: auto;
}

.container { width: 100% !important } 

#wrapper{
		width: 100% !important;
        overflow: auto;

    }
/* 
.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
	  height: auto !important;
	  overflow: hidden;
	  overflow-y: scroll;
	  margin-bottom: -700px;
	  padding-bottom: 700px;
	} 
*/

.leftMenu{
	width: 250px;
	overflow: hidden;
	/* overflow-y: scroll; */

}

/* .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
	  max-height: 100%;
	} */
	
	.navbar-collapse{
		max-height: 100% !important;
		height: 100% !important;
	}
	
.info-icon{
	font-size: 1.2em;
}
	
@media (max-width: 800px) {
	.leftMenu{
		width: 100%;
		overflow: hidden;
		/* overflow-y: scroll; */

	}
	
	#wrapper {
	  overflow-x: hidden;
	}
	
	.vidCard{
		margin-left: 20px;
		margin-right: 20px;
	}
	
	.info-icon{
		font-size: 1.8em;
	}
	
	/* .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
	  max-height: 340px;
	} */
}

@media (max-width: 800px) {
    
}