.mscom-header {
 height: 50px;
}

.container {
  margin-top: 10px;
  padding-right: 15px;
  padding-left: 15px;
  font-family: wf_segoe-ui_normal,"Segoe UI","Segoe WP",Tahoma,Arial,sans-serif;
}

ul.ideas li:nth-child(odd){
  clear:both;
}

li a {
  margin-left: 0;
}

.breadcrumb > li a, .breadcrumb > li a:hover {
    color: #0EBCF8;
}

.breadcrumb > .active {
    font-weight: normal;
}

.form-search input[type="text"] {
    font-size: 18px;
    font-style: italic;
    font-weight: 300;
    -webkit-appearance: none;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
  background-color: #fff !important;
  border-bottom: 1px solid transparent !important;
  color: #555 !important;
  cursor: default !important;
}
.nav-tabs>li>a:hover {
  background-color: #fff !important;
  border-bottom: 1px solid transparent !important;
}

.bottom-break,
.ideas-nav {
	margin-bottom: 20px;
}

.validation-summary-valid {
	display: none;
}

.filter-dropdown {
	float: right!important;
}

.voting-well {
	float: left;
	margin-top: 6px;
	padding: 9px 0;
	text-align: center;
	width: 44px;
}

.voting-well h4 {
	margin: 5px 0;
}

div.modal-vote {
	display: none;
	width: auto !important;
	margin: 0 !important;
}

.modal-backdrop {
	opacity: 0.1 !important;
	filter:alpha(opacity=10) !important;
}

.idea-container {
	margin: 0 0 20px 62px;
}

.idea-container > h2 {
	margin: 0;
}

.idea-container > h3 {
	font-size: 18px;
	/*line-height: 30px;
	margin: 0;*/
}

#create-idea,
#comments,
#ideas > li {
	clear: both;
}

#comments > ul > li {
	margin-bottom: 20px;
}

.user-idea-details {
	display: inline-block;
	margin-bottom: 3px;
}

@font-face {
  font-family: 'wf_segoe-ui_Semibold';
  src: url('//c.s-microsoft.com/static/fonts/segoe-ui/west-european/Semibold/latest.eot');
  src: local("Segoe UI Semibold"),local("Segoe Semibold"),local("Segoe WP Semibold"),url('//c.s-microsoft.com/static/fonts/segoe-ui/west-european/Semibold/latest.eot?#iefix') format('embedded-opentype'), url('//c.s-microsoft.com/static/fonts/segoe-ui/west-european/Semibold/latest.woff') format('woff'), url('//c.s-microsoft.com/static/fonts/segoe-ui/west-european/Semibold/latest.ttf') format('truetype'), url('//c.s-microsoft.com/static/fonts/segoe-ui/west-european/Semibold/latest.svg#web') format('svg');
  font-weight: normal;
  font-style: normal; 

}
body {
    padding-top: 0px;
}

.notfirst {
    border-left: 1px solid;
    padding-left: 8px;
}

.page-heading {
    margin-bottom: 0;
	font-size: 3.12em;
	vertical-align: baseline;
}

.container .row .page-heading .container {
	padding-left: 0;
}

.btn, .panel, 
.table, .label, 
.form-control, 
.nav-tabs>li>a
{
	border-radius: 0;
}

.page-header {
	border-bottom: none;
	margin-bottom: 0;
}
.page-copy {
    margin-bottom:20px;
}
.msip-logo {
    margin-top:20px;
}
.navbar-default .navbar-nav>li>a {
    color: #fff;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover{
    color:#337ab7;
    text-decoration:none;
    background-color:transparent
}

.breadcrumb {
	background-color: white;
	padding-left: 0;
    margin-top:30px;
}
.notifications {
     font-size:18px;
}
.navbar {
    min-height:0;
}

.navbar-default {
    background-color:transparent;
    border-color:transparent;
}
navbar-fixed-top {
    top:auto;
}

.panel-default > .panel-heading {
	background-color: #232122;
	color: #ffffff;
}

.masthead{
    padding-bottom:10px;
    height:150px;
    background: url(~/header-bkgrnd.png);
    background-repeat:no-repeat;
    background-position: center top;
    background-size:cover;
}

