:root {
	--brand-primary: #00B2A9;
	--body-bg: #fff;
	--border-radius-base: 3px;
	--border-radius-large: 3px;
	--border-radius-small: 3px;
	--font-family-sans-serif: "Montserrat", "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: #404041;
	--gray-darker: #626263;
	--gray-dark: #727274;
	--gray: #959596;
	--gray-light: #b7b7b8;
	--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;
}

.nav-logo {width:250px; height:65px; }

.nav-image {
    vertical-align: middle;
    max-height: 65px;
    max-width: 350px;
    margin-left: 15px;
}

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

.navbar{
    min-height: 70px;
}
.nav>li>a
{
    padding-top: 21px;
    padding-bottom: 25px;

    text-transform: uppercase;
}
 .navbar-nav>li>a  {
     border-bottom: 3px solid #fff;
 }
 .navbar-nav>li>a:hover, .navbar-nav>li.dropdown.open>a  {

     border-bottom: 3px solid #404041;
 }


.navbar-inverse{
    /*-webkit-box-shadow:0 0 3px #b5b5b5;;*/
    /*-moz-box-shadow :0 0 3px #b5b5b5;;*/
    /*box-shadow:0 0 3px #b5b5b5;;*/
    border-radius: 0;
}
a{
    cursor: pointer;
}

.clickable
{
    cursor: pointer;
}

/*.btn-primary:hover{*/
/*    color: #159ee1!important;*/
/*    background-color: transparent!important;*/
/*    border-color: #159ee1!important;*/
/*}*/

.btn{
    text-transform: uppercase;
}
h1,h2,h3 {
    font-weight: 700;
    text-transform: uppercase;
}

.multi-select-popover{
    width:240px;
}
/*h1{*/
/*    border-bottom: 3px solid #159ee1;*/
/*    padding-bottom: 15px;*/
/*}*/
/**********************************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-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:250px;
    margin-top: 20px;
    display: block;
}
.data-field-meta
{
    position: absolute;
    padding:3px;
    margin-left: -2px;
    margin-top:-2px;
    /*background: url('img/red_transparent_background.png');*/
    background: #00b2a9;
    background: rgba(0, 178, 169, 0.4);
    z-index:91;
}








.required-asterisk{
    font-weight: bolder;
    font-size: 20px;
    color: red;
}


/***********************************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: #00B2A9;
  border-color: #00B2A9;
}

.btn-search:hover,
.btn-search:focus,
.btn-search:active,
.btn-search.active,
.open .dropdown-toggle.btn-search {
  color: #FFFFFF;
  background-color: #00B2A9;
  border-color: #00B2A9;
}

.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: #00B2A9;
  border-color: #00B2A9;
}

.btn-search .badge {
  color: #00B2A9;
  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: #FFFFFF ;
	width: 100%;
	color: #000000;
	/*position: fixed;*/
	top: 0px;
	left: 0px;
	right: 0px;
	z-index: 1000;
    margin-bottom: 5px;
   -webkit-box-shadow:0 0 3px #b5b5b5;;
    -moz-box-shadow :0 0 3px #b5b5b5;;
    box-shadow:0 0 3px #b5b5b5;;
    border-radius: 0;

}

#sign-footer {
	background: #FFFFFF ;
	width: 100%;
	color: #797979;
	/*position: fixed;*/
	bottom: 0px;
	left: 0px;
	right: 0px;
	z-index: 1000;
    -webkit-box-shadow:0 -3px  3px #b5b5b5;;
    -moz-box-shadow :0 -3px  3px #b5b5b5;;
    box-shadow:0 -3px  3px #b5b5b5;;
    border-radius: 0;

}


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

#done_signing{
    background-color:#00B2A9;
    border-color:#00B2A9;
}


.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 */

.footer{
  background-color: #404041;
  color: rgba(255, 255, 255, 0.8)
}

.footer .row{
    margin-left:0;
    margin-right:0;
}

.footer a {
   color: rgba(255, 255, 255, 0.8)
}

.qs-footer{
    border-top:none;
}

@media (max-width: 767px) {


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