*{
	padding: 0;
	margin: 0;
    /*height: 100%;*/
    /*width: 100%;*/
}
.wrapper{
	background-color: #eaeaea;
}
.fixedwidth{
	padding: 0;
	margin: 0;
}
.fixedtop{
    margin-top: 0;
}
.icolist ol{
    padding-left: 0;
}
.icolist li{
    list-style-type: none;
    /*padding-left: 1.3em*/
}
.icolist li:before{
    content: "\f013";
    font-family: "FontAwesome";
    /*display: b;*/
    width: 10px;
    height: 10px;
    margin-right: 5px;
} 
.well{
	box-shadow: 0 1px 1px rgba(0,0,0,0.1);
}

.bg-bar-primary {
    padding: 2px;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #337ab7;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease;
}

.bg-bar-danger {
    padding: 2px;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #dd4b39;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease;
}

.header {
	background-image: url("../images/bground-c.png");

  /*background-color: #f1f1f1;*/
  padding: 10px 0 0 0;

  text-align: center;
  color: white;
}
#header_top{
	/*padding-bottom: 5px;*/
}
.navbar{
	z-index:1;
	/*position: fixed;*/
	/*background-color: #012947;*/
	border-radius: 0;
	margin-bottom: 0; 
	background: rgba(1,41,71,0.5);
	    border-bottom: 1px solid #012947;
}
.sticky {
	background-color: #012947;
  position: fixed;
  top: 0;
  width: 100%;
}

.sticky + .content {
  padding-top: 60px;
}
#myCarousel{
	/*z-index: 12;*/
	/*position: fixed;*/
	top: 0;
	width: 100%;
	height: auto;
}

.info-box {
    display: block;
    min-height: 90px;
    background: #fff;
    width: 100%;
    box-shadow: 0 1px 1px rgba(0,0,0,0.1);
    border-radius: 2px;
    margin-bottom: 15px;
}
.bg-aqua, .callout.callout-info, .alert-info, .label-info, .modal-info .modal-body {
    background-color: #00c0ef !important;
}
.info-box-content {
    padding: 5px 10px;
    margin-left: 90px;
}
.main-menu .nav li a {
    color: #ffffff;
    font-weight: 500;

}
.main-menu .nav li a:hover, .main-menu .nav li.active a {
    /*color: #c1272d;*/
    background: #012947;
}

.navbar-toggle .icon-bar {
    background: #fff;
}
#sec_cfp{
	/*padding-top: 5px;*/
	background-image: url("../images/bground-c.png");

}
#cfp_top {
	color: white;
	padding: 10px;
	vertical-align: middle;
  /*  z-index: 2;
    position: fixed;*/
}

.card-body {
     -webkit-box-flex: 1; 
    -ms-flex: 1 1 auto;
     flex: 1 1 auto; 
    padding: 1.25rem;
}

#cfp_btn{
	vertical-align: middle
	height: 100%; 
}

div#container
{
    /*height: 200px; */
    /*border: solid 2px green; */
    text-align:center;
    /*line-height:200px;*/
}
.maincontent {
    /*min-height: 250px;*/
    padding: 15px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}
input#verticalButton
{
     vertical-align: middle
}
ol{
	padding-left: 20px;
}
ol.v {list-style-type: none;}
ol.w {list-style-type: inherit;}
ol.d {list-style-type: disc;}

#sec_about{
	border-bottom: 1px solid #e3e3e3;
}
#sec_about .content{
	background-color: white;
	padding: 20px;
}

#sec_about span{
	font-size: large;
    font-weight: bold;
}
#sec_keynote{
	background-color: #ddd;
}
#sec_keynote .content{
     /*background-color: #ddd;*/
}
.row{
	margin: 0 20px;
}
.img-circle {
    border: 5px solid #ddd;
}
.kenote{
	margin-top: 10px;
}
#sec_agenda{
     background-color: #ddd;
}
/*#sec_agenda .row{
	margin: 20px;
}*/

#sec_team{
	background-color: white;
}
/*#sec_team .row{
	margin: 20px;
}*/
#sec_idates{
	background-color: #ddd;
}
/*#sec_idates .row{
	margin: 20px;
}*/
#sec_bil{
	background-color: white;
}
/*#sec_bil .row{
	margin: 20px;
}*/
#sec_cven{
	background-color: #ddd;
}
/*#sec_cven .row{
	margin: 20px;
}*/
.footer{
	background-color: #012947;
}
.copytext{
	margin: 20px;
	color: white;
}

#sec_org{
    background-color: white;
    border-top: 1px solid #e3e3e3;
}
#sec_org .content {
    background-color: white;
    padding: 20px;
}

.btn-app {
    border-radius: 3px;
    position: relative;
    padding: 15px 5px;
    margin: 0 0 10px 10px;
    min-width: 80px;
    height: 60px;
    text-align: center;
    color: #666;
    border: 2px solid #ddd;
    background-color: #f4f4f4;
    font-size: 12px;
}

.gbtn {
    float: left;
    width: 20%;
    height: 60%;
    margin: 0;
    padding: 0;
    border: none;
    }

.bg-red{
    background-color: #dd4b39 !important;
}
.bg-yellow {
  background-color: #f39c12 !important;
}
.bg-blue {
  background-color: #0073b7 !important;
}
.bg-gray {
  color: #000;
  background-color: #d2d6de !important;
}
.bg-gray-light {
  background-color: #f7f7f7;
}
.bg-black {
  background-color: #111111 !important;
}
.bg-navy {
  background-color: #001f3f !important;
}
.bg-teal {
  background-color: #39cccc !important;
}
.bg-olive {
  background-color: #3d9970 !important;
}
.bg-lime {
  background-color: #01ff70 !important;
}
.bg-orange {
  background-color: #ff851b !important;
}
.bg-fuchsia {
  background-color: #f012be !important;
}
.bg-purple {
  background-color: #605ca8 !important;
}
.bg-maroon {
  background-color: #d81b60 !important;
}
/*.bg-orange{
    background-color: #e97118 !important;
}*/
.bg-bluesky{
    background-color:#03aeef !important;
    
}
.bg-bppt{
    background-color:#00315a !important;
    
}
.bg-green{
    background-color: #00a65a !important;
}

.wellwhite{
    min-height: 20px;
    padding: 19px;
    margin-bottom: 0px;
    background-color: white;
    border: 1px solid white;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    /*box-shadow: 0 1px 1px rgba(0,0,0,0.1);*/
}
.fontinherit{
    font-size: inherit;
    font-weight: inherit;
}
.disi{
  margin-top: 5px;
}
.disi h3{
  margin: 0px;
  } 
