a:hover {
    text-decoration: none;
}

a {
    text-decoration: underline;
}

/*
.required:after {
    content:" *";
    color:red;
}
*/

h2 a {
    text-decoration: none;
}

#terms-block p {
    margin: 10px 0 auto;
}

div#wrapper {
    margin: 0 auto 0;
}

div#container {
    margin-right: 0;
    width: 100%;
}

.fa-info-circle{
	color: #6fb3e0;
}

#submit-spinner {
    margin: 4px;
}

#submit-uploading {
    margin: 4px;
    font-size: 15px;
}

.well-sm {
    padding: 9px;
    border-radius: 3px;
    background-color: #ffffdc;
}

.center {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

/* signature block */
.sig_block_inner {
    outline: 0;
    width: 100%;
    display: table-cell;
    vertical-align: bottom;
}

@media (min-width:500px){
    .sig_block_inner{
        width: 50%;
    }
}

/*
* Centers content block
*/

div.content-inner {
    display: flex;
    margin: auto;
}

div.block {
    padding-bottom: 20px;
    clear: both;
    width: 800px;
    margin: auto;
}

/* Transition from 1020 to 960 (devices and browsers) */
@media only screen and (min-width: 960px) and (max-width: 1045px) {
    div.block {
        width: 700px;
    }
}

/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) {
    div.block {
        width: 600px;
    }
}

.form-group {
    margin-top: 15px;
}

.control-label {
    font-weight: 900;
    font-size: 130%;
}

div.content {
    width: 90%;
}

div.text-field.file div.text-field-left a {
    padding: 85px 15px 0;
}

div.content div.block h1, div.content h1 {
    font-size: 28px;
    line-height: 32px;
    /* padding-bottom: 20px;*/
}

div.content div.block h2, div.content h2 {
    font-size: 24px;
    line-height: 28px;
    /* padding-bottom: 20px;*/
}

div.content div.block h4, div.content h4 {
    font-size: 18px;
    line-height: 26px;
    padding-bottom: 0;
}

div.content div.block h5, div.content h5 {
    font-size: 16px;
    line-height: 20px;
    padding-bottom: 10px;
}

div.content div.block h6, div.content h6 {
    font-size: 14px;
    line-height: 18px;
    padding-bottom: 8px;
}


div.block-content {
    clear: none;
}

.title h2 {
    font-size: 24px;
    line-height: 5px;
    padding-bottom: 20px;
}

/*
 * Detailview CSS formatting
 */
.table-striped > tbody > tr:nth-child(2n+1) {
    background-color: #f9f9f9;
}

.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
    border: 1px solid #ddd;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
}
th, td, .table-bordered {
    border-radius: 0 !important;
}
th {
    text-align: left;
}

strong {
    font-weight: 900;
}

.adright {
    width: 220px;
    position: relative;
    /* margin-top: -20px; */
    /* height: 270px; */
    /* overflow: hidden; */
    background: #fbffb3;
    z-index: 99;
    float: right;
    padding: 10px;
    /*margin: -10px -40px 0px 10px;*/
    font-size: 18px;
    text-align: center;
    border: 1px solid;
    border-radius: 10px;
}

.btn
{
    display:inline-block;
    padding:7px 12px;
    margin-bottom:0;
    font-size:14px;
    font-weight:400;
    line-height:1.42857143;
    text-align:center;
    white-space:nowrap;
    vertical-align:middle;
    -ms-touch-action:manipulation;
    touch-action:manipulation;
    cursor:pointer;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
    background-image:none;
    border:1px solid transparent;
    border-radius:4px;
    text-decoration: none;
}

.btn-sign-doc {
    font-size: 24px;
}

.btn-form-download {
    background-color: initial;
    background-color: #60a5e0 !important;
    border-color: #428bca;
    color: white;
    margin: 4px 0px;
    float: right;
}

/* color label boxes */

.label {
    font-size: 14px;
    line-height: 1.15;
    height: 17px;
    text-shadow: none;
    font-weight: normal;
    color: #ffffff;
    /* display: inline-block; */
    padding: 1px 5px 1px 5px;
    margin: 2px;
}

.label-info, .label.label-info, .badge.badge-info, .badge-info {
    background-color: #3a87ad;
}

.label-warning, .label.label-warning, .badge.badge-warning, .badge-warning {
    background-color: #f89406;
}

.label-success, .label.label-success, .badge.badge-success, .badge-success {
    background-color: #82af6f;
}

