:root {
	--brand-primary: #F47221;
	--body-bg: #fff;
	--border-radius-base: 0px;
	--border-radius-large: 0px;
	--border-radius-small: 0px;
	--font-family-sans-serif: "Lato", 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: #231F20;
	--gray-darker: #473f41;
	--gray-dark: #404040;
	--gray: #585858;
	--gray-light: #9e9194;
	--gray-lighter: #ffffff;
	--text-color: var(--gray-base);
	--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;
}

.navbar-static-top {
  margin-bottom: 19px;
}
.nav>li>a
{
    padding-bottom: 10px;
    padding-top: 30px;
}



.nav-logo {
    white-space: nowrap;
    text-align: center;
    width: 200px;
    height: 70px;
}

.navbar-inverse{
    border-radius: 0;
    box-shadow: 0px 5px 11px 0px rgba(50, 50, 50, 0.08);

}

.nav-image {
    vertical-align: middle;
    max-width: 350px;
    margin-left: 15px;
}
a{
    cursor: pointer;
}

.clickable
{
    cursor: pointer;
}


.nav-image-spacer{
    margin-left:75px;
}

.document-list-tabs > li > a{
   padding-top: 12px;
    font-size: 20px;
}
.document-pack-tabs > li > a{
   padding-top: 12px;
}
/**********************************account themes*************************/
.preview-image{
    margin:5px 0 7px 0;

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

.pdfs-only-padding-left{
    padding-left:5px;
}

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

}






.data-field-popover-title
{
    background-color: #ffffff;
}


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


.multi-select-popover{
    width:250px;
}










/***********************************Buttons********************************/
/*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;
}

/*Search button styles http://blog.koalite.com/bbg/*/
.btn-search {
  color: #FFFFFF;
  background-color: var(--brand-primary);
  border-color: var(--brand-primary);
}

.btn-search:hover,
.btn-search:focus,
.btn-search:active,
.btn-search.active,
.open .dropdown-toggle.btn-search {
    color: #FFFFFF;
    background-color: var(--brand-primary);
    border-color: var(--brand-primary);
}

.btn-search:active,
.btn-search.active,
.open .dropdown-toggle.btn-search {
  background-image: none;
}

.btn-search.disabled,
.btn-search[disabled],
fieldset[disabled] .btn-search,
.btn-search.disabled:hover,
.btn-search[disabled]:hover,
fieldset[disabled] .btn-search:hover,
.btn-search.disabled:focus,
.btn-search[disabled]:focus,
fieldset[disabled] .btn-search:focus,
.btn-search.disabled:active,
.btn-search[disabled]:active,
fieldset[disabled] .btn-search:active,
.btn-search.disabled.active,
.btn-search[disabled].active,
fieldset[disabled] .btn-search.active {
  background-color: #eb81a9;
  border-color: #eb81a9;
}

.btn-search .badge {
  color: #eb81a9;
  background-color: #FFFFFF;
}
/**************************************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;
}

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

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

.affix-bottom{

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

.sign-header {
    background-color: white;
	width: 100%;
	/*position: fixed;*/
	top: 0px;
    color: black;
	left: 0px;
	right: 0px;
	z-index: 1000;
    margin-bottom: 5px;
    border-bottom: solid;
    border-bottom-color: var(--brand-primary);
    /*box-shadow: 0px 5px 11px 0px rgba(50, 50, 50, 0.08);*/
}

#sign-footer {
	background: #ffffff ;
	width: 100%;
	/*position: fixed;*/
	bottom: 0px;
    color: black;
    border-top: solid;
    border-top-color: var(--brand-primary);
	left: 0px;
	right: 0px;
	z-index: 1000;
    /*border-top: 1px solid #ececec*/

}


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

#done_signing{
    background-color: var(--brand-primary);
    border-color: var(--brand-primary);
    color: #FFFFFF;
}


.sign-footer-logo{
    display:inline-block;
    max-height: 100%;
    max-width: 100%;
}
/**************************************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;
}


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

/**************************************Nav*******************************************/
/*.navbar-inverse .navbar-toggle .icon-bar {*/
/*    background-color: #000102;*/
/*}*/

/*************************************Footer**************************************/
/* Wrapper for page content to push down footer */
#wrap {
  min-height: 96% !important;
  /*height: auto !important;*/
  /*height:100%;*/
  /* Negative indent footer by its height */
  /*margin: 0 auto -160px;*/
  /* Pad bottom by footer height */
  padding: 0 0 160px;
}
.footer{
  height: fit-content !important;
  background-color: #f4f4f4;
  padding-top:15px;
  margin-top:50px;
  border-top: 1px solid #e6e6e6 ;
  color: #78828D;
}

.footer .row{
    margin-left:0;
    margin-right:0;
}
.client-footer-logo{
    margin-right:40px;
    margin-left: 25px;
}
.client-footer-content{
    /*vertical-align: middle;*/
    line-height: 36px; /* this must match the height of the client-footer-logo image. it's to center align there copyright */
}

.footer a {
	color: #78828D
}

.qs-footer{
    border-top: 1px solid #e6e6e6 ;
    margin-top:10px;
    padding-top:10px;
    padding-bottom:10px;
}

@media (max-width: 767px) {


    .nav-logo {
        text-align: left;
    }
    .nav-image-spacer{
        margin-left:0px;
    }
}