﻿/* USED FOR IRS FORMS
-------------------------------------------------- */

.form-border-left {
    border-left: 1px solid black;
}

.form-border-double-left {
    border-left: 2px solid black;
}

.form-border-top {
    border-top: 1px solid black;
}

.form-border-double-top {
    border-top: 2px solid black;
}

.form-border-bottom {
    border-bottom: 1px solid black;
}

.form-border-double-bottom {
    border-bottom: 2px solid black;
}

.form-border-bottom-dotted {
    border-bottom: 1px dotted gray;
}

.form-border-top-dashed {
    border-top: 1px dashed gray;
}

.form-border-bottom-dashed {
    border-bottom: 1px dashed gray;
}

.form-border-bottom-none {
    border-bottom: none;
}

.form-border-top-none {
    border-top: 1px dotted white; /*chrome sometimes don't hide*/
}

.form-border-right {
    border-right: 1px solid black;
}

.form-td-spacing td {
    padding: 1px;
}

.form-table-spacing {
    border-spacing: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
}

.form-td-align-right {
    text-align: right;
}

.form-td-align-center {
    text-align: center;
}

.form-td-vertical-align {
    vertical-align: top;
}

.form-td-vertical-align-middle {
    vertical-align: middle;
}

.form-td-background {
    background-color: rgb(214, 157, 134);
}

.form-no-padding {
    padding: 0px !important;
}

.form-top-margin-none {
    margin-top: 0px;
}

.form-top-margin-1 {
    margin-top: 1px;
}

.form-top-margin-3 {
    margin-top: 3px !important;
}

.form-top-margin-4 {
    margin-top: 4px !important;
}

.form-top-margin-5 {
    margin-top: 5px;
}

.form-top-margin-6 {
    margin-top: 6px;
}

.form-top-margin-8 {
    margin-top: 8px;
}

.form-input-style {
    font-size: 14px;
    border: 1px solid #e9e9e9;
    border-radius: 5px;
    height: 28px;
}

.form-input-noborder {
    border: 0;
}

.form-input-font {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}

.form-dropdown-style {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    border: 1px solid #ffAD21;
    height: 32px;
}

.form-text-nowrap {
    white-space: nowrap;
}

.form-cell-align-top {
    vertical-align: top;
}

.form-type-style {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: blue;
}

.btn-min-width {
    min-width: 150px;
}

.form-group {
    margin-bottom: .5rem;
}

.font-bold {
    font-weight: bold;
}

.table-width-full {
    width: 100% !important;
}

.form-w2-dropdown-list {
    width: 45px;
}

.table-header-style {
    font-size: 16px;
    font-weight: bold;
    color: white !important;
    background-color: lightblue;
}

.hidden-div {
    display: none;
}

.hidden-element {
    display: none;
}

@font-face {
    font-family: 'Arialic Hollow';
    src: url(/fonts/arialic-hollow.ttf) format('truetype');
}

.font-dollar-sign {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
}

.font-red-strikethrough {
    font-family: Arial, Helvetica, sans-serif;
    color: red !important;
    font-style: italic;
    text-decoration: line-through !important;
}

.form-font-styled-hollow {
    font-family: 'Arialic Hollow';
    font-size: 50px;
    font-weight: bold;
    padding: 0 !important;
    margin: 0 !important;
}

.form-font-styled-whole {
    font-family: 'Arial';
    font-size: 52px;
    font-weight: bold;
    padding: 0 !important;
    margin: 0 !important;
}

.form1096-font-header {
    font-family: 'Times New Roman', Times, serif;
    font-size: 30px;
    font-weight: bold;
}

.form1096-font-bold {
    font-family: 'Times New Roman', Times, serif;
    font-size: 20px;
    font-weight: bold;
}

.form1096-font-normal {
    font-family: 'Times New Roman', Times, serif;
    font-size: 20px;
}

.font-red-italic {
    font-family: Arial, Helvetica, sans-serif;
    color: red !important;
    font-style: italic;
}

.td-100px {
    width: 100px;
}

.table-noborder {
    border: 0 !important;
    border-width: 0 !important;
    border-style: none !important;
}

.text-vertical-align-with-selct {
    margin-top: 7px !important;
}

.social-style {
    font-size: 20px !important;
    margin: 5px !important;
}

.table-form {
    background-color: white;
}

.select2-selection__rendered {
    line-height: 28px !important;
}

.select2-container .select2-selection--single {
    height: 28px !important;
}

.select2-selection__arrow {
    height: 28px !important;
}


.select2-container *:focus {
    outline: none;
}

.select2-selection--single:focus {
    border: 1px solid #3c8dbc;
}

input:hover, input:focus {
    background-color: lightblue !important;
    border: 1px black solid !important;
}

.checkbox label::before {
    content: "";
    display: inline-block;
    height: 16px;
    width: 16px;
    border: 1px solid;
}

/*Adding focus styles on the outer-box of the fake checkbox*/
.checkbox input[type="checkbox"]:focus + label::before {
    outline: rgb(59, 153, 252) auto 5px !important;
}

.form-checkbox-font-size {
    font-size: 11px !important;
}

.left-margin-checkbox {
    margin-left: 20px;
}

.void-box {
    width: 80%;
    height: 60%;
    position: absolute;
    top: 50px;
    left: 50px;
    opacity: 0.7;
    z-index: 9;
}

.void-box-image {
    position: absolute;
    top: 30%;
    left: 30%;
    transform: rotate(315deg);
}

.div-rounded-border {
    border-radius: 8px;
    border: 1px solid gray;
    background-color: white;
    padding-left: 7px !important;
    height: 27px;
    width: 250px;
    margin-left: 5px;
    display: table-cell;
    vertical-align: middle;
}

a.link-filer {
    color: #029402;
}

    a.link-filer:hover {
        color: #029402;
        text-decoration: underline;
    }

.dropdown-width-small {
    width: 105px !important;
}

select:hover, select:focus {
    background-color: lightblue !important;
    border: 1px black solid !important;
}

.product-select-button {
    display: inline-block;
    background-color: #ffffff;
    border-radius: 10px;
    border: 3px solid #0094ff;
    color: #0094ff;
    text-align: left;
    padding: 5px;
    width: 100%;
    transition: all 0.1s;
    cursor: pointer;
    margin: 8px;
}

    .product-select-button span {
        cursor: pointer;
        display: inline-block;
        position: relative;
        transition: 0.1s;
    }

        .product-select-button span:after {
            content: '\00bb';
            position: absolute;
            opacity: 0;
            top: 0;
            right: -20px;
            transition: 0.1s;
        }

    .product-select-button:hover {
        background-color: #3c8dbc;
        color: white;
    }

        .product-select-button:hover span {
            padding-right: 25px;
        }

            .product-select-button:hover span:after {
                opacity: 1;
                right: 0;
            }

.product-select-header {
    font-size: 16px !important;
    font-weight: bold;
}

.product-select-text {
    font-size: 14px !important;
}

.product-select-new {
    color: #ffAD21;
    font-size: 16px !important;
    float: right;
}

.livehelpchatbannerdiv {
    pointer-events: none;
}

.livehelpchatbannerbutton {
    pointer-events: auto;
    z-index: 10000;
    margin-right: 50px;
    margin-bottom: 10px;
}

.model-border {
    border: 1px solid black;
}