.label-danger, .label.label-danger, .badge.badge-danger, .badge-danger {
    background-color: #d15b47;
}

.btn-danger
{
    color:#fff;
    background-color:#d9534f;
    border-color:#d43f3a
}

.btn-danger,.btn-danger:focus
{
    background-color:#d15b47!important;
    border-color:#d15b47
}

.btn-file input[type="file"]
{
    position:absolute;
    top:0;
    right:0;
    min-width:100%;
    min-height:100%;
    text-align:right;
    opacity:0;
    background:none repeat scroll 0 0 transparent;
    cursor:inherit;
    display:block
}

.btn {
    font-size: 20px;
}

.btn-success
{
    color:#fff;
    background-color:#5cb85c;
    border-color:#4cae4c;
    padding: 8px 12px;
}

.btn-grey {
    color: #fff;
    background-color: #8c8c8c;
    border-color: #4cae4c;
    padding: 8px 12px;
}

.btn-error {
    color: #fff;
    background-color: #ea5240;
    border-color: #4cae4c;
    padding: 8px 12px;
}

.file-input-new .file-preview,.file-input-new .close,.file-input-new .glyphicon-file,.file-input-new .fileinput-remove-button,.file-input-new .fileinput-upload-button,.file-input-ajax-new .fileinput-remove-button,.file-input-ajax-new .fileinput-upload-button
{
    display:none
}

.form-control {
    display: block;
    width: 90%;
    padding: 4px 10px;
    font-size: 16px;
    line-height: 1.7;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.has-success .form-control
{
    -webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow:inset 0 1px 1px rgba(0,0,0,.075)
}

.hidden
{
    display:none;
    visibility:hidden
}

.hide
{
    display:none
}

.form-group.has-error input, .form-group.has-error select, .form-group.has-error textarea {
    border-color: #f2a696;
    color: #d68273;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #fff0ed;
}

.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

.input-group .form-control
{
    position:relative;
    z-index:2;
    width:100%;
    margin-bottom:0
}

.input-group .form-control:first-child,.input-group-addon:first-child,.input-group-btn:first-child > .btn,.input-group-btn:first-child > .btn-group > .btn,.input-group-btn:first-child > .dropdown-toggle,.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),.input-group-btn:last-child > .btn-group:not(:last-child) > .btn
{
    border-top-right-radius:0;
    border-bottom-right-radius:0
}

.input-group .form-control:last-child,.input-group-addon:last-child,.input-group-btn:last-child > .btn,.input-group-btn:last-child > .btn-group > .btn,.input-group-btn:last-child > .dropdown-toggle,.input-group-btn:first-child > .btn:not(:first-child),.input-group-btn:first-child > .btn-group:not(:first-child) > .btn
{
    border-top-left-radius:0;
    border-bottom-left-radius:0
}

.input-group
{
    position:relative;
    display:table;
    border-collapse:separate
}

.input-group-addon,.input-group-btn
{
    width:1%;
    white-space:nowrap;
    vertical-align:middle
}

.input-group-addon,.input-group-btn,.input-group .form-control
{
    display:table-cell
}

.input-group-btn > .btn + .btn
{
    margin-left:-1px
}

.input-group-btn > .btn
{
    position:relative
}

.input-group-btn
{
    position:relative;
    font-size:0;
    white-space:nowrap
}

.input-group-btn:last-child > .btn,.input-group-btn:last-child > .btn-group
{
    margin-left:-1px
}

button,input,optgroup,select,textarea
{
    margin:0;
    font:inherit;
    color:inherit
}

input
{
    line-height:normal
}

button,input,optgroup,select,textarea {
    margin:0;
    font:inherit;
    color:inherit;
}


/* Alert box */
.alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d;
}
.alert-block {
    padding: 10px 10px 10px 20px;
    overflow: auto;
}

/* apply summary due block*/
.summary_total_due {
    float: right;
    text-align: center;
    background-color: #fff;
    margin: 0px 0px 20px 20px;
    width: 250px;
    color: black;
}

.checkout_paypal_button {
    float: right;
    margin-right: 20px;
    margin-top: -20px;
    padding: 10px;
}

.steps {
    list-style: none;
    display: table;
    width: 100%;
    padding: 0 0 20px 0;
    margin: 0;
    position: relative;
}
.steps li {
    display: table-cell;
    text-align: center;
    width: 1%;
    cursor: pointer;
}

