@font-face {
    font-family: 'Helvetica LT Pro';
    src: url("/Styles/fonts/HelveticaLTPro-Roman.eot");
    src: url("/Styles/fonts/HelveticaLTPro-Roman.eot?#iefix") format("embedded-opentype"), url("/Styles/fonts/HelveticaLTPro-Roman.woff2") format("woff2"), url("/Styles/fonts/HelveticaLTPro-Roman.woff") format("woff"), url("/Styles/fonts/HelveticaLTPro-Roman.ttf") format("truetype"), url("/Styles/fonts/HelveticaLTPro-Roman.svg#HelveticaLTPro-Roman") format("svg");
    font-weight: 400;
    font-style: normal;
}

@-webkit-keyframes fontfix {
    from {
        opacity: 1;
    }

    to {
        opacity: 1;
    }
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, a, em, font, img, small, strong, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    font-family: Arial;
    line-height: normal;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
}

:focus {
    outline: 0;
}

table /* tables still need 'cellspacing="0"' in the markup */ {
    border-collapse: collapse;
    border-spacing: 0;
}

#container /* wrap all site's content */ {
    margin: 0 auto;
    padding: 0 0 10px;
    overflow: hidden;
    width: 930px;
}

.rgDataDiv {
    overflow: scroll !important;
}

    .rgDataDiv input /* over ride */ {
        width: auto;
    }

#txtOtherResponsibility /* over ride */ {
    margin-left: 5px;
    width: 100px !important;
}
/* </stylesheet reset> */
/* <rad tooltip> */
.rtWrapperContent .informationMessage {
    max-height: 350px;
    overflow: auto;
    width: 90%;
}
/* </rad tooltip> */
/* <form inside tabbed interface> */
.ajax__tab_body .content {
    margin: 0;
}

    .ajax__tab_body .content br {
        clear: left;
    }

.ajax__tab_body input, .ajax__tab_body select, .ajax__tab_body textarea {
    border: 1px solid #c0c0c0;
    display: block;
    font-size: 11px;
    float: left;
    padding: 3px;
    width: 225px;
    margin-bottom: 10px;
}

    .ajax__tab_body input[type="checkbox"], .ajax__tab_body input[type="image"] {
        border: 0;
        width: auto !important;
    }

#table1 input, .rgMasterTable input /* IE fix */ {
    *border: 0;
    *width: auto;
}

.ajax__tab_body .content .radio {
    margin: 0;
}

    .ajax__tab_body .content .checkbox input, .ajax__tab_body .content .radio input {
        border: 0;
        clear: none;
        width: auto !important;
    }

.ajax__tab_body .checkbox span, .ajax__tab_body .radio span {
    float: left;
    padding: 3px;
    margin: 0 8px 0 0;
}

.ajax__tab_body .content fieldset {
    background: transparent;
    padding: 20px 0 0 30px;
    position: relative;
}

.ajax__tab_body fieldset legend {
    font-size: 11px;
    font-weight: bold;
}

.radioButtonList {
    margin: 0;
}

.ajax__tab_body .content .radioButtonList label {
    padding-top: 4px !important;
}

.ajax__tab_body fieldset .checkbox {
    display: block;
    float: left;
    width: 49% !important;
}

.ajax__tab_body fieldset .radio {
    clear: none;
    display: block;
    float: left;
    width: 33%;
}

    .ajax__tab_body fieldset .radio #rdCustomerResponsibility + span {
        width: auto;
    }

.ajax__tab_body label, .ajax__tab_body .content label {
    color: #808080; /*display:block;*/
    float: left;
    font-size: 10px;
    font-weight: bold; /*text-align:right;*/
    padding-right: 5px;
    margin: 5px 0 0;
    overflow: visible;
    width: 200px;
}

.ajax__tab_body p, .ajax__tab_body span {
    font-size: 11px;
}

.ajax__tab_body textarea {
    height: 50px;
}

.ajax__tab_body .iconContainer input {
    padding-bottom: 0;
    margin: 0;
    width: auto;
}
/* </form inside tabbed interface> */
/* <Grouping Filtering form> */
.groupingFiltering br {
    clear: left;
}

.groupingFiltering label {
    color: #808080;
    display: block;
    float: left;
    font-size: 10px;
    font-weight: bold;
    margin: 5px 0 0;
    width: auto;
}

.groupingFiltering span label {
    font-weight: normal;
}

