:root {
	--brand-primary: #50b848;
	--body-bg: #FAFAFA;
	--border-radius-base: 4px;
	--border-radius-large: 4px;
	--border-radius-small: 3px;
	--font-family-sans-serif: Montserrat, 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: 12px;
	--gray-base: #000;
	--gray-darker: #222222;
	--gray-dark: #282828;
	--gray: #555555;
	--gray-light: #777777;
	--gray-lighter: #eeeeee;
	--text-color: var(--gray-dark);
	--popover-border-color: #00000033;
	--popover-max-width: 300px;
	--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>li>a
{
    padding-bottom: 18px;
    padding-top: 18px;
    /*font-weight:700;*/

}
.nav-logo {

    position:absolute;
    /*height: 140px;*/
    /*position: relative;*/
    /*z-index: 1004;*/
    /*background: -webkit-gradient(linear,left top, left bottom,from(#60b848),color-stop(96.71%, #009677));*/
    /*background: linear-gradient(180deg,#60b848,#009677 96.71%);*/
}

.nav-image{

}
.navbar-inverse{
    border-radius: 0;
    /*border-bottom: 1px solid #ececec*/
}

.nav-image {
    position: relative;
    height:100px;
    vertical-align: middle;
    min-height: 100px;
    max-width:  100px;
    margin-left: 15px;
}
.nav-image-spacer{
    margin-left:200px;
}
a{
    cursor: pointer;
}

.clickable
{
    cursor: pointer;
}

/*h1,h2,h3,h4,h5{*/
/*    font-weight:700;*/
/*}*/

.btn-primary, .btn-primary:hover, .btn-primary:active, .btn-primary:visited
{
background: linear-gradient(270deg,#60b848 1.64%,#009677 98.36%) !important;
border-left-color: #009677;
}

.form-control, .form-control:focus, .has-error .form-control{
    border-left:none;
    border-right:none;
    border-top:none;
    box-shadow: none;
    -webkit-box-shadow: none;
    font-weight: 300;
    letter-spacing: 0.5px;
    font-size: 14px;
    color: #646363;
}
.has-error .form-control:focus {
   -webkit-box-shadow: none;
    box-shadow: none;
}
.form-group label{
    font-weight:300;
}
 .input-group-btn .btn,.form-group .input-group-btn .btn:hover {
    border-right:none;
    border-top:none;
    border-left:none;
    border-bottom:none;
    transform: translateY(0);
    padding: 6px 12px;
}

#dialing-code-btn {
 transform: translateY(-1px);
    padding-right: 0px;
}


.input-group .input-group-btn, input {
    border-bottom: 1px solid #ccc;
}
.signer-role {
    border-bottom: none;
}
.selectize-input {
    border-right: none;
    border-top: none;
    border-left: none;
    border-bottom: none;
    border-radius: 0px;
    border-bottom: 1px solid #ccc;
}

.selectize-control {
    padding-left: 4px;
    padding-right: 4px;
}

.qs_forms {
    padding: 50px;
    background: white;
    box-shadow: var(--elevation-elevation-01-box-shadow, 0px 1px 1px 1px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.14));
    border-radius: 2px;
    margin-bottom: 20px;
}

.loading-bar{
       margin-top: -25px; /*change this if loading  height is greater than 19px*/
    /*background-color: #1E1E1E;*/
}

.popover .help-block {
    color:black;
}
/**********************************account themes*************************/
.preview-image{
    margin:5px 0 7px 0;

}
/**********************************documents******************************/
.popover-title{
   background-color: #333;
}

.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;
    border-bottom: #333;
}



.data-field-meta-popover
{
    position: absolute;
    z-index:91;
    width:200px;
    margin-top: 20px;
    display: block;
    color:#333;
}
.data-field-meta
{
    position: absolute;
    padding:3px;
    margin-left: -2px;
    margin-top:-2px;
    color:#333;
    /*background: url('img/red_transparent_background.png');*/
    background: rgb(67, 141, 125);
    background: rgba(67, 141, 125, 0.4);
    z-index:91;
}

.data-field{
    color:#333;
}




.sigWrapper{
    background-color: white;
}
.jcrop-holder{
    background-color: white;
}








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

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

.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: #50b848;
  border-color: #50b848;
}

.btn-search .badge {
  color: #50b848;
  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: #0E0E0E ;
	width: 100%;
	color: #FFFFFF;
	/*position: fixed;*/
	top: 0px;
	left: 0px;
	right: 0px;
	z-index: 1000;
    margin-bottom: 5px;
    /*border-bottom: 1px solid #ececec;*/

}

#sign-footer {
	background: #0E0E0E ;
	width: 100%;
    color: #fff;
	/*position: fixed;*/
	bottom: 0px;
	left: 0px;
	right: 0px;
	z-index: 1000;
    /*border-top: 1px solid #ececec*/

}


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

#done_signing{
    background-color:#e83b0c;
    border-color:#e83b0c;
}


.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: #0E0E0E !important;
  color: #ffffff;
  border-top: 1px solid #0E0E0E ;
  margin-top:20px;
}

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

#footer a {
	color: #ffffff;
}

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

