body{
	/*background-color: red;*/
}

.panel-body .img-thumbnail{
	width: 100%;
    height: 169px;	
}

.navbar-fixed-top{
	border-bottom: 1px solid #eee;
	background-color: #fff;
}
.navbar-inverse{
	    /*height: 115px;*/
}

.navbar-nav{
	    padding: 17px 0px;
}
.navbar-brand{
    height: auto;
    padding-top: 6px;
    padding-bottom: 5px;
    padding-right: 0px;
}


.navbar-inverse .navbar-nav>li>a{
	color:#fff;
}

.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 50px; 
     border-bottom-right-radius: 50px; 
}
.btn-group-justified{
	text-align: center;
	width:50%;
	margin:0 auto;

}

button.close span{
    color:#0779d4;

}
button.close{
    position: absolute;
    right: 1px;
    top: -2px;
    opacity: 1;

}
.navbar-toggle .icon-bar{
	background: #000;
}

.navbar-nav a{
	color: #0a73c7;
    font-weight: bold;
    font-family: inherit;
}


.page-header{margin-top:0px;}
.panel-heading div{display: none;}

/*.text-size .list-inline li h5{
	color:red;
}*/

.list-inline li h5{    margin: 5px 0px; font-size:12px;}
.panel .panel-body:nth-child(2){
	    padding-bottom: 0px;
}
.panel .panel-body:nth-child(3){
	/*background-color: red;*/
}

a.btn-success{
border-radius: 50px;
}
a.btn-warning{
border-radius: 50px;
display: none !important;
}

.panel-heading a{
  color: #000;
  cursor:default;
  text-decoration: none;
  font-size:17px;
}

a.btn-warning{
	background: #3CB0F5;
	border:1px solid #3CB0F5;
}

a.btn-warning:hover{
	background: #3CB0F5;
	border:1px solid #3CB0F5;
}
.list-inline li h5:before{
	content: "\2713";
	    color: #1ecf25;
	    font-weight: bold;
}

.panel{
	    border-color: #bce8f1;
        box-shadow:1px 1px 13px #8a8a8a;
}

ul{margin-bottom:0px;}

.panel-body{
	    padding: 7px 10px;
}
/*.navbar-brand img{
	width:145px;
}*/

@media (max-width:990px){

	.panel-body .img-thumbnail{
		height:auto;
	}
	.list-inline li h5{
		text-align: center;
		font-size:15px;
	}

            .navbar-inverse{
                height:auto;
            }

.navbar-toggle{
	padding-top:21px;
}

}