.groupingFiltering input, .groupingFiltering select, .groupingFiltering textarea {
    border: 1px solid #C0C0C0;
    display: block;
    font-size: 11px;
    float: left; /*margin:0 20px 10px 5px; xyz*/
    padding: 3px;
    width: auto;
}

    .groupingFiltering input[type="checkbox"] {
        border: 0;
        margin: 5px 0 5px 5px;
    }
/* </Grouping Filtering form> */
/* <Information Message Style> */
.informationMessage {
    border: 2px solid #b83d26;
    background: #fff;
    color: #b83d26;
    text-align: center;
    padding: 1em;
    margin: 2em 0;
}

.informationMessageSuccessLabel, .informationMessageFailLabel, .informationMessageLabel {
    margin: 0 !important;
    color: #b83d26;
    font-weight: bold;
}

.informationMessageSuccessIcon {
    display: none;
}

.informationMessageFailIcon {
    display: none;
}
/* </Information Message Style> */
/* <SignUp and Edit Profile form> */
.content fieldset p {
    max-width:none!important;
}

.content .phoneNumber {
    width: 50%;
}

.content .phoneNumberExt {
    width: 20%;
}

.content ul:nth-of-type(2) li:nth-child(6) /* targets second ul, second element */ {
}

/* <SignUp and Edit Profile form> */
/* <Aliases Page> */
.aliasesPage br {
    clear: left;
}

.aliasesPage .filteredListBox {
    float: left;
    margin-top: 10px;
    padding-left: 85px;
    width: 345px;
}

    .aliasesPage .filteredListBox .basePageTextBox {
        width: 270px !important;
        margin-bottom: 5px;
    }

    .aliasesPage .filteredListBox select, .addButton {
        width: 275px !important;
        margin-bottom: 5px;
    }

.aliasesPage select {
    font-size: 11px;
}

#expressions {
    padding: 5px;
    margin: 10px 0;
    height: 22px;
    border: dotted 1px #cccccc;
}

#masterGroupFilter {
    margin-right: 0 !important;
}

/* </Aliases Page> */
/* <Survey Page> */
* + html .survey {
    zoom: 1;
}

    .survey .divSurvey {
        float: left;
        width: 100%;
        margin: 2px 0px 15px 0px;
        font-size: 12px;
        font-weight: bold;
    }

    .survey .divQuestionAnswer {
        float: left;
        width: 100%;
        color: #808080;
    }

    .survey .pQuestion {
        float: left;
        width: 100%;
        margin: 15px 0px 7px 0px;
        font-size: 12px;
        font-weight: bold;
    }

    .survey .pAnswer {
        float: left;
        width: 100%;
    }

    .survey .divButton {
        float: left;
        width: 100%;
        padding: 20px 0;
    }

    .survey .divPanel {
        float: left;
        position: fixed;
        left: 50%;
        top: 50%;
        margin: -90px 0px 0px -200px;
        background-color: #e5e3e3;
        width: 400px;
        height: 180px;
        border: 1px solid #fff;
    }

    .survey .thankyou {
        text-align: center;
        padding: 15px;
    }

.pnlUserSurvey.survey h2 {
    border-bottom: 1px solid #B7B7B7;
    font-size: 15px;
    font-weight: bold;
    margin: 0;
    padding: 6px 0 !important;
    text-transform: none;
    text-align: center;
}

    .pnlUserSurvey.survey h2 span {
        padding: 0 !important;
    }

.survey h2 span {
    font-size: 18px;
}

.survey h3 {
    color: #333;
    clear: left;
    font-size: 12px;
    margin: 10px 0 !important;
}

.survey .continueBrowsing {
    width: 160px;
    color: #fff;
    cursor: pointer;
    border: 0;
}

.survey .pnlPopUpError {
    width: 460px;
    height: 140px;
    background-color: #ccc;
    float: left;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -230px;
    margin-top: -60px;
}

.survey .divPopupText {
    margin: 30px 10px 30px 10px;
    width: 440px;
}

    .survey .divPopupText p {
        text-align: center;
        font-size: 12px;
    }

.survey .divPopupButtons {
    margin: 10px;
    width: 440px;
    text-align: center;
}
/* </Survey Page> */

*,
*::after,
*::before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    font-family: Arial;
    font-style: normal;
    font-weight: 400;
    font-feature-settings: "kern", "liga", "pnum";
    line-height: 1.5;
    text-transform: none;
    color: #343636;
    -webkit-animation-delay: 0.1s;
    -webkit-animation-name: fontfix;
    -webkit-animation-duration: 0.1s;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: linear;
}

