:root {
	--brand-primary: #0F3063;
	--body-bg: #fff;
	--border-radius-base: 2px;
	--border-radius-large: 2px;
	--border-radius-small: 3px;
	--font-family-sans-serif: "Helvetica Neue", Helvetica, Arial, sans-serif;
	--font-family-monospace: Menlo, Monaco, Consolas, "Courier New", monospace;
	--font-family-serif: Georgia, "Times New Roman", Times, serif;
	--font-family-base: var(--font-family-sans-serif);
	--line-height-base: 1.428571429;
	--font-size-base: 14px;
	--gray-base: #8b8b8b;
	--gray-darker: #222222;
	--gray-dark: #333333;
	--gray: #555555;
	--gray-light: #777777;
	--gray-lighter: #eeeeee;
	--text-color: var(--gray-dark);
	--popover-border-color: #00000033;
	--popover-max-width: 276px;
	--tooltip-max-width: 200px;
	--padding-base-vertical: 6px;
	--padding-base-horizontal: 12px;
	--padding-large-vertical: 10px;
	--padding-large-horizontal: 16px;
	--padding-small-vertical: 5px;
	--padding-small-horizontal: 10px;
	--padding-xs-vertical: 1px;
	--padding-xs-horizontal: 5px;
}

.row.text-center > div {
    display: inline-block;
    float: none;
}

.nav-logo {
    height: 60px;      /* equals max image height */
    /*width: 160px;*/
    white-space: nowrap;
    text-align: center;
}
.navbar-static-top {
  margin-bottom: 19px;
}

.nav>li>a
{
    padding-bottom: 18px;
    padding-top: 18px;
    text-transform: uppercase;
    font-weight: bolder;
}

.nav-logo {
    margin-left:20px;
    margin-right:20px;
}

a{
    cursor: pointer;
}

.clickable
{
    cursor: pointer;
}




/**********************************account themes*************************/
.preview-image{
    margin:5px 0 7px 0;

}
/**********************************documents******************************/

.data-field
{
    position: absolute;
    background-image: url("data:image/gif;base64,R0lGODlhAQABAJH/AP///wAAAMDAwAAAACH5BAEAAAIALAAAAAABAAEAQAICVAEAOw==");

}


.data-field-border
{
    border:2px solid grey;
}


.data-field-top-right
{
    position: absolute;
    right:-20px;
    top:-20px;
    padding:5px;
    z-index:15;
}
.data-field-popover-title
{
    background-color: #ffffff;
}


.data-field-meta-popover
{
    position: absolute;
    z-index:91;
    width:200px;
    margin-top: 20px;
    display: block;
}












/***********************************Buttons********************************/
.btn {
	border-radius: 0px;
}
/*http://www.abeautifulsite.net/blog/2013/08/whipping-file-inputs-into-shape-with-bootstrap-3/*/
.btn-file {
    position: relative;
    overflow: hidden;
}
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    *height:30px;
    *width:200px;
    font-size: 999px;
    *font-size:20px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    background: red;
    cursor: inherit;
    display: block;
}

.dropdown-file {
    position: relative;
    overflow: hidden;
}
.dropdown-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;

    font-size: 999px;
    *font-size:20px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    cursor: inherit;
    display: block;
}


.table-edit-view-button
{
    width:55px;
}
/**************************************Layout**********************************/
.padding-bottom-10{
    padding-bottom: 10px;
}

.padding-bottom-20{
    padding-bottom: 20px;
}

.padding-top-10{
    padding-top: 10px;
}

.padding-top-bottom-10{
    padding-bottom: 10px;
    padding-top: 10px;
}
.responsive-image
{
    max-width: 100%;
}
.aspect-ratio-image
{
    max-width:100%;
    max-height:100%;
}

.padding-left-right-3{
    padding-left:3px;
    padding-right:3px;
}

.small-margin{
    margin:0;
}

.padding-left-2{
    padding-left:2px;
}

.sign-footer-logo{
    display:inline;
}

/***********************************Bootstrap affix******************************/
.affix-top
{
    position: relative;
}

.affix{
    position: fixed;
    top: 0px;
    z-index: 92;
}

.affix-bottom{

}
/*************************************Sign styles*********************************/

.sign-header {
	background: #0f3063 ;
	width: 100%;
	color: #ffffff;
	/*position: fixed;*/
	top: 0px;
	left: 0px;
	right: 0px;
	z-index: 1000;
    margin-bottom: 5px;
}

#sign-footer {
	background: #0f3063 ;
	width: 100%;
	color: #ffffff;
	/*position: fixed;*/
	bottom: 0px;
	left: 0px;
	right: 0px;
	z-index: 1000;
}

.sign-header-footer a{
    color:white;
    text-decoration: underline;
}

.sign-header-footer h3{
    color:white;
}

/**************************************popovers************************************/
.notification-popopover
{
    width:420px;
    max-width:420px;
    height:410px;
    background-color: #f5f5f5;

}

.notification-popopover-content
{

    width:415px; /*420px - 5px for scrollbar*/
    height:320px; /*space for blank space*/
    overflow-y: auto;
    overflow-x: hidden;
}

.notification-row
{
    padding: 8px 10px;

}
 .border-bottom
 {
      border-bottom: 1px solid lightgray;
 }
 .notification-header h5
 {
     font-weight: bold;
 }
 .notification-footer
 {
     border-top:1px solid #b8b8b8;
 }

.notification-unread
{
    background: rgb(67, 141, 125);
    background: rgba(67, 141, 125, 0.1);
}


.notification-popover-content
{
    width:100%;
    padding:0;
}


.jcrop-keymgr{
    /*there's an annoying radio button that shows up to the left*/
    left:-12000px !important;
}

/************************************** Bootstrap overrides ***********************/
.panel-group .panel
{
    overflow: visible;
}



/*************************************Footer**************************************/
/* Wrapper for page content to push down footer */
#wrap {
  min-height: 100%;
  height: auto !important;
  height:100%;
  /* Negative indent footer by its height */
  margin: 0 auto -151px;
  /* Pad bottom by footer height */
  padding: 0 0 140px;


}

.footer{
    height: 120px;
    padding-top: 0px !important;
    border: none !important;
}
.pre-footer{
    background-color: white;
    height:100px;
}
.qs-footer{
    border-top: 1px solid #e6e6e6 ;

    background-color: #f4f4f4;
    /*margin-top:10px;*/
    padding-top:10px;
    padding-bottom:10px;
}

.nvest-footer-logo {
    width: 13%;
    margin: 10px;
    height: 44px;
    max-width: 200px;
    min-width: 100px;
}

.nvest-footer-row {
    display: flex;
    align-items: cetner;
    justify-content: center;
    /* flex-wrap: wrap; */
}

/********************* media queries ***************/
@media (max-width: 767px) {
  .sign-header{
      position:relative;
  }
  .sign-header h3{
    font-size: 15px;
    }
   #sign-footer{
      position:relative;
  }
  .nvest-footer-row {
    flex-wrap: wrap;
  }
}

@media (max-width: 970px) {

  .sign-header h3{
      margin-top: 4px;
      margin-bottom: 0px;
    font-size: 15px;
    }

    /*#sign-footer {*/
        /*color: black;*/
        /*position: relative;*/
        /*background: white;*/
    /*}*/
  #sign-footer{
      position:relative;
  }

}
