body{
	margin-top: 70px;
}

.well{
	background-color: transparent;
	border: none;
	-webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.05);
  	box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.05);
}

textarea {
    resize: none;
}

a {
    color: #0080C7;
}

.table-borderless tbody tr td, .table-borderless tbody tr th,
	.table-borderless thead tr th {
	border: none;
	vertical-align: middle;
}

.glowing-border:focus { 
    outline: none;
    border-color: #ED1352;
    box-shadow: 0 0 10px #9ecaed;
}

.wrapword{
	white-space: -moz-pre-wrap !important;  /* Mozilla, since 1999 */
	white-space: -webkit-pre-wrap; /*Chrome & Safari */ 
	white-space: -pre-wrap;      /* Opera 4-6 */
	white-space: -o-pre-wrap;    /* Opera 7 */
	white-space: pre-wrap;       /* css-3 */
	word-wrap: break-word;       /* Internet Explorer 5.5+ */
	word-break: break-all;
	white-space: normal;
}
.nav-tabs {
  border-bottom: 1px solid #ED1352;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ED1352;
  border-bottom-color: transparent;
}
.btn-transarant{
	background:none;
    border:none;
    box-shadow:none;
    color : green;
}