ul,
ol {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

dl {
    margin-bottom: 0.75em;
}

    dl dt {
        font-weight: bold;
        margin-top: 0.75em;
    }

    dl dd {
        margin: 0;
    }

h2 {
    color: #9c9182;
    font-family: Arial;
    font-size: 1.25em;
    line-height: 1.2;
    text-transform: uppercase;
    margin: 0 0 0.5em;
}

p, body p, body .ui-widget p {
    margin: 0 0 0.75em !important;
    color: #343636;
    font-family: Arial;
    font-weight: 400;
    Line-height: 24px;
    margin: 0 0 1em;
    text-transform: none;
}

a {
    border: none;
    color: #2f7692;
    text-decoration: none;
    -webkit-transition: color 150ms ease;
    transition: color 150ms ease;
}

    a:visited, a:active {
        color: #2f7692;
    }

    a:hover {
        color: #343636;
    }

img,
picture {
    margin: 0;
    max-width: 100%;
}

.basePageCaptionBoldLabel4 + a.basePageCaptionUnderlinedLink1 {
    color: #2f7692!important;
}

.basePageCaptionBoldLabel4 + a.basePageCaptionUnderlinedLink1:visited, .basePageCaptionBoldLabel4 + a.basePageCaptionUnderlinedLink1:active {
    color: #2f7692!important;
}

.basePageCaptionBoldLabel4 + a.basePageCaptionUnderlinedLink1:hover {
    color: #343636!important;
}

/* LOGIN STYLE */

.content.home input, .content.home label, .content.home select, .registerPage input, .registerPage label, .registerPage select, .passwordRecovery input, .passwordRecovery label, .passwordRecovery span {
    display: block;
}

.content.home input[type="checkbox"], .content.home .radio input, .content.home .radio label, .registerPage input[type="checkbox"], .registerPage .radio input, .registerPage .radio label, .passwordRecovery input[type="checkbox"], .passwordRecovery .radio input, .passwordRecovery .radio label {
    display: inline;
}

.content.home label, .registerPage label, .passwordRecovery label, .passwordRecovery #lblPasswordRecoveryEmail span {
    display:block;
    font-family: Arial;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.5;
    text-transform: none;
    color: #343636;
    margin: 16px 0 8px;
}

.content.home select, .content.registerPage select, .content.home input, .content.registerPage input, .content.home textarea, .content.registerPage textarea, .passwordRecovery input {
    font-family: Arial;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-transform: none;
    background-color: #ffffff;
    border: 2px solid #a5a5a5;
    color: #a5a5a5;
    border-radius: 0;
    color: #343636;
    line-height: normal;
    padding: 10px 18px;
}

fieldset {
    border: 2px solid #e2ded9;
    padding: 20px;
    margin-bottom: 48px !important;
}

.header {
    margin: 40px 0;
}

.header .linksTopNav {
    float:right;
}

.header .linksTopNav > div {
    display:inline-block;
}

.header .linksTopNav .utility {
    padding-left:20px;
}

.header .linksTopNav .utility a {
    text-decoration:underline;
}
.header .linksTopNav .utility a:hover {
    text-decoration:none;
}

.logo {
    background: url(/Images/Gunlocke/LogoGunlocke.png) no-repeat;
    display: block;
    height: 53px;
    width: 157px;
}

.content h1 {
    display: none;
}

.content .loginPage fieldset p {
    max-width: 930px;
}

.content .loginPage {
    display: block;
    float: left;    
    width: 415px;
}

#ctl00_MasterContentPlaceHolder_LoginUC1_divRegistration {
    padding-left: 50px;
}

.loginFields input[type="text"], .loginFields input[type="password"] {
    width: 405px;
}

.rememberMe {
    margin-top: 0.5rem;
    font-size: small;
}

    .rememberMe a {
        display: block;
        text-align: left;
        margin-top: 7px;
        margin-right: 12px;
    }

.buttonContainer a, body .ui-dialog .ui-dialog-buttonpane button, .registerPage button, .content.home button {
    background: #b83d26 none;
    border: none;
    color: #ffffff;
    margin-top: 1rem;
    padding: 12px 25px;
    font-family: Arial;
    font-size: 1.125rem;
    font-weight: 300;
    line-height: 18px;
    transition: all 250ms ease;
    display: inline-block;
    position: relative;
    text-align: center;
    text-transform: uppercase;
}

    .buttonContainer a:hover {
        background-color: #343636;
        border: none;
        color: #ffffff;
    }