.navbar-header h3, 
.masthead h3 {
    color:#fff;
    margin-bottom:0;
    font-weight:400;
}
.toolbar {
    margin-right:-15px;
}
.toolbar .avatar {
    margin-top:24px;
}
.toolbar .btn-default, 
.toolbar .btn-primary {
    background-color:transparent;
    border-color:transparent;
    color:#fff;
    text-transform:uppercase;
}
.dropdown-menu {
    z-index:10000;
}
.fa-sign-in, 
.fa-sign-out {
    display: none;
}
.navbar-toggle {
    margin-top:20px;
}
.navbar-fixed-top {
    position:relative; /* running static on desktop and fixed on smaller devices */
    }
.primary-nav {
    position:relative;
    text-transform:uppercase;
}
.primary-nav ul {
    position: absolute;
    top: -78px;
    right: -15px;
}
.primary-nav .nav > li > a, 
.primary-nav .nav > li > a {
    color:#fff;
    padding: 0 18px;
    border-right:1px solid #fff;
    font-size:16px;
}
.primary-nav .nav > li.active a {
    color:#0EBCF8;
}
.primary-nav .nav > li > a:focus, 
.primary-nav .nav > li > a:hover {
    background-color:transparent;
}
.primary-nav .nav > li:last-child > a {
    padding: 0 15px 0 18px;
    border-right:transparent;
}

.navbar-default .navbar-toggle:focus, 
.navbar-default .navbar-toggle:hover {
    background-color: transparent;
}
.panel {
    background-color:transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.panel-body {
        padding: 15px 0;
}
.panel-default {
    border-color:transparent;
}
img#toggle-show-img,
img#toggle-hide-img {
    cursor:pointer;
}
a.btn-primary[href="#add-comment"] {
    margin-top:5px;
}
/* ideas, forum */
.hero-ideas, 
.hero-forum {
    width: 100%;
    height: 410px;
    position: absolute;
    background: url(~/msip-banner_msIdeas.jpg);
    background-size: cover;
    background-position:bottom left;
    background-repeat: no-repeat;
    left: 0;
    top: 0;
    z-index: -1;
}
.hero-ideas:after, 
.hero-forum:after {
    clear:both;
}
.hero-forum {
    background-size: cover;
    background-repeat: no-repeat;
    /*top:80px;*/
}
.hero-ideas:first-of-type + div, 
.hero-forum:first-of-type + div {
    color:#fff;
    height:320px;
    font-size:1.3em;
    display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box; 
    display: -ms-flexbox; /* TWEENER - IE 10 */
    display: -webkit-flex;
    display:flex;
    -webkit-box-align: center;
    -webkit-flex-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items:center;
}
.hero-forum:first-of-type + div {
    height:318px;
}
.hero-ideas:first-of-type + div h1,
.hero-forum:first-of-type + div h1 {
    font-size: 1em!important;
    text-transform: uppercase!important;
    font-weight: 400!important;
    color: #fff!important;
    padding: 0;
    margin: 0;
}

.hero-ideas:first-of-type + div .page-heading, 
.hero-forum:first-of-type + div .page-heading,
.hero-ideas:first-of-type + div .page-header, 
.hero-forum:first-of-type + div .page-header {
     margin:0;
     padding:0;
}
.form-control {
    box-shadow: none;
}
.form-control:focus {
    border-color:#ccc;
    outline:none;
    -webkit-box-shadow: none;
    outline-color:transparent;
    box-shadow: none;
}

.form-search .input-group, 
.form-search input {
    max-width:540px;
    z-index:0;
}
.hero-ideas:first-of-type + div .form-search .input-group, 
.hero-ideas:first-of-type + div .form-search input {
    margin:0 auto;
}
.form-search input[type="text"] {
    font-size:18px;
    font-style:italic;
    font-weight:300;
    -webkit-appearance: none;
}
.form-search .btn-default {
    background-color:#fff;
    border-top:1px solid #ccc;
    border-right:1px solid #ccc;
    border-bottom:1px solid #ccc;
    border-left:transparent;
}
form .control-label {
    font-weight:400;
}
.search-results h2, 
.search-results h3 {
    font-size:24px;
    font-weight:400;
}
.search-results h3,
.activity-list h3 {
    font-size:18px;
}
.btn-primary, 
.btn-info {
    background-color: #0ebcf8;
    color: #fff;
    text-transform: uppercase;
    border-color:transparent;
}
.btn-primary:hover, 
.btn-info:hover {
    background-color: #31aad7;
    color: #fff;
    border-color:transparent;
}

