/*=========================================================================================

=======================================
Custom Stylesheet
===========================================================================================

=======================================*/
/*** General ***/

h1,
.h1,
h2,
.h2,
h3,
.h3 {
    margin-top: 0.8em;
    margin-bottom: 0.2em;
}
h1 {
    font-size: 26px;
    margin-top: 10px;
    margin-bottom: 0.5em;
}
h2 {
    font-size: 18px;
}
h3 {
    font-size: 22px;
}
br {
    line-height: 0.5em;
}
a:visited,
a:link {
    color: #474747;
}
a:hover,
a:focus {
    color: #A80000;
    text-decoration: none;
}
hr {
    margin: 10px 0;
    border-top: 1px solid #E0E0E0;
}
ul {
    padding-left: 16px;
    line-height: 1.7em;
}
ol {
    padding-left: 22px;
}
label,
.label {
    color: #807D7D;
    font-size: 14px;
    font-weight: normal;
    vertical-align: middle;
}
.sm-label {
    font-size: 12px;
}
.table {
    word-break: break-word;
}
table tr th {
    background-color: #f5f5f5;
}
/*** Header ***/

.header {
    padding: 17px 0 0;
}


/*** Navigation ***/
/* navbar */

.navbar {
    min-height: 0;
}
.navbar-nav>li {
    background: url('../img/nav-divider-lines.png') no-repeat;
}
.navbar-nav>li:first-child {
    background: none;
}
.navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
}
.navbar-default {
    background-color: #E01F1F;
    border-color: #A80000;
    border-radius: 0;
}
/* title */

.navbar-default .navbar-brand {
    color: #fff;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
    color: #f0f0f0;
}
/* link */

.dropdown-menu>li>a,
.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
    color: #fff;
}
.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
    background-color: #B32F2F;
}
.navbar-default .navbar-nav > li > a {
    color: #fff;
    letter-spacing: 1px;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    color: #f0f0f0;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #B32F2F;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
    color: #fff;
    background-color: #B32F2F;
}
/* caret */

.navbar-default .navbar-nav > .dropdown > a .caret {
    border-top-color: #777;
    border-bottom-color: #777;
}
.navbar-default .navbar-nav > .dropdown > a:hover .caret,
.navbar-default .navbar-nav > .dropdown > a:focus .caret {
    border-top-color: #333;
    border-bottom-color: #333;
}
.navbar-default .navbar-nav > .open > a .caret,
.navbar-default .navbar-nav > .open > a:hover .caret,
.navbar-default .navbar-nav > .open > a:focus .caret {
    border-top-color: #555;
    border-bottom-color: #555;
}
/* mobile version */

.navbar-default .navbar-toggle {
    border-color: #DDD;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #B32F2F;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #CCC;
}
@media (max-width: 767px) {
    .nbc-wcb-grp {
        margin-bottom: 20px;
    }
    .nbc-logo  {
        float: right;
        margin-top: 10px;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #fff;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #fff;
    }
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    background-color: #B32F2F;
}
/* Drop down on hover */

ul.nav li.dropdown:hover > ul.dropdown-menu {
    display: block;
    background-color: #E01F1F;
    color: #fff;
}
/*** Content ***/
/*  .content br {
   display: none;
} */
/*** Forms and buttons ***/

.form-control {
    border-radius: 0;
    height: 32px;
}
.btn {
    border-radius: 0;
    border: 0;
    color: #fff;
    background-color: #404040;
}
.btn:hover {
    color: #fff;
    background-color: #525252;
}
#signinForm {
    line-height: 30px;
}
/*** Widgets ***/
/* User Login */