.content .loginPage ul {
    list-style: disc inside;
    margin: 0px 0;
    color: #9c9182;
}

.content .loginPage li {
    float: none;
    margin: 3px 0;
    white-space: nowrap;
    color: #9c9182;
}

    .content .loginPage li span {
        font-size: 1rem;
        color: #343636;
    }

#ctl00_footer {
    width: 100%;
    border-bottom: 10px solid #cec8c0;
    background: #E1DED9;
    padding: 20px 30px;
    overflow: auto;
}

    #ctl00_footer a {
        display: block;
        float: left;
        clear: left;
        font-size: small;
        margin: 2px 0;
    }

    #ctl00_footer > span {
        display: none;
        color: #9c9182;
    }

span#ctl00_copyrightsInformation, span#ctl00_assemblyVersion {
    display: block;
    float: right;
    clear: right;
    font-size: small;
    margin-top: 5px;
}

span#ctl00_copyrightsInformation {
    margin-top: -20px;
}

/* REGISTER STYLE */

.registerPage h3 {
    color: #9c9182;
    font-family: Arial;
    font-size: 20px;
    line-height: 1.2;
    text-transform: uppercase;
    margin: 0 0 0.5em;
    clear: both;
}

.registerPage h3.additionalInformationHeader {
    margin:8px 0;
}

.registerPage h3.companyInformation {
    margin: 0;
    padding-top: 2em;
}

.registerPage h3 br {
    display: none;
}

.registerPage small, .passwordRecovery h3 {
    display: block;
    font-size: 13px;
    font-weight:400;
    margin-top:6px;
}

    .registerPage small.instruction {
        width: auto;
    }

#dvDivisionInfo {
    clear: both;
    padding-top: 2.5em;
}

.registerPage li {
    width: 443px;
    float: left;
}

.registerPage ul:nth-of-type(n) li:nth-child(odd) {
    clear: left;
}

.registerPage input[type="text"], .registerPage input[type="password"] {
    width: 423px;
}
.registerPage .radioList li {
    clear:none!important;
    margin:0 20px 0 0;
    width:auto;
}
.registerPage input.phoneNumber {
    width: 285px;
    float: left;
    margin-right: 15px;
}

.registerPage input.phoneNumberExt {
    width: 100px;
}
.registerPage .lineBlock .checkboxBlock input, .registerPage .lineBlock .checkboxBlock label {
    display:inline; 
    float:none!important;
}
.registerPage .lineBlock .checkboxBlock {
    display:inline-block;
    margin:0 20px 0 0;
}
.registerPage p.line {
    clear:both;
}
.registerPage .customerOnly br, .registerPage .notCustomerOnly br {
    display:none;
}
.registerPage #customerInformation label {
    margin-top:0!important;
}
/* SUCCESSFUL PAGE */
.successfulMessage {
    border: 2px solid #e2ded9;
}
.successfulMessage p {
    font-family: Arial!important;
    font-size: 16px!important;
    font-style: normal;
    font-weight: 400!important;
    line-height: 1.5;
    text-transform: none;
    color: #343636!important;
    margin: 0!important;
}
.successfulMessage p a {
    font-weight:400;
}
/* OIM Reset Page */
.content.reset-password label {
    color: #1c1c1c;
    display: block;
    font-size: 13px;
    font-weight: bold;
    margin: 3px 0;
    width: 314px;
}

.content.reset-password li {
    *display: block;
    float: left;
    margin: 0 50px 0 0;
    _margin: 0 25px 0 0;
    width: 37%;
}
    .content.reset-password li input {
        border: 1px solid #c0c0c0;
        line-height: 20px;
        width: 100%;
    }
    .content.reset-password li:nth-child(1) /* targets all first-childs */ {
        clear: none;
    }

.content.reset-password ul:nth-of-type(n) li:nth-child(odd) /* targets first ul */ {
    clear: left;
}

.content.reset-password div small {
    margin: 5px 0 20px 0;
}

.content.reset-password small {
    color: #8B8B8B;
    display: block;
    font-size: 12px;
    font-weight: 400;
    margin: -5px 0 10px 0;
}

    .content.reset-password small.instruction {
        color: #848484;
        font-size: 11px;
        font-weight: normal;
    }
.content.reset-password .requirements-list, .content.reset-password p {
    font-size: 12px;
}