.list-group-item.active, 
.list-group-item.active:focus, 
.list-group-item.active:hover {
    background-color: #0ebcf8;
    border-color: #0ebcf8;
}
.voting-well {
	border: none;
    margin-top:0;
    padding:4px 0;
}
.well {
    background-color:transparent;
    box-shadow:none;
}
.well h4 {
    font-size:16px;
    color:#03749c;
    font-weight:400;
}
.well .btn-default {
    border:transparent;
}
.well .fa {
    font-size: 15px;
    color: #9e9e9e;
}
.well .btn-info .fa {
    color:#fff;
}
.ideas.list-unstyled {
    margin-left:-15px;
    margin-top:35px;
}
.ideas.list-unstyled li {
     padding-bottom:50px;
}
.votes-tracking>div {
    padding:20px;
    background-color:#03749c;
    text-align:center;
    max-width:177px;
    margin:0 10px 10px 0;
}
.votes-tracking div a {
    color:#fff;
}
.votes-tracking div div {
    font-size: 4em;
    font-weight:300;
    color:#fff;
}
.panel>.list-group .list-group-item {
    border-bottom:none;
}
.sidebar {
    background-color:#fcfcfc;
}
.sidebar .ql-header {
    margin-left:15px;
    padding-top:20px;
    font-size:21px;
}
.sidebar .ql-header.list-group-item-heading {
    padding-top:0;
}
.clear-right {
    clear:right;
}
.badge {
    background-color:#03749c;
}
ul.no-indent {
    padding-left:20px;
    margin-top:35px;
}

.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    border-top: transparent;
}
.microsoft-blue-background {
	line-height: 1.1;
}

.microsoft-blue-background a, 
.microsoft-blue-background a:active, 
.microsoft-blue-background a:hover, 
.microsoft-blue-background a:focus, 
.microsoft-blue-background a:visited{
	color: #002050;
	text-decoration: underline;
}

.idea-show-more a, 
.idea-show-more a:active, 
.idea-show-more a:hover, 
.idea-show-more a:focus, 
.idea-show-more a:visited{
	color: #002050;
}

.idea-copy, .idea-partial-text {
  max-height: 68px; /* 4.2em; exactly three lines */
  overflow: hidden;
  width: 100%;
}

abbr[data-original-title],abbr[title]
{
	text-decoration: none;
}

.idea-signin {
	margin-bottom: 16px !important;
}

.pagination>.active>a, 
.pagination>.active>a:focus, 
.pagination>.active>a:hover, 
.pagination>.active>span, 
.pagination>.active>span:focus, 
.pagination>.active>span:hover {
    color: #1a1a1a;
    background-color: transparent;
    border-color: transparent;
}
.pagination>li>a, 
.pagination>li>span {
    border: transparent;
}
.footer {
    background-color:#1a1a1a;
    color:#fff;
}
.footer #bottomblocks {
     margin-top: 40px; 
     margin-bottom: 250px;
}
.footer #bottomblocks div {
    margin-top:20px;
}
.footer a {
    color:#fff;
}
.footer h3 {
    font-weight:300;
    font-size:1.57em;
}
.footer #links {
    background-color:#000;
    padding:4px 0;
    color:#9a9a9a;
    font-size:14px;
}
.footer #links a, .footer .social-icons a {
    color:#9a9a9a;
}
.footer .social-icons {
    padding: 30px; 
    margin-left:auto;
    margin-right:auto;
}
.footer .social-icons img {
    padding: 0 7px;
}
.footer .social-icons:first-child div {
    text-align:right;
}
.footer .social-icons:last-child div {
    text-align:left;
    padding-top:4px;
}
a {
    color:#0EBCF8;
}
a:hover {
    color:#31AAD7;
}
.btn-primary a {
    color:#fff;
}
.btn-primary a:hover {
    text-decoration:none;
}
a#categorylink {
    color:#333;
}
.navbar-left h3 a, .masthead h3 a {
    color:#fff;
}
.navbar-left h3 a:hover, .masthead h3 a:hover {
    text-decoration:none;
}
.footer #bottomblocks a:hover {
    color:#fff;
    text-decoration:none;
}
.header-navbar {
        z-index:1000;
    }