.steps li .step {
    border: 5px solid #ced1d6;
    color: #546474;
    font-size: 15px;
    border-radius: 100%;
    background-color: #FFF;
    position: relative;
    z-index: 2;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
}
.steps li::before {
    display: block;
    content: "";
    width: 100%;
    height: 1px;
    font-size: 0;
    overflow: hidden;
    border-top: 4px solid #CED1D6;
    position: relative;
    top: 26px;
    z-index: 1;
}
.steps li.last-child:before {
    max-width: 50%;
    width: 50%;
}
.steps li:last-child:before {
    max-width: 50%;
    width: 50%;
}
.steps li:first-child:before {
    max-width: 51%;
    left: 50%;
}

.steps li.active:before,
.steps li.complete:before,
.steps li.error:before,
.steps li.active .step,
.steps li.complete .step,
.steps li.error .step
{
    border-color: #5293c4;
}

.steps li.complete .step {
    cursor: default;
    color: #FFF;
    -webkit-transition: transform ease 0.1s;
    -o-transition: transform ease 0.1s;
    transition: transform ease 0.1s;
    cursor: pointer;
}

.steps li.complete .step:before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    /*line-height: 30px;*/
    text-align: center;
    border-radius: 100%;
    content: "\f00c";
    background-color: #FFF;
    z-index: 3;
    font-family: FontAwesome;
    font-size: 22px;
    color: #87ba21;
}
.steps li.complete:hover .step {
    /*-moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);*/
    border-color: #80afd4;
}
.steps li.complete:hover:before {
    border-color: #80afd4;
}


.steps li.error .step {
    cursor: default;
    color: #FFF;
    -webkit-transition: transform ease 0.1s;
    -o-transition: transform ease 0.1s;
    transition: transform ease 0.1s;
    cursor: pointer;
}

.steps li.error .step:before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    /*line-height: 30px;*/
    text-align: center;
    border-radius: 100%;
    content: "\f00d";
    background-color: #FFF;
    z-index: 3;
    font-family: FontAwesome;
    font-size: 22px;
    color: #d20101;
}
.steps li.error:hover .step {
    /*-moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);*/
    border-color: #80afd4;
}
.steps li.error:hover:before {
    border-color: #80afd4;
}

.steps li .title {
    display: block;
    margin-top: 4px;
    max-width: 100%;
    color: #949ea7;
    font-size: 15px;
    z-index: 104;
    text-align: center;
    table-layout: fixed;
    word-wrap: break-word;
}
.steps li.complete .title,
.steps li.active .title {
    color: #2b3d53;
}
.step-content {
    position: relative;
}
.step-content .step-pane {
    display: none;
    min-height: 200px;
    padding: 4px 8px 12px;
}
.step-content .step-pane.active {
    display: block;
}
.wizard-actions {
    text-align: right;
}
@media only screen and (max-width: 767px) {
    .steps li .step {
        width: 30px;
        height: 30px;
        line-height: 28px;
        border-width: 3px;
    }
    .steps li:before,
    .steps li:after {
        border-width: 3px;
    }
    .steps li.complete .step:before {
        /*line-height: 24px;*/
        font-size: 13px;
    }
    .steps li:before {
        top: 20px;
    }
    .step-content .step-pane {
        padding: 4px 4px 6px;
        min-height: 150px;
    }
}

.lighter {
    font-weight: lighter;
}

.widget-body {
    background-color: #FFF;
}

/* Select2 Keyword fix to override input fixed width */
.select2-search__field {
    width: auto !important;
    min-width: 250px !important;
}

.client_desc {
    margin-left: 10px;
    font-style: italic;
    font-size: 14px;
}

.selectors-shift-left{
    margin-left: 10px;
}

.green-alert {
    color: #87ba21;
}

.red-alert {
    color: #ff6b6b;
}

.doc-status {
    margin-top: 10px;
}

.terms-checkbox input[type="checkbox"]{
    display:none;
}
.terms-checkbox input[type="checkbox"] + label.fa {
    /*color: #577e08;*/
    font-size: 25px;
    width: 25px;
    height: 25px;
    cursor: pointer;
}
.terms-checkbox input[type="checkbox"]:checked +label.fa{
    background: #fff;
}
.terms-checkbox input[type="checkbox"] + label.fa:before {
    display:inline-block;
    content: "\f096";
    cursor:pointer;
}

.terms-checkbox input[type="checkbox"]:checked +label.fa:before{
    content:"\f046";
    position: relative;
    left: 2px;
}