body {
    padding-top: 40px;
    background: url("/images/grey.png") repeat fixed 0 0 transparent !important;
}
.navbar-inner {
    min-height: 24px;
}
.navbar .brand {
    font-size: 14px;
    font-weight: bold;
    padding: 5px 20px;
}

.navbar .nav > li > a {
    line-height: 14px;
    padding: 8px 20px;
}

.navbar .brand img{
    height: 20px;
}
.conference-logo {
    margin-bottom:20px;
}

.hero-unit {
    padding: 30px;
    margin-bottom: 20px;
}

.hero-unit-group .hero-unit {
    height:150px;
}

.hero-unit p.details {
  font-size: 12px;
  font-weight: 200;
  line-height: 27px;
  color: inherit;
  margin-top: 34px;
}

.conference-description {
    font-size: 20px;
    margin-top: 27px;
}

.social_buttons {
    margin-top: 8px;
}

.image-ical {
    margin-left: 3px;
    margin-right: 5px;
}

.color-description-list li{
    display: inline;
    float: left;
    margin-right:30px;
}

.colorbox {
    /*width: 600px;
    height: 600px;
    max-width: 600px;*/
    padding: 20px;
}

a.normal-text, a.normal-text:hover {
    color: inherit;
    text-decoration: none;
}

.sameWidth.twoColumn {
    width: 404px;
}
.sameWidth.threeColumn {
    width: 262px;
}
.sameWidth.fourColumn {
    width: 191px;
}
.sameWidth.fiveColumn {
    width: 148.4px;
}
.legend .span1 {
    margin-left: 0;
    margin-right: 5px;
}
.legend {
    margin-bottom:5px;
}
.legend-text {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 230px;
}
.legend-text:hover {
    overflow: inherit;
    text-overflow: inherit;
    white-space: inherit;
}
.hover-container {
    cursor:pointer;
}
.card {
    background-color: #fff;
    border: medium none;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
    margin-bottom: 20px;
    min-width: 1px;
    overflow: hidden;
    padding: 20px;
}

.card h1 {
    margin-bottom: 0;
    font-size: 60px;
    line-height: 1;
    letter-spacing: -1px;
    color: inherit;
}

.blank-box-right {
    margin-right: 25px;
}
.validSign {
    display: none;
}
.sup-small {
    color: #FF9900;
    font-size: 13px;
    font-weight: normal;
}

.table .first {
    width: 65px;
}

.demo-description {
    font-weight: bold;
    font-size: 14px;
    text-align: center;
}

.widget-footer {
    color: #bbb;
}

.widget-footer a{
    color: #73AFCE;
}

/*
.container-fluid {
    padding-right: inherit;
    padding-left: inherit;
}*/

.switch-calendar-buttons, .view-extra-buttons {
    line-height: 36px;
}


.navbar .nav > li > a.alert-text-center {
    background-color: #E4E6E9;
    cursor: default;
    color: #707070;
    margin-right: 7em;
}

.remove-bold {
    font-weight: normal;
}

/*<==Color of Icon==>*/
i.icon-subscribed {
     color: #1B7001;
}

i.icon-unsubscribed:hover {
     color:#151515;
}

i.icon-unsubscribed {
     color: #848484;
}
i.icon-gray {
    color: green;
}
.text-style {
    font-weight:normal;
}
/*<==/Color of Icon==>*/

/**
 * Social Buttons Css
 */