ul.ideas h3
{
	font-size:1.5em;
}
@media (max-width: 991px) { /* trigger collapsed menu early to allow for additional nav items */

    .header-navbar .username {
        display: inline-block;
        text-transform: uppercase;
    }

    .navbar-header {
        margin-left: 0;
        margin-right: 0;
        float: none;
    }

    .navbar-toggle {
        display: block;
    }

    .navbar-collapse.collapse {
        display: none !important;
    }

    .navbar-nav {
        float: none !important;
        margin: 7.5px -15px;
        font-size:14px;
    }

    .navbar-default .navbar-collapse {
        border-top: 1px solid #e7e7e7;
    }

    .navbar-collapse {
        margin-top: 10px;
        padding-left: 0;
    }
    .navbar-collapse .navbar-left {
        text-transform:uppercase;
    }
    .navbar-nav > li {
        float: none;
    }
    .navbar-nav > li:first-child {
        margin-bottom:5px;
    }
    .navbar-nav > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .collapse.in {
        display: block !important;
    }

    .navbar-header {
        margin-left: 0;
        padding-bottom: 20px;
    }

    .dropdown-menu {
        position: relative;
        background-color: transparent;
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
        border: 1px solid transparent;
        border-radius: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .dropdown-menu .divider {
        display: none;
    }

    .dropdown-menu > li:hover, .dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
        color: #fff;
        background-color: transparent;
        text-decoration: none;
    }
    .dropdown-menu > li > a:hover {
        color:#337ab7;
    }
   
    .navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
        color: #fff;
        background-color: transparent;
    }
    .navbar-nav .open .dropdown-menu>li>a {
        color: #fff;
        text-transform:uppercase;
         line-height: 20px;
         padding: 10px 15px 10px 25px;
    }
    .primary-nav {
        clear:both;
    }
    .primary-nav ul {
        position: relative;
        top:0;
        width:90%;
        margin-left:-15px;
    }
    .primary-nav {
        margin:0 0 0 -10px;
    }
    .primary-nav .nav > li, .primary-nav .nav > li {
        padding-bottom:5px;
    }
    .primary-nav .nav > li > a, .primary-nav .nav > li > a {
       border-right:transparent;
    }
    .navbar-fixed-top {
        position:fixed;
    }
    .primary-nav .nav > li > a, .primary-nav .nav > li > a {
        padding:10px;
        font-size:14px;
        border-right:transparent;
    }
    .primary-nav .nav > li:last-child > a {
        padding:10px 15px 0 10px;
    }
    .navbar-default {
        background-color:#232122;
    }
    div.hero-forum[style="background-image:url('~/social-engagement.jpg')"] { 
        background-position: center center;
    }
}
@media (max-width:768px) {
    .votes-tracking>div {
        max-width:165px;
    }
}
@media (max-width:767px) {
    .container>.navbar-header {
        margin-left:-15px;
        margin-right:-15px;
    }
    .navbar-default {
        background-color: #232122;
    }
    
    .navbar-default .navbar-collapse {
        border-top: 1px solid #e7e7e7;
        margin-left:-15px;
    }  
    .navbar-left {
        margin-left:15px;
    }
    .navbar-nav {
        float: none!important;
        margin: 7.5px 0;
    }
    .primary-nav {
        margin:0 0 0 5px;
    }
    .hero-ideas:first-of-type + div h1, 
    .hero-forum:first-of-type + div h1 {
        font-size:.7em;
    }
    .hero-ideas, 
    .hero-forum {
        background-position: -300px -80px;
    }
    div.hero-forum[style="background-image:url('~/social-engagement.jpg')"] { 
        background-position: center -80px;
    } 
    .hero-forum:first-of-type + div {
        height:250px;
    }

    .hero-ideas:first-of-type + div {
        height:280px;
    }
    .hero-ideas:first-of-type + div p {
        font-size:.8em;
    }
    .navbar-collapse .navbar-left {
        padding-bottom:0;
        text-transform:uppercase;
        margin-left:0;
    }
    .navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
        color: #fff;
        background-color: transparent;
    }
    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        color: #fff;
    }
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
        color: #337ab7;
    }
    .navbar-nav {
        margin: 7.5px 0;
    }
    
    .panel-body {
        padding: 15px 0;
    }
    .view-grid {
        -webkit-overflow-scrolling: touch;
    }
    .footer .social-icons:first-child div {
        text-align:center;
}
    .footer .social-icons:last-child div {
        text-align:center;
    }
}

@media (max-width:375px) {
    .hero-ideas:first-of-type + div {
        height:300px;
    }
    .hero-forum:first-of-type + div {
        height:240px;
    }
    .votes-tracking>div {
        max-width:160px;
    }
}

@media (min-width: 768px) {
    .container {
        width: 750px
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1170px
    }
}

.search-checkboxes label{
 font-weight: normal;
 margin-left: 5px;
}