/* Add here all your css styles (customizations) */

button.bc-document_viewer {
    background: none;
    border: none;
    padding-left: 0px;
}

button.bc-casedetail-viewer {
    background-color: #eee !important;
    color: #165068  !important;
    border-width: 1px 1px 2px 2px !important;
    font-weight: bold !important;
    border-radius: 6px !important;
    font-size: 14px !important;
    padding-bottom: 0px !important;
    border-color: #bbb;
    width: 110px;
}

button.bc-casedetail-viewer:hover {
    background-color: white !important;
    color: #165068  !important;
    border-width: 1px 1px 2px 2px !important;
    font-weight: bold !important;
    border-radius: 6px !important;
    font-size: 14px !important;
    padding-bottom: 0px !important;
    border-color: #bbb;
}

#SearchResultsGrid tbody tr:hover {
    background: #fff999;
}

.k-header .k-link {
    text-align: center;
    font-weight: bold;
}


input[type=checkbox] {
    transform: scale(1.5);
}

/*
    BEGIN - BKITE
    WCAG 2.0 Accessible Buttons from Scott Galloway on CodePen.
    https://codepen.io/scottloway
    https://codepen.io/scottloway/pen/Xjazjw - this is the link to the codepen that I took this code from.
    It gets ride of Color Contrast issues on Bootstrap buttons by overriding the default colors.
*/
.btn-default {
    color: #fff;
    background-color: #495057;
    border-color: #3d4349;
}

    .btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .btn-default.dropdown-toggle {
        color: #fff;
        background-color: #363c41;
        border-color: #212528;
    }

    .btn-default:active, .btn-default.active, .open .btn-default.dropdown-toggle {
        background-image: none;
    }

    .btn-default.disabled, .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled:active, .btn-default.disabled.active, .btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled]:active, .btn-default[disabled].active, fieldset[disabled] .btn-default, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default.active {
        background-color: #495057;
        border-color: #3d4349;
    }

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

    .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .btn-primary.dropdown-toggle {
        color: #fff;
        background-color: #165a9e;
        border-color: #104376;
    }

    .btn-primary:active, .btn-primary.active, .open .btn-primary.dropdown-toggle {
        background-image: none;
    }

    .btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled]:active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary.active {
        background-color: #1b6ec2;
        border-color: #1861ac;
    }

.btn-warning {
    color: #fff;
    background-color: #b24d04;
    border-color: #994203;
}

    .btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .open .btn-warning.dropdown-toggle {
        color: #fff;
        background-color: #8a3c03;
        border-color: #5d2802;
    }

    .btn-warning:active, .btn-warning.active, .open .btn-warning.dropdown-toggle {
        background-image: none;
    }

    .btn-warning.disabled, .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled:active, .btn-warning.disabled.active, .btn-warning[disabled], .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled]:active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning:active, fieldset[disabled] .btn-warning.active {
        background-color: #b24d04;
        border-color: #994203;
    }

.btn-danger {
    color: #fff;
    background-color: #c92a2a;
    border-color: #b42626;
}

    .btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .open .btn-danger.dropdown-toggle {
        color: #fff;
        background-color: #a72323;
        border-color: #811b1b;
    }

    .btn-danger:active, .btn-danger.active, .open .btn-danger.dropdown-toggle {
        background-image: none;
    }

    .btn-danger.disabled, .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled:active, .btn-danger.disabled.active, .btn-danger[disabled], .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled]:active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger:active, fieldset[disabled] .btn-danger.active {
        background-color: #c92a2a;
        border-color: #b42626;
    }

.btn-success {
    color: #fff;
    background-color: #396f3a;
    border-color: #305e31;
}

    .btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .open .btn-success.dropdown-toggle {
        color: #fff;
        background-color: #2b542c;
        border-color: #1c361c;
    }

    .btn-success:active, .btn-success.active, .open .btn-success.dropdown-toggle {
        background-image: none;
    }

    .btn-success.disabled, .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled:active, .btn-success.disabled.active, .btn-success[disabled], .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled]:active, .btn-success[disabled].active, fieldset[disabled] .btn-success, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success.active {
        background-color: #396f3a;
        border-color: #305e31;
    }

.btn-info {
    color: #fff;
    background-color: #0b7285;
    border-color: #095e6d;
}

    .btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .open .btn-info.dropdown-toggle {
        color: #fff;
        background-color: #08525f;
        border-color: #042d35;
    }

    .btn-info:active, .btn-info.active, .open .btn-info.dropdown-toggle {
        background-image: none;
    }

    .btn-info.disabled, .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled:active, .btn-info.disabled.active, .btn-info[disabled], .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled]:active, .btn-info[disabled].active, fieldset[disabled] .btn-info, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info.active {
        background-color: #0b7285;
        border-color: #095e6d;
    }

.btn-link {
    color: #1b6ec2;
    font-weight: normal;
    cursor: pointer;
    border-radius: 0;
}

    .btn-link, .btn-link:active, .btn-link[disabled], fieldset[disabled] .btn-link {
        background-color: transparent;
        box-shadow: none;
    }

        .btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
            border-color: transparent;
        }

            .btn-link:hover, .btn-link:focus {
                color: #12487f;
                text-decoration: underline;
                background-color: transparent;
            }

            .btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
                color: #adb5bd;
                text-decoration: none;
            }
/*
    END - BKITE
    WCAG 2.0 Accessible Buttons from Scott Galloway on CodePen.
*/

.h1custom {
    display: block;
    font-size: 2em;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold;
}

.h2custom {
    display: block;
    font-size: 1.5em;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold;
}

.h3custom {
    display: block;
    font-size: 1.17em;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold;
}

.h4custom {
    display: block;
    font-size: 1em;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold;
}

.h5custom {
    display: block;
    font-size: .83em;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold;
}

.h6custom {
    display: block;
    font-size: .67em;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold;
}

.bg-color-dark-red {
    background-color: #8B0000 !important;
    color: #fff;
}

.anchor-tag-darklink {
    color: #1c6cb0 !important;
}


@media screen and (min-width: 1600px) {
    .container {
        width: 1400px;
    }
}