.btn-facebook {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #2b4b90;
  *background-color: #133783;
  background-image: -moz-linear-gradient(top, #3b5998, #133783);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#3b5998), to(#133783));
  background-image: -webkit-linear-gradient(top, #3b5998, #133783);
  background-image: -o-linear-gradient(top, #3b5998, #133783);
  background-image: linear-gradient(to bottom, #3b5998, #133783);
  background-repeat: repeat-x;
  border-color: #133783 #133783 #091b40;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3b5998', endColorstr='#ff133783', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-facebook:hover,
.btn-facebook:focus,
.btn-facebook:active,
.btn-facebook.active,
.btn-facebook.disabled,
.btn-facebook[disabled] {
  color: #ffffff;
  background-color: #133783;
  *background-color: #102e6d;
}

.btn-facebook:active,
.btn-facebook.active {
  background-color: #0d2456 \9;
}

.btn-twitter {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #1c95d0;
  *background-color: #0271bf;
  background-image: -moz-linear-gradient(top, #2daddc, #0271bf);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#2daddc), to(#0271bf));
  background-image: -webkit-linear-gradient(top, #2daddc, #0271bf);
  background-image: -o-linear-gradient(top, #2daddc, #0271bf);
  background-image: linear-gradient(to bottom, #2daddc, #0271bf);
  background-repeat: repeat-x;
  border-color: #0271bf #0271bf #014473;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff2daddc', endColorstr='#ff0271bf', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-twitter:hover,
.btn-twitter:focus,
.btn-twitter:active,
.btn-twitter.active,
.btn-twitter.disabled,
.btn-twitter[disabled] {
  color: #ffffff;
  background-color: #0271bf;
  *background-color: #0262a6;
}

.btn-twitter:active,
.btn-twitter.active {
  background-color: #01538d \9;
}

.btn-linkedin {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #60a9ce;
  *background-color: #4393bb;
  background-image: -moz-linear-gradient(top, #73b8db, #4393bb);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#73b8db), to(#4393bb));
  background-image: -webkit-linear-gradient(top, #73b8db, #4393bb);
  background-image: -o-linear-gradient(top, #73b8db, #4393bb);
  background-image: linear-gradient(to bottom, #73b8db, #4393bb);
  background-repeat: repeat-x;
  border-color: #4393bb #4393bb #2f6783;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff73b8db', endColorstr='#ff4393bb', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-linkedin:hover,
.btn-linkedin:focus,
.btn-linkedin:active,
.btn-linkedin.active,
.btn-linkedin.disabled,
.btn-linkedin[disabled] {
  color: #ffffff;
  background-color: #4393bb;
  *background-color: #3c84a8;
}

.btn-linkedin:active,
.btn-linkedin.active {
  background-color: #367595 \9;
}

.btn-google-plus {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #d34332;
  *background-color: #c53727;
  background-image: -moz-linear-gradient(top, #dd4b39, #c53727);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#dd4b39), to(#c53727));
  background-image: -webkit-linear-gradient(top, #dd4b39, #c53727);
  background-image: -o-linear-gradient(top, #dd4b39, #c53727);
  background-image: linear-gradient(to bottom, #dd4b39, #c53727);
  background-repeat: repeat-x;
  border-color: #c53727 #c53727 #85251a;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdd4b39', endColorstr='#ffc53727', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-google-plus:hover,
.btn-google-plus:focus,
.btn-google-plus:active,
.btn-google-plus.active,
.btn-google-plus.disabled,
.btn-google-plus[disabled] {
  color: #ffffff;
  background-color: #c53727;
  *background-color: #b03123;
}

.btn-google-plus:active,
.btn-google-plus.active {
  background-color: #9a2b1f \9;
}

.navbar .btn {
    width: 100%;
    padding: 10px;
    margin: 10px 0px 5px 0px;
    font-size: 17px;
}

.pull-right .dropdown-menu {
    padding: 13px;
}

.icon-twitter,
.icon-facebook,
.icon-google-plus,
.icon-linkedin {
    margin-top: 3px;
}

/**<== /Social Buttons Css ==>**/

/**Custom CSS for for social buttons**/
.popup-icons {
   margin-left: 3pc;
}

button.btn {
    text-align: left;
}

p.header, li.header {
    text-align: center;
    font-weight: normal;
    font-size: 16px;
    color: #999;
}

hr.horizontal-seperator {
    padding: 0px;
    margin: 0px;
    margin-top: 5px;
}

.button-div button.btn {
    width: 100%;
    padding: 10px;
    margin: 10px 0px 5px 0px;
    font-size: 17px;
}

/**<==/Custom CSS for for social buttons==>**/

/**<==Custom CSS for for ColorBox Social popup==>**/
.no-border {
  border: none !important;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0,0,0,0.2);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
  -moz-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
  box-shadow: 0 5px 10px rgba(0,0,0,0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}

.no-close {
  display: none !important;
}

#subscribeTalk.list {
  vertical-align:middle;
}

#subscribeTalk.listsimple {
  vertical-align:middle;
  margin-left: 5px;
  opacity: 0.6;
}

#subscribeTalk.listsimple:hover {
  opacity: 1;
}

#subscribeTalk.talkslist {
  vertical-align:middle;
  margin-left: 12px;
  font-size: 16px;
}

#subscribeTalk.listPopover {

}

/**<==/Custom CSS for for ColorBox Normal Login==>**/
.div-left-border {
  border-left: 1px solid #ccc;
  height:240px;
}
.div-login-input {
  margin-top: 0px;
  padding-left:10px;
  padding-top: 5px;
}
.div-top-border {
  border-top: 1px solid #ccc;
  margin-top: 5px;
  padding-top: 5px;
}
.div-display-none {
  display: none;
}
.div-height-dropdown {
  height:260px;
}
.div-actions-width {
  width:100%;
  border: none;
  background: none;
  padding-top:0px;
  margin-top:0px;
}
.div-link {
  float: right;
  padding-left: 0px;
  margin-left:0px;
}
.div-link a {
  /*margin-left: 0px;*/
  /*padding-top: 8px;*/
  padding: 0px 0px;
  font-weight: bold;
  font-size: 12px;
  text-decoration: underline;
}
.div-link-cb {
  float: right;
  margin-top:10px;
  padding-right:120px;
}
.div-link-cb a {
  font-weight: bold;
  font-size: 12px;
  text-decoration: underline;
  color: #333;
}
.error-msg {
  display:none;
  margin:0px;
  padding:0px;
}
.error-flash-style {
  display: none;
  color: red;
  width: 100%;
  padding:3px;
}
.div-btn-container {
  width: 210px;
  float: left;
}
.div-form-container {
  width:330px;
  float:right;
}
.btn-width-dd {
  width:90px;
}
.btn-width-cb {
  width:100px;
}
/**<==/End of colorbox-normal login section /==> **/

/*css for grid view navigation*/
.grid-nav{
    float: right;
    margin-top: 5px;
    display: inline-block;
}

.grid-nav div{
    display: inline-block;
    cursor: pointer;
}

#calendar-container h2{
    display: inline-block;
}

@media (min-width:950px){
    .grid-nav .next{
        margin-right: 9px;
    }
}

@media (max-width:950px){
    .view-extra-buttons{
        float: none;
    }
}
/*navigation css ends*/

/**<== START PROFILE PAGE CSS ==> **/
.hero-unit img{
    border-radius: 3px;
  box-shadow: 1px 1px 4px rgba(0,0,0,0.3);
}
.hero-unit .my-info,
.hero-unit .my-social-buttons{
  clear: both;
}

.my-social-page{
  margin-right: 3px;
  width: 32px;
  height: 26px;
  transition:width 0.4s;
 -webkit-transition:width 0.4s;
 -moz-transition:width 0.4s;
}

.my-social-page .icon-facebook{
  margin-left: 3px ;
}

.my-social-page:hover{
  width: 95px;
  transition:width 0.4s;
 -webkit-transition:width 0.4s;
 -moz-transition:width 0.4s;

}
.hero-unit .my-info{
  height: 100px;
  clear: both;
}

.hero-unit .my-info img{
  float: left;
  width: 100px;
  margin-right: 15px;
}

.hero-unit .my-info blockquote{
  text-transform: capitalize;
  padding-top: 25px;

}

.my-social-buttons{
margin-top:10px;
}

.my-profile-pic img{
  box-shadow: 1px 1px 5px rgba(0,0,0,0.5);
}

.my-profile-pic,.my-profile-pic img{
  border-radius:5px;
  max-width: 260px;
}

.account-connected{
  margin-left: -14px;
  position: relative;
  top: -10px;

}

.account-connected img{
  width: 16px;
  box-shadow: none;
}

/**<== END PROFILE PAGE CSS ==> **/

/**<== z-index for tootip for conference page ==> **/

.tooltip-zindex {
    z-index:10000;
}

/**<== Sponsor design conference main ==> **/
.sponsor-box {
  vertical-align: middle;
  text-align: center;
  margin-bottom: 5px;
  margin-left: 5px;
  border: 1px solid #ddd;
  box-shadow: 0 1px 1px rgba(0,0,0,0.075);
  border-radius: 4px;
  display:  inline-block;
}

.sponsor-box img {
    display: inline-block;
}
.sponsor-type {
    padding: 7px;
    background-color: #FFF;
    color: #222;
    font-style: italic;
    font-size: 20px !important;
    font-weight: normal;
}
.sponsor-container{
  margin: 0 auto;
  text-align: center;
}

.sponsor-main {
  width: 100%
}