#sidebarUser button {
    padding: 6px 16px;
}
#sidebarUser ul {
    padding-left: 0;
    padding-top: 5px;
}
#sidebarUser ul li {
    list-style: none;
}
#sidebarNavigation button {
    padding: 6px 11px;
}
.block {
    border-bottom: 1px solid #d14350;
    margin-bottom: 15px;
}
.widget-box {
    border: 1px solid #C9C9C9;
    padding: 6px 15px;
    margin-top: 7px;
    background: #FBFBFB;
}
.widget-box ul {
    padding-left: 5px;
}
.widget-box ul li {
    background: url("http://216.12.194.36/~ijmein//images/theme/bullets.jpg") no-repeat scroll -1px 4px rgba(0, 0, 0, 0);
    line-height: 18px;
    list-style: none outside none;
    padding-left: 12px;
    padding-bottom: 6px;
}
.block#custom {
    border-bottom: 0;
}
/*** Breadcrumb ***/

.breadcrumb>.active>a {
    color: #DF5E5E;
}
/*** Footer ***/

.footer {
    background-color: #494949;
    padding: 12px 0 2px 0;
    color: #f7f7f7;
    font-size: 11px;
}
.footer a {
    color: #D6D6D6;
}
.footer a:hover {
    color: #fff;
}
/*** Components ***/

.alert {
    padding: 7px 16px;
}
.close {
    line-height: 26px;
}
.alert-dismissable .close {
    right: -4px;
}
/*** Image slider ***/

.slider-gallery {
    width: 700px;
    height: 601px;
    max-width: 100%;
    overflow: hidden;
    border: none;
    padding: 0;
    margin: 0 auto;
    display: block;
    float: left;
    margin-bottom: 50px;
}
/* Added 20160714 */

.nbc-logo {
    width: 96px;
    margin-left: 30px;
}

.wcb-nbc-logo-wrapper {
	font-weight: bold;
	text-align: right;
}

.wcb-nbc-logo-wrapper p {
    font-size: 12px;
    font-weight: bold;
}

.wcb-nbc-logo-wrapper h2 {
    font-size: 14px;
    font-weight: bold;
}

.navbar-default {
    background-color: #ab4574;
    border-color: transparent;
}
.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
    background-color: #a22f66;
}
.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
    background-color: #a22f66;
}
ul.nav li.dropdown:hover>ul.dropdown-menu {
    background-color: #ab4574;
}
.navbar-nav>li {
    background: none;
    border-left: 1px solid #a22f66;
}
.navbar-nav>li:first-child {
    border-left: 0;
}
.dropdown-menu {
    border-color: #a22f66;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #a22f66;
}
.pre-footer {
    background-color: #ab4574;
    padding: 20px 0;
    margin-top: 20px;
}
.pre-footer *,
.pre-footer a {
    color: white !important;
}
.pre-footer p {
    font-size: 12px;
}
.footer {
    background-color: #494949;
}
.social-media-icons {
    margin-top: -12px;
}
.widget-box {
    border: 0px;
    background-color: inherit;
    background: url('http://ijme.in/nbc-20140321/custom/img/accordion-plus-icon.png') no-repeat;
    background-position: 100% 8px;
    padding-right: 0;
    padding-left: 0;
}
.widget-box * {
    display: none;
}
.widget-box.open * {
    display: inline-block;
}
.widget-box.open {
    background: url('http://ijme.in/nbc-20140321/custom/img/accordion-minus-icon.png') no-repeat;
    background-position: 100% 8px;
}
.widget-title {
    display: block !important;
    cursor: pointer;
    border-bottom: 1px solid #c3c3c3;
    padding-bottom: 7px;
    padding-right: 25px;
    margin-top: 0;
}
#custom .widget-title {
    font-size: 15px;
    font-weight: 700;
}
#custom .bg_none {
    background: none;
}
.widget-title > a {
    display: block;
}
.clients-logo img {
    padding: 5px;
    height: 65px;
}
.conference-addresses {
    margin-bottom: 10px;
}
.conference-header {
    margin-bottom: 20px;
}
#sidebarNavigation .widget-title,
#sidebarUser .widget-title {
    border-bottom: 0;
}
.widget-box hr {
    display: none !important;
}
.navbar-nav>li>a {
    font-size: 13px;
    text-transform: uppercase;
}
.nav>li>a {
    padding: 10px 15px;
}
.dropdown-menu li {
    position: relative;
}
.dropdown-menu>li>a {
    font-size: 13px;
    padding: 7px 20px;
}
.dropdown-menu >li:hover > .dropdown-menu {
    display: block;
    left: 159px;
    top: 0;
    background-color: #ab4574;
}
#divHomePage {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.committee_border {
    border-right: 1px solid #ccc;
}
.mb-15 {
    margin-bottom: 15px;
}
.box_border_home {
    border: 1px solid #ccc;
    padding: 15px;
    margin-bottom: 10px;
    display: table-cell;
    height: 100%;
    float: left;
}
.box_border_home h2 {
    font-size: 20px;
    margin-top: 0;
    margin-bottom: 0.5em;
    font-weight: 600;
}
.box_border_home .sub_title {
    text-transform: uppercase;
    font-size: 16px;
    margin: 15px 0px;
    font-weight: bold;
}
.committee_box {
    margin: 10px 0px;
}
.border_bottom {
    border-top: 1px solid #ccc;
	display: inline-block;
    width: 100%;
    margin: 20px 0px 10px 0px;    
}
.committee_box img {
    border: 1px solid #636363;
    margin-bottom: 10px;
}
ul.pdf_share {
    position: absolute;
    right: 5%;
    top: 0;
    margin: 0;
    padding: 10px 0px;
}
.pdf_share > li {
    list-style: none;
    display: inline-block;
    margin: 0px 10px;
}
.pdf_icon {
    background: url(../img/download-pdf-icon.jpg) no-repeat 0px 0px;
    display: inline-block;
    width: 16px;
    height: 15px;
    margin: -1px 5px 0px 0px;
    vertical-align: middle;
}
.share_icon {
    background: url(../img/share-icon.png) no-repeat 0px 0px;
    display: inline-block;
    width: 16px;
    height: 15px;
    margin: -1px 5px 0px 0px;
    vertical-align: middle;
}

