/*************************************************PRAVASI MODAL WIDTH ***************************************/
@media (min-width: 992px) {
}

.modal-dialog {
    margin: 20px auto;
	background-color:#d9edf7;
}
.modal-header {
 background-color: #008cba !important;
  border-color: #bce8f1;
	color:#FFFFFF;
}
.modal-title {
	font-weight:500;
	color:#FFFFFF;
}
.modal-header .close {
    margin-top: -2px;	
}
.pravasi-si h3 {
	font-size:14px;
	padding-top:10px;
}
.pravasi-si .glyphicon {
	font-size:8px;
}
.pravasi-si a {

}
/********************************************************************************************************/
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}

.list-unstyled li i{
	padding-right:5px;
}
table b, table strong {
	font-weight:500;
}
.newswell {
  min-height: 20px;
  padding: 1px;
  margin-bottom: 20px;
  background-color: #fafafa;
  border: 1px solid #e8e8e8;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
/*******************************/
table {
    font-size: inherit !important;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td{
	line-height:1.7;
}