/* here you can put your own css to customize and override the theme */

/***
Rounded Portlets
***/
/*
.portlet {
	border-radius: 4px !important;
}

.portlet .portlet-title {
	border-radius: 4px 4px 0px 0px !important;
}

.portlet .portlet-body,
.portlet .portlet-body .form-actions  {
	border-radius: 0px 0px 4px 4px !important;
}
*/

/*background-color: whiteSmoke;*/

.mt-0{
	margin-top: 0px !important;
	color: #428BCA !important;
	font-size: 16px !important;
}

.input-group-addon, .input-group-btn {
     	vertical-align: top !important;
}

.avatar, .media-object{
	width: 30px !important;
	height: 30px !important;
}

.full-width{
	width: 100%;
}

.link-blue-text {
  font-size: 13px;
  font-weight: bold;
  color: #0D75AF;
}

.link-name {
  cursor: pointer;
  font-size: 17px !important;
  font-weight: normal !important;
}

.pading-5{
	padding: 4px !important;
}

.nowrap-alert {
	white-space: nowrap !important;
	text-overflow: ellipsis !important;
	overflow: hidden !important;
}

.unread-alert{
	background-color: #F1F1F1 !important;
}

.feeds li .col2 > .date{
	padding: 4px 0px 0px 0px !important;	
}

.feeds li .col1{
	width: 98%;
}

.br-current-rating{
	color: #777;
	font-size: 15px;
}

.chat-badge{
	top: 6px !important;
	right: 3px !important;
}

.chat-icon{
	color: #68C968 !important;
	font-size: 25px !important;
}

.page-quick-sidebar-open .page-header .top-menu .dropdown-quick-sidebar-toggler > .dropdown-toggle i::before{
	content: "\e04a";
}

.page-header.navbar .top-menu .navbar-nav > li.dropdown-user .dropdown-toggle{
 	padding: 9px 6px 8px 14px;
}

.blockOverlay{
	opacity: 0.25 !important;
	background: white !important;
	background-color: #333 !important;
}

.login .content {
	width: 460px;
}

.login .content-registration {
	width: 700px;
}

.modal-dialog {
        width: 498px;
        margin: 0px
}

.table-bordered > tbody > tr > td{
	border-bottom-color: white;
	border-left-color: white;
	border-right-color: white;
}

.table-scrollable {
	border-bottom-color: white;
	border-left-color: white;
	border-right-color: white;
}

.table tbody tr td {
font-size: 15px;
/*font-weight: 600;*/
}

.toast{
	margin-top: 33px !important;
}

.custom-blue-text
{
	font-size: 13px;
	font-weight: bold;
	color: #4b8df8;
}

.table-scrollable > .table-bordered > thead > tr > th:first-child
{
	border-left: 1px solid #DDD !important;
}

.table-scrollable > .table-bordered > thead > tr > th:last-child
{
	border-right: 1px solid #DDD !important;
}

.page-header.navbar .top-menu .navbar-nav > li.dropdown-user .dropdown-toggle {
	background-color: transparent;
}

.input-left-green{
	border-left: 2px solid #35AA47 !important;
}

.page-breadcrumb > li {
	margin-right: 5px;
}

.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default{
  background-color: #169EF4 !important;
  border-color: #5286A8 !important;
}

.gender{
	width: 80px;
}

.img-circle{
	width: 29px;
	height:29px;
}

.anone{
	color: #333 !important;
    text-decoration: none !important;
}