@media (max-width: 768px) {
    .social-media-icons {
        float: none !important;
        margin: 0 auto;
        display: block;
        width: 179px;
    }
    .box_border_home {
        display: block;
    }
    #divHomePage {
        display: block !important;
    }
}
@media (max-width: 640px) {
    .committee_border {
        border: none
    }
}

/* -- News Scroll -- /
.marquee-container {
    width: 100%;
    background: #eee;
    float: left;
    display: inline-block;
    overflow: hidden;
    box-sizing: border-box;
    height: 45px;
    position: relative;
    cursor: pointer;
	margin-bottom: 20px;
}

.marquee-sibling {
    padding: 0;
    background: #d14351;
    width: 20%;
    height: 45px;
    line-height: 42px;
    font-size: 14px;
    font-weight: bold;
    color: #ffffff;
    text-align: center;
    float: left;
    left: 0;
    z-index: 2000;
}

.marquee {
    display: inline-block;
    padding: 5px;
    margin: 0;
    height: 9px;
    position: relative;
    float: none;
    width: 80%;
}

.marquee ul {
    width: 100%;
    padding: 5px;
    margin: 0;
    height: 45px;
    position: relative;
}

.marquee li {
    display: inline-block;
}
.marquee li:after {
    content: " | ";
    margin: 0 10px;
}
.marquee li:last-child:after {
  content: "";
}
.marquee li a, .marquee li a:hover, .marquee li a:active {
    text-decoration: none;
	color: #000;
	font-weight: bold;
}*/
.ticker-container {
	width: 100%;
	background: #eee;
	float: left;
	display: inline-block;
	overflow: hidden;
	box-sizing: border-box;
	height: 40px;
	position: relative;
	margin-bottom: 20px;
	font-weight: bold;
}
.ticker-sibling {
	background: #d14351;
	color: #fff;
	padding: 10px;
	float: left;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
}

.ticker-text {
	white-space: nowrap;
	display: block;
	float: left;
	height: 40px;
	padding: 10px;
}

.ticker-text span > a, .ticker-text span > a:hover, .ticker-text span > a:active {
	color: #428bca;
	text-decoration: underline;
}

.ticker-text span:after {
	content: " | ";
	margin: 0 10px;
}
.ticker-text span:last-child:after {
  content: "";
}