﻿/*p, blockquote, dl, ol, ul, fieldset, form, table {
    margin: 0;
}
*/
/*reset what thead montana.gov template setting*/
form, table {
    margin: 0;
}

#wrapper {
    width: 100%;
    /*had to add this (margin) to accomodate mt.gov template.  this pushes the wrapper 
                content down and out from under the header section.*/
    margin: 75px 0;
    display: inline-block;
    /*font-size: 14px;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;*/
}

#template-layout-push {
    height: 40px;
}

#template-header { /*had to add this so mt.gov template didnt cause a horizontal scroll bar to 
                appear, with about 30pixels rolling off to the right*/
    position: fixed;
}

a {
    color: #0c69f2;
}

.bodyStyle {
    background: rgb(50,50,50); /*fallback if rgba fails in older browsers*/
    background: rgba(255,255, 255, .85);
    padding: 10px;
    /*width: 1000px;*/
    margin-right: auto;
    margin-left: auto;
    border-radius: 0.25rem;
}

.pageContentStyle {
    padding: 10px;
    background: rgb(50,50,50); /*fallback if rgba fails in older browsers*/
    background: rgba(204,204, 204, .85);
    background-color: white;
}

/* for the public header*/
/*.pubHead {
    position: relative;
    background-image: url("images/liquoreducation-banner_sm_edit.png");
    width: 1000px;
    height: 75px;
    margin-left: auto;
    margin-right: auto;
}

.pubHeadTitle {
    position: absolute;
    margin-left: 295px;
    margin-right: auto;
    margin-top: 20px;
    font-size: 40px;
    font-family: Arial, sans-serif;
    font-weight: 600;
}*/

.limit {
    max-width: 380px;
    height: 100%;
    max-height: 500px;
    overflow: hidden;
}

    .limit img {
        width: 100%;
    }


.btnGoBack {
    position: absolute;
    top: 27px;
    left: 30px;
}

.abcd-background {
    background-color: #661A52;
}

.abcd-font {
    /*font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 16px;*/
    line-height: 1.2;
}
/*
.RadForm.rfdLabel label {
    font-size: unset !important;
    font-family: unset !important;
}
*/
.flTop
{
  /*  font-size: 12px;*/
    font-weight: normal;
    color: #666666;
}
.flTopRequired
{   
  /*  font-size: 12px;*/
    font-weight: bold;
    color: #000000;
}
/*.hCenter
{
    text-align:center !important;
}*/
.vCenter
{
    vertical-align: middle !important;
}
.hvCenter
{
    text-align:center !important;
    vertical-align:middle !important;   
}
/*
.warn
{
    color:Red !important
}*/

/*H2
{
    font-size:large;
    font-weight:bold;
}*/

/*to get rid of a thin white line in the tabs*/
.RadTabStrip .rtsLink, .RadTabStripVertical .rtsLink {
    padding-left: 8px !important; 
}


/*the banner for the materialpub cart*/
.checkoutbackground {
    padding: 5px !important;
    font-weight: bolder !important;
    text-align: center !important;
    font-size: small !important;
    font-family: Segoe UI !important;
    background-image: url(../../public/images/headbground.gif) !important;
}

/*css to style checkbox list and radio button list*/
.form-check input {
    float: left;
    margin-left: -1.5em;
}

.form-check input {
    width: 1em;
    height: 1em;
    margin-top: .25em;
    vertical-align: top;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid rgba(0,0,0,.25);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-print-color-adjust: exact;    
}




    .form-check input[type=checkbox] {
        border-radius: 0.25em;
    }

    .form-check input[type=radio] {
        border-radius: 50%;
    }

    .form-check input:active {
        filter: brightness(90%);
    }

    .form-check input:focus {
        border-color: var(--bs-primary);
        outline: 0;
        box-shadow: 0 0 0 0.25rem rgba(62, 92, 94, 0.25);
    }

    .form-check input:checked {
        background-color: var(--bs-primary);
        border-color: var(--bs-primary);
    }

        .form-check input:checked[type=radio] {
            background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
        }

        .form-check input:checked[type=checkbox] {
            background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
        }

    .form-check input:disabled {
        pointer-events: none;
        filter: none;
        opacity: 0.5;
    }


    .form-check input[disabled] ~ label, input:disabled ~ label {
        opacity: 0.5;
    }


.RadInput_Bootstrap .riTextBox.riEmpty, html body .RadInput_Empty_Bootstrap {
    color: #757575 !important;
}

.RadScheduler .rsDateHeader {
    padding: 15px 4px !important;
}

.header-text-hidden {
    text-indent: -9999px; /* pushes text off-screen */
    overflow: hidden;
    white-space: nowrap;
}