/*!
 * Start Bootstrap - Simple Sidebar HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

/* Toggle Styles */
@media (max-width: 992px) {
    #select_all_channels_ck, #select_all_channels_lbl{
    	display:none;
    }
}
@media (max-width: 992px) and (min-width: 768px) {
    #release-pane{
    	width: 100%;
    }
}
@media (max-width: 992px) {
	#wrapper{
		min-height:1470px;
	}
}
@media (min-width: 992px) {
    #select_channels{
    	display:none;
    }
}
@media(max-width:992px) {
	.sidebar-wrapper .radio{
		float: left;
	}
	.sidebar-wrapper label{
		padding-left: 5px;
	}
	.sidebar-wrapper {
		position: absolute;
   		z-index: 1;
   		display: none;
   		height: auto;
   		display: block;
   		margin-left: -350px;
   		-webkit-transition: all 0.5s ease;
	    -moz-transition: all 0.5s ease;
	    -o-transition: all 0.5s ease;
	    transition: all 0.5s ease;
	}
    #wrapper.toggled .sidebar-wrapper {
        margin-left: 0px;
    }
}