/* front page login links */
a.login_provider {
   width: 100px; 
   height: 60px;
   border: 1px solid #DDD;
   margin: 3px;
   float: left;
}

a.login_provider:hover {
   border: 1px solid black;
}

a.associated_account {
   width: 32px; height: 32px; margin: 3px; float: left;
}

a.facebook {
   background: #FFF url(/img/small/facebook_gray.png) no-repeat center center;
}

a.facebook:hover {
   background: #FFF url(/img/small/facebook.png) no-repeat center center;
}

a.twitter {
   background: #FFF url(/img/small/twitter_gray.png) no-repeat center center;   
}
a.twitter:hover {
   background: #FFF url(/img/small/twitter.png) no-repeat center center;
}
a.google {
background: #FFF url(/img/small/google_gray.png) no-repeat center center
}
a.google:hover {
background: #FFF url(/img/small/google.png) no-repeat center center
}
a.yahoo {
background: #FFF url(/img/small/yahoo_gray.png) no-repeat center center;
}
a.yahoo:hover {
background: #FFF url(/img/small/yahoo.png) no-repeat center center;
}

.no-margin-bottom {
	margin-bottom: 0;
}

.document-present {
	background: url(/media/img/document-present.png) no-repeat center left;
	padding-left: 12px;
}
.document-missing {
	background: url(/media/img/document-missing.png) no-repeat center left;
	padding-left: 12px;
}

.panel {
  background-color: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  margin-bottom: 21px;
}

.panel-info {
  border-color: #3498DB;
}

.panel-info > .panel-heading {
  background-color: #3498DB;
  border-color: #3498DB;
  color: #FFFFFF;
}



.note-box {
	position: fixed;
	right: 20px;
	bottom: 0px;
	z-index: 3000;
	margin: 0;
}

.our-btn {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background-repeat: repeat-x;
  border-color: #BBBBBB #BBBBBB #A2A2A2;
  border-image: none;
  border-radius: 3px;
  border-style: solid;
  border-width: 1px;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 13px;
  margin-bottom: 0;
  padding: 4px 12px;
  text-align: left;
  vertical-align: middle;
  background-color: #4986E7 !important;
}


.margin0 {
	margin: 0 !important;
}

.half {
	margin: 0 !important;
}

.bordertop {
	border-top: 1px solid #888;
	padding: 8px 0 8px;
}

.borderbottom {
	border-bottom: 1px solid #888;
	margin: 0 0 8px;
}

.paddingtop {
	padding: 8px 0 8px;
}

.popover-content .bordertop:first-child {
	border-top: none;
}

.popover {
	top: -610px;
}

.padding4-15 {
	padding: 4px 16px !important;
}

.email {
	text-align: right;
	padding: 3px 0 8px;
}

.date {
	padding: 0 0 3px;	
}

.right {
	margin: 8px 0 3px;
}

.no-margnin-b {
	margin-bottom: 0 !important;
}

.imargin {
	margin: 0 0 0 15px !important;
}


.note-text-container {
	height: 345px;
	overflow: scroll;
	overflow-x: hidden;
}

.popover {
	width: 500px;
}

.notes_saved_msg {
	padding-left: 10px;
	color: green;
}

.btn-file {
    position: relative;
    overflow: hidden;
}
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}
.mycapital
{
    text-transform:uppercase;
}