@charset "UTF-8";
/* CSS Document */

/* Profile sidebar */
.profile-sidebar{
	min-width:100%;
	margin-top:20px;
}
.profile-userpic img {
  float: none;
  margin: 0 auto;
  width: 50%;
  height: 50%;
  -webkit-border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  border-radius: 50% !important;
}

.profile-usertitle {
  margin-top: 5px;
	float:left;margin-left:10px;
}

.profile-usertitle-name {
  color: #5a7391;
  font-size: 16px;
  font-weight: 600;
}

.profile-usertitle-job {
  text-transform: uppercase;
  color: #5b9bd1;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 15px;
}

.profile-userbuttons {
  text-align: center;
  margin-top: 10px;
}

.profile-userbuttons .btn {
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 600;
  padding: 6px 15px;
  margin-right: 5px;
}

.profile-userbuttons .btn:last-child {
  margin-right: 0px;
}
.sidenavmenu{
	list-style: none;
	width:100%;
	margin:0px;padding:0px;
}
.sidenavmenu li{
	margin:0px;padding:15px 10px;
}
.profile-usermenu {
  margin-top: 30px;
	display:block;
}

.profile-usermenu ul a li {
  border-bottom: 1px solid #f0f4f7 !important;
}

.profile-usermenu ul li:last-child {
  border-bottom: none;
}

.profile-usermenu ul li a {
  color: #93a3b5;
  font-size: 14px;
  font-weight: 400;
}

.sidenavmenu .active{
	background-color: #f6f9fb;
    border-left: 3px solid #5b9bd1;
}

.profile-usermenu ul a li i {
  margin-right: 8px;
  font-size: 14px;
}

.profile-usermenu ul a:hover {
  background-color: #fafcfd;
  color: #5b9bd1;
  text-decoration: none;
}

.profile-usermenu ul li.active {
  border-bottom: none;
}

.profile-usermenu ul a li.active {
  color: #5b9bd1;
}
.profile-usermenu ul a li {
  color: #5b9bd1;
}
.modal{
	z-index: 99999999;
	margin-top:100px;
}
.modal-backdrop{
	z-index: 99999998;
}
.sidenav{
	
}

/* side menu */
#policySide{
	width:241px;
	position: absolute;
	z-index: 999;
	background: white;
}
.myPolicyData{
	position: relative;
}

.mpmain{
	min-height: 450px;
}
@media (max-width: 991px){
.mpsidebar{
	left: -300px;
    width: 300px;
    position: absolute;
    z-index: 999;
    background: white;
    border-right: 1px solid gray;
    border-bottom: 1px solid gray;
	-webkit-transition: all 150ms ease;
    -moz-transition: all 150ms ease;
    -ms-transition: all 150ms ease;
    -o-transition: all 150ms ease;
    transition: all 150ms ease;
}
	.mpopen{
		left: 0px;
	}
}



/* claims */
.feedResults{
	min-height:200px;
	position: relative;
}
.redBack{
	background: rgba(219,0,3,0.53);
	border-radius: 7px;
}
.greenBack{
	background: rgba(3,169,3,0.53);
	border-radius: 7px;
}
.claim-comment-box{
	margin:10px; 
	background: white;
	overflow: hidden;
	-webkit-box-shadow: 0px 0px 12px -2px rgba(0,0,0,0.34);
-moz-box-shadow: 0px 0px 12px -2px rgba(0,0,0,0.34);
box-shadow: 0px 0px 12px -2px rgba(0,0,0,0.34);
	min-height: 110px;
	position: relative;
}
.claim-comment-left{
	width:110px;
	border-right:1px solid #CFCFCF;
	height:100%;
	position: absolute;
	top:0px;
	bottom:0px;
	text-align: center;
	padding-top:16px;
}
.claim-comment-date{
	color:#848484;
	font-size: 12px;
	font-style: italic;
}
.claim-comment-middle{
	margin-left:110px;
	padding:8px; 
	
}