﻿@font-face {
    font-family: 'Roboto Black';
    src: url(/fonts/Roboto-Black.ttf) format('truetype');
    font-style: normal;
    font-weight: 900;
}

@font-face {
    font-family: 'Roboto Black Italic';
    src: url(/fonts/Roboto-BlackItalic.ttf) format('truetype');
    font-style: italic;
    font-weight: 900;
}

@font-face {
    font-family: 'Roboto Bold';
    src: url(/fonts/Roboto-Bold.ttf) format('truetype');
    font-style: normal;
    font-weight: 700;
}

@font-face {
    font-family: 'Roboto Bold Italic';
    src: url(/fonts/Roboto-BoldItalic.ttf) format('truetype');
    font-style: italic;
    font-weight: 700;
}

@font-face {
    font-family: 'Roboto Medium';
    src: url(/fonts/Roboto-Medium.ttf) format('truetype');
    font-style: normal;
    font-weight: 500;
}

@font-face {
    font-family: 'Roboto Medium Italic';
    src: url(/fonts/Roboto-MediumItalic.ttf) format('truetype');
    font-style: italic;
    font-weight: 500;
}

@font-face {
    font-family: 'Roboto';
    src: url(/fonts/Roboto-Regular.ttf) format('truetype');
    font-style: normal;
    font-weight: 400;
}

@font-face {
    font-family: 'Roboto Italic';
    src: url(/fonts/Roboto-Italic.ttf) format('truetype');
    font-style: italic;
    font-weight: 400;
}

@font-face {
    font-family: 'Roboto Light';
    src: url(/fonts/Roboto-Light.ttf) format('truetype');
    font-style: normal;
    font-weight: 300;
}

@font-face {
    font-family: 'Roboto Light Italic';
    src: url(/fonts/Roboto-LightItalic.ttf) format('truetype');
    font-style: italic;
    font-weight: 300;
}

@font-face {
    font-family: 'Roboto Thin';
    src: url(/fonts/Roboto-Thin.ttf) format('truetype');
    font-style: normal;
    font-weight: 100;
}

@font-face {
    font-family: 'Roboto Thin Italic';
    src: url(/fonts/Roboto-ThinItalic.ttf) format('truetype');
    font-style: italic;
    font-weight: 100;
}

body {
    font-family: 'Roboto Light', sans-serif;
    font-style: normal;
    font-weight: 300;
    color: #fff;
    padding-bottom: 20px;
    background-color: #0d1A38;
    /*background-image: url(/Images/Base/background.jpg);
	background-repeat: no-repeat;
	background-size: cover;*/
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

p {
    font-size: 15px;
}

.col-menu-12, .col-menu-14, .col-menu-16, .col-reg-16, .col-rlog-20,
.col-bb-25, .col-ilook, .col-scantype {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

@media (min-width: 992px) {
    .col-menu-offset-2 {
        margin-left: 2%;
    }

    .col-menu-offset-8 {
        margin-left: 8%;
    }

    .col-menu-offset-14 {
        margin-left: 14%;
    }

    .col-menu-offset-15 {
        margin-left: 15%;
    }

    .col-menu-offset-20 {
        margin-left: 20%;
    }

    .col-menu-offset-22 {
        margin-left: 22%;
    }

    .col-menu-offset-26 {
        margin-left: 26%;
    }

    .col-menu-offset-29 {
        margin-left: 29%;
    }

    .col-menu-offset-32 {
        margin-left: 32%;
    }

    .col-menu-offset-36 {
        margin-left: 36%;
    }

    .col-menu-offset-38 {
        margin-left: 38%;
    }

    .col-menu-offset-50 {
        margin-left: 50%;
    }

    .col-menu-offset-57 {
        margin-left: 57%;
    }

    .col-menu-offset-64 {
        margin-left: 64%;
    }

    .col-menu-offset-71 {
        margin-left: 71%;
    }

    .col-menu-offset-78 {
        margin-left: 78%;
    }

    .col-menu-12 {
        float: left;
        width: 12%;
    }

    .col-menu-14 {
        float: left;
        width: 14%;
    }

    .col-menu-16 {
        float: left;
        width: 16%;
    }

    .col-reg-16 {
        float: left;
        width: 16.5%;
    }

    .col-rlog-20 {
        float: left;
        width: 20%;
    }

    .col-bb-25 {
        float: left;
        width: 25%;
    }

    .col-ilook {
        float: left;
        width: 30%;
    }

    .col-scantype {
        float: left;
        width: 42%;
    }
}

.form-control {
    font-size: 15px;
    color: black;
}

    .form-control::-moz-placeholder {
        text-transform: none;
        opacity: 1;
    }

    .form-control:-ms-input-placeholder {
        text-transform: none;
    }

    .form-control::-webkit-input-placeholder {
        text-transform: none;
    }

    .form-control[disabled],
    .form-control[readonly],
    fieldset[disabled] .form-control {
        background-color: #fff;
    }

.dropdown-menu {
    background-color: #222;
}

    .dropdown-menu > li > a {
        color: #9d9d9d;
    }

        .dropdown-menu > li > a:hover,
        .dropdown-menu > li > a:focus {
            color: #fff;
            background-color: #222;
        }

a {
    color: #fff;
}

    a:hover,
    a:focus {
        color: #fff;
    }

#s_istatus:invalid, #s_iattribute:invalid, #s_iused:invalid, #s_ltype:invalid, #s_ctype:invalid,
#s_state:invalid, #s_nonus:invalid, #s_country:invalid, #s_status:invalid, #sfx:invalid,
#heightft:invalid, #heightin:invalid, #eye:invalid, #hair:invalid, #miscpr:invalid,
#ids:invalid, #ids2:invalid, #hand:invalid, #used:invalid, #icustomer:invalid, #icountry:invalid,
#lcap:invalid, #cons:invalid, #istatus:invalid, #itype:invalid, #interval:invalid, #_cond:invalid,
#_istatus:invalid, #_itype:invalid, #_interval:invalid, #idt2_ddl:invalid, #stores_ddl:invalid,
#profiles_ddl:invalid {
    color: #999;
    /*Change color of "placeholder" text in select box*/
}

#s_istatus option, #s_iattribute option, #s_iused option, #s_ltype option, #s_ctype option,
#s_state option, #s_nonus option, #s_country option, #s_status option, #sfx option,
#heightft option, #heightin option, #eye option, #hair option, #miscpr option,
#ids option, #ids2 option, #hand option, #used option, #icustomer option, #icountry option,
#lcap option, #cons option, #istatus option, #itype option, #interval option, #_cond option,
#_istatus option, #_itype option, #_interval option, #idt2_ddl option, #stores_ddl option,
#profiles_ddl option {
    /*Default color for valid options*/
    color: black;
}

    #s_istatus option[value=""], #s_iattribute option[value=""], #s_iused option[value=""],
    #s_ltype option[value=""], #s_ctype option[value=""], #s_state option[value=""],
    #s_nonus option[value=""], #s_country option[value=""], #s_status option[value=""],
    #sfx option[value=""], #heightft option[value=""], #heightin option[value=""],
    #eye option[value=""], #hair option[value=""], #miscpr option[value=""],
    #ids option[value=""], #ids2 option[value=""], #hand option[value=""],
    #used option[value=""], #icustomer option[value=""], #icountry option[value=""],
    #lcap option[value=""], #cons option[value=""], #istatus option[value=""],
    #itype option[value=""], #interval option[value=""], #_cond option[value=""],
    #_istatus option[value=""], #_itype option[value=""], #_interval option[value=""],
    #idt2_ddl option[value=""], #stores_ddl option[value=""], #profiles_ddl option[value=""] {
        /*Change color of "placeholder" text in dropdown for invalid options*/
        color: #999;
    }

.import_input:focus {
    outline: 0;
    box-shadow: inset 0 1px 1px transparent, 0 0 8px transparent;
}

.import_select {
    color: transparent;
}

    .import_select option {
        color: #555;
    }

.td_static_top {
    padding-left: 10px;
    padding-right: 10px;
    background-color: #0d1A38;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.td_static_middle {
    padding-left: 10px;
    padding-right: 10px;
    background-color: #0d1A38;
}

.td_static_bottom {
    padding-left: 10px;
    padding-right: 10px;
    background-color: #0d1A38;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

.td_dynamic_black {
    padding-left: 10px;
    padding-right: 10px;
    color: black;
}

.table td {
    background-color: rgba(255, 255, 255, 0.9);
    color: black;
}

.table th {
    color: white;
    background-color: #0d1A38;
}

.table .table {
    color: black;
}

.table-hover > tbody > tr:hover {
    background-color: rgba(255, 255, 255, 0.5);
    border: 1px solid #808080;
}

.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
    background-color: rgba(255, 255, 255, 0.85);
    /*border: 1px solid #d3d3d3;*/
}

/*.table > tbody > tr > td {
	border: 1px solid #808080;
}*/

/*Chrome only*/
@media (-webkit-min-device-pixel-ratio: 0) {
    .table > thead > tr > td.active,
    .table > tbody > tr > td.active,
    .table > tfoot > tr > td.active,
    .table > thead > tr > th.active,
    .table > tbody > tr > th.active,
    .table > tfoot > tr > th.active,
    .table > thead > tr.active > td,
    .table > tbody > tr.active > td,
    .table > tfoot > tr.active > td,
    .table > thead > tr.active > th,
    .table > tbody > tr.active > th,
    .table > tfoot > tr.active > th {
        border: 1px solid #d3d3d3;
    }
}

/*Firefox only*/
@-moz-document url-prefix() {
    .table > tbody > tr > td {
        border: 1px solid #808080;
    }

        .table > thead > tr > td.active,
        .table > tbody > tr > td.active,
        .table > tfoot > tr > td.active,
        .table > thead > tr > th.active,
        .table > tbody > tr > th.active,
        .table > tfoot > tr > th.active,
        .table > thead > tr.active > td,
        .table > tbody > tr.active > td,
        .table > tfoot > tr.active > td,
        .table > thead > tr.active > th,
        .table > tbody > tr.active > th,
        .table > tfoot > tr.active > th {
            border: 1px solid #808080;
        }
}

/*IE, Edge only*/
@media all and (-ms-high-contrast: none) {
    .table > tbody > tr > td {
        border: 1px solid #808080;
    }
}

table.gj-grid-bootstrap thead th {
    font-family: 'Roboto Light';
    font-style: normal;
    font-weight: 300;
    color: white;
    background-color: #0D1A38;
    border: 1px solid #808080;
}

table.gj-grid-bootstrap thead tr {
    border: 1px solid #808080;
}

.gj-grid-bootstrap tfoot tr[data-role="pager"] th {
    font-family: 'Roboto Light';
    font-style: normal;
    font-weight: 300;
    color: white;
    background-color: #0D1A38;
    border: 1px solid transparent;
}

.gj-grid-bootstrap-3 tfoot tr[data-role="pager"] th > div > input {
    font-family: 'Roboto Light';
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    width: 45px;
}

.gj-grid-bootstrap tfoot tr[data-role="pager"] th > div > select {
    font-family: 'Roboto Light';
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    width: 70px;
}

.grid_header_icon {
    font-size: 16px;
}

.jumbotron {
    background-color: rgba(255, 255, 255, 0.3);
}

@media (min-width: 768px) {
    .form-horizontal .control-label-star {
        padding-top: 7px;
        margin-bottom: 0;
        text-align: right;
    }
}

.control-label {
    font-size: 15px;
    font-weight: normal;
}

.control-label-star {
    font-size: 15px;
    font-weight: normal;
}

    .control-label-star:after {
        content: " *";
    }

.text-danger {
    color: white;
}

.modal {
    text-align: center;
    padding: 0 !important;
}

    .modal:before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
        margin-right: -4px;
    }

.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

.modal-content {
    border-radius: 20px;
    background-color: #29354d;
}

.modal-title {
    text-align: center;
    margin-top: 30px;
    font-size: 24px; /*<h3>*/
}

.modal-header {
    border-bottom: none;
}

    .modal-header .close_1 {
        margin-top: -5px;
    }

.modal-footer {
    border-top: none;
}

.modal-content-transparent {
    background-color: transparent;
    border: 0 none transparent;
    border-radius: 0;
    box-shadow: none;
}

.div-index_80 {
    width: 80px;
    display: block;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    cursor: pointer;
}

.div-index_80_inactive {
    width: 80px;
    display: block;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.div-index {
    width: 110px;
    display: block;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    cursor: pointer;
}

.div-index-mark {
    width: 110px;
    display: block;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
}

.div-index-dissue {
    width: 110px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    cursor: pointer;
}

.div-index-ilist {
    width: 110px;
    display: block;
    text-align: center;
    cursor: pointer;
}

.div-index-large {
    width: 120px;
    display: block;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    cursor: pointer;
}

.div-index-small {
    width: 100px;
    display: block;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.progress-bar-info {
    background-image: -webkit-linear-gradient(top, #5bc0de 0, #5bc0de 100%);
    background-image: -o-linear-gradient(top, #5bc0de 0, #5bc0de 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#5bc0de), to(#5bc0de));
    background-image: linear-gradient(to bottom, #5bc0de 0, #5bc0de 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff5bc0de', GradientType=0);
    background-repeat: repeat-x;
}

.span_disabled {
    cursor: not-allowed;
    filter: alpha(opacity=65);
    opacity: .65;
}

/* Override the default bootstrap behavior where horizontal description lists
   will truncate terms that are too long to fit in the left column
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

.recaptcha {
    -webkit-transform: scale(0.795);
    -moz-transform: scale(0.795);
    -ms-transform: scale(0.795);
    -o-transform: scale(0.795);
    transform: scale(0.795);
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;
}

.ac_table tr:nth-child(odd) {
    background-color: transparent;
}

.ac_table tr:nth-child(even) {
    background-color: rgba(255, 255, 255, 0.1);
}

.item_status {
    color: blue;
    font-weight: normal;
}

.warning_sign_ar {
    color: yellow;
    font-style: normal;
    font-weight: 300;
    font-size: 30px;
    cursor: pointer;
}

.warning_sign {
    margin-left: 10px;
    color: red;
    font-size: 24px;
    font-weight: normal;
    cursor: pointer;
}

.warning_sign_4473 {
    margin-left: 10px;
    color: red;
    font-size: 24px;
    font-weight: normal;
}

.warning_data {
    margin-right: 40px;
    color: red;
    font-weight: normal;
}

.warning_data_user {
    color: yellow;
    font-size: 18px;
}

.warning_data_user_active {
    color: white;
    font-size: 18px;
}

.label_warning {
    color: red;
    font-size: 30px;
    cursor: pointer;
}

.no_header {
    display: none;
}

.grid_font_size {
    font-size: 17px;
}

.signature-pad > canvas, .signature-tpad > canvas {
    display: block;
    width: 300px;
    height: 150px;
    margin-bottom: 5px;
}

.sig-description {
    color: #C3C3C3;
    text-align: center;
    font-size: 13px;
    margin-bottom: -10px;
}

.jborder {
    padding-right: 15px;
    padding-left: 15px;
    border-radius: 6px;
}

.jborder-pad {
    padding: 15px 15px;
    border-radius: 6px;
}

.jborder_form1 {
    background-color: transparent;
    margin-top: -15px;
    padding-top: 0;
    padding-bottom: 0;
}

@media (min-width: 992px) {
    #div_nonus, #div_nonusc {
        padding-top: 15px;
        padding-bottom: 15px;
        margin-bottom: 15px;
        border-radius: 6px;
        background-color: rgba(255, 255, 255, 0.1);
    }
}

@media (max-width: 992px) {
    #div_nonus, #div_nonusc {
        padding-left: 15px;
        padding-top: 15px;
        padding-bottom: 15px;
        margin-bottom: 15px;
        border-radius: 6px;
        background-color: rgba(255, 255, 255, 0.1);
    }
}

.listbox {
    padding: 6px 12px;
    margin-left: auto;
    margin-right: auto;
    background-color: transparent;
    background-image: none;
    border-left: 0 none transparent;
    border-right: 0 none transparent;
    border-top: 0 none transparent;
    border-bottom: 0 none transparent;
    border-radius: 0;
    font-size: 16px;
}

.form-control-login {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    line-height: 1.42857143;
    color: #fff;
    background-color: transparent;
    background-image: none;
    border-left: 0 none transparent;
    border-right: 0 none transparent;
    border-top: 0 none transparent;
    border-bottom: 0 none transparent;
    border-radius: 0;
    font-size: 16px;
}

    .form-control-login:focus {
        border-color: transparent;
        outline: 0;
        box-shadow: none;
    }

    .form-control-login::-moz-placeholder {
        color: #c8cacb;
        opacity: 1;
    }

    .form-control-login:-ms-input-placeholder {
        color: #c8cacb;
    }

    .form-control-login::-webkit-input-placeholder {
        color: #c8cacb;
    }

    .form-control-login::-ms-expand {
        background-color: transparent;
        border: 0;
    }

.form-control-extlogin {
    width: 30px;
    cursor: pointer;
}

.api_keys[readonly] {
    font-size: 18px;
    padding: 0;
    margin-top: 3px;
    background-color: transparent;
    border-style: none;
    color: #fff;
    max-width: none;
}

.api_keys:focus {
    border-style: none;
    outline: 0;
    box-shadow: none;
}

.api_keys::selection {
    background-color: blue;
}

.div_api {
    display: flex;
    flex-direction: row;
}

    .div_api label {
        font-size: 30px;
        cursor: pointer;
    }

.copy_notice {
    margin-left: 20px;
    margin-top: 10px;
    font-size: 14px !important;
    font-weight: normal;
    color: yellow;
    visibility: hidden;
}

#regffl {
    text-transform: uppercase;
    width: 350px;
    max-width: none;
    height: 30px;
    padding: 0;
    font-size: 30px;
}

    #regffl::-moz-placeholder {
        text-transform: none;
        font-size: 30px;
        opacity: 0.5;
    }

    #regffl:-ms-input-placeholder {
        text-transform: none;
        font-size: 30px;
        opacity: 0.5;
    }

    #regffl::-webkit-input-placeholder {
        text-transform: none;
        font-size: 30px;
        opacity: 0.5;
    }

    #regffl::-ms-expand {
        text-transform: none;
        font-size: 30px;
        opacity: 0.5;
    }

.text_yn {
    margin-top: 5px;
    text-align: center;
    display: block;
}

.image_title_ellipsis {
    line-height: 21px;
    margin-top: 5px;
    font-size: 18px;
    width: 120px;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.image_title {
    line-height: 21px;
    margin-top: 5px;
    font-size: 18px;
}

.image_title_15 {
    line-height: 21px;
    margin-top: 5px;
    font-size: 15px;
}

.image_footer_title {
    margin-top: 4px;
    font-size: 15px;
}

.footer_icons {
    margin-right: 15px;
    display: block;
    text-align: center;
}

.footer_date {
    margin-top: 15px;
    border-radius: 2px;
    font-size: 13px;
    color: black;
    background-color: rgba(255, 255, 255, 0.65);
    padding-left: 5px;
    padding-right: 5px;
}

#modalWait {
    z-index: 2002;
}

#modalIDTagWait {
    z-index: 2001;
}

#modalIEditDialog {
    z-index: 1999;
    overflow-y: auto;
}

#modalAFFLDialog {
    z-index: 2000;
}

#modalIn4473 {
    z-index: 1999;
    overflow-y: auto;
}

#modalMSDialog {
    z-index: 1999;
    overflow-y: auto;
}

#modalConfirmItemsYesNo {
    z-index: 1999;
    overflow-y: auto;
}

#modalNCIC {
    z-index: 2000;
}

#modalPrintDialogAI {
    z-index: 1999;
    overflow-y: auto;
}

#modalPrintDialogABM {
    z-index: 1999;
    overflow-y: auto;
}

#modalPrintDialogSO {
    z-index: 1999;
    overflow-y: auto;
}

#modalP12 {
    z-index: 2000;
}

#modalDPS {
    z-index: 2000;
}

#modalForm11Alert {
    z-index: 2000;
}

#modalForm11Dialog {
    z-index: 1999;
    overflow-y: auto;
}

#modalARAlert {
    z-index: 2000;
}

#modalAlert {
    z-index: 2001;
}

#modalStaticAlert {
    z-index: 2000;
}

#modalConnectAlert {
    z-index: 2000;
}

#modalARDialog {
    z-index: 1999;
    overflow-y: auto;
}

#modalConfirmYesNo {
    z-index: 2002;
}

#modalFormPrint {
    z-index: 2001;
}

#modalFIR652Dialog {
    z-index: 1999;
    overflow-y: auto;
}

#modalP12Dialog {
    z-index: 1999;
    overflow-y: auto;
}

#modalRI60Dialog {
    z-index: 1999;
    overflow-y: auto;
}

#modalDPSDialog {
    z-index: 1999;
    overflow-y: auto;
}

#modalSP65Dialog {
    z-index: 1999;
    overflow-y: auto;
}

#modalPreviewStore {
    z-index: 1999;
    overflow-y: auto;
}

#modalARightsDialog {
    z-index: 1999;
    overflow-y: auto;
}

#modalGDialogSO {
    overflow-y: auto;
}

#modalGDialogDisp {
    z-index: 1999;
    overflow-y: auto;
}

#modalTAlert {
    overflow-y: auto;
}

.image-cropper {
    max-width: 40px;
    height: auto;
    position: relative;
    overflow: hidden;
}

.rounded {
    display: block;
    margin: 0 auto;
    height: 40px;
    width: 40px;
    border-radius: 50%;
}

.submenu-top-border {
    border-color: #c4d9f3;
    border-style: solid;
    border-top-width: 1px;
    border-bottom-width: 0;
    border-left-width: 0;
    border-right-width: 0;
}

.submenu-top-bottom-border {
    border-color: #c4d9f3;
    border-style: solid;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 0;
    border-right-width: 0;
    cursor: pointer;
}

.submenu-bottom-border {
    border-color: #c4d9f3;
    border-style: solid;
    border-top-width: 0;
    border-bottom-width: 1px;
    border-left-width: 0;
    border-right-width: 0;
    cursor: pointer;
}

.submenu-top {
    height: 40px;
}

    .submenu-top img {
        width: 16px;
        margin-left: 20px;
        margin-bottom: 5px;
    }

    .submenu-top text {
        margin-left: 10px;
        font-size: 18px;
    }

.submenu-bottom {
    height: 40px;
}

    .submenu-bottom img {
        width: 16px;
        margin-left: 20px;
        margin-bottom: 5px;
    }

    .submenu-bottom text {
        margin-left: 10px;
        font-size: 18px;
    }

.navbar-text-overflow {
    width: 150px;
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.navbar-fixed-left {
    margin-top: 25px !important;
    width: 190px;
    position: absolute;
    border-radius: 0;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

    .navbar-fixed-left + .container {
        padding-left: 0;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }

.navbar-fixed-padding-left + .container {
    padding-left: 170px;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.navbar-fixed-hidden {
    margin-left: -170px;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.navbar-left-margin {
    padding-left: 15px;
    margin-top: 15px;
    margin-bottom: 10px;
}

.navbar-left-margin-footer {
    padding-left: 15px;
    margin-top: 15px;
}

.navbar-right-margin {
    padding-right: 15px;
    margin-top: 15px;
    margin-bottom: 10px;
}

.navbar-right-margin-footer {
    padding-right: 15px;
    margin-top: 15px;
}

.dot {
    height: 20px;
    width: 20px;
    border-radius: 50%;
    display: inline-block;
}

.badge {
    position: absolute;
    top: -6px;
    padding: 3px 7px;
    font-family: Roboto;
    font-weight: 400;
    font-size: 18px;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: red;
    border-radius: 11px;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

#profilelist {
    background-color: #0d1A38;
    max-width: none;
    font-size: 24px;
}

    #profilelist option {
        padding-top: 5px;
        padding-bottom: 5px;
    }

        #profilelist option:hover {
            color: #addfff;
            cursor: pointer;
        }

        #profilelist option:checked {
            background: linear-gradient(#4b6987, #4b6987);
            background-color: #4b6987; /* for IE */
        }

#div_profilelist {
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
}

    #div_profilelist select {
        padding: 10px;
        margin: -5px -25px -5px -5px;
    }

.select_glyphicons {
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 1;
}

@media (min-width: 992px) {
    .tbl_img {
        margin-top: 0;
    }

    #div_cinfo, #div_siinfo {
        width: 100%;
    }

    #div_cpreview {
        margin-top: 20px;
        margin-left: 32%;
    }

    #div_iprint {
        margin-top: 20px;
        margin-left: 19.7%;
    }

    #div_cusinfo, #div_ihistory {
        margin-top: 20px;
        margin-left: 19%;
        width: 15.5%;
    }

    .sec_id_width {
        width: 260px;
    }

    .sec_id_top {
        margin-top: 8px;
    }

    #td_inotes {
        width: 97px;
        vertical-align: top;
    }

    #div_i4473_legend {
        margin-left: 15px;
    }

    .tb_margin {
        margin-bottom: 5px;
    }

    #text_5mit:before {
        content: "$5.00 Mail-in Transaction";
    }

    #tbl_q11a {
        margin-top: 5px;
    }

    #tbl_q11b {
        margin-top: 5px;
    }

    #tbl_q11c {
        margin-top: 5px;
    }

    #tbl_q11d {
        margin-top: 5px;
    }

    #tbl_q11e {
        margin-top: 5px;
    }

    #tbl_q11f {
        margin-top: 5px;
    }

    #tbl_q11g {
        margin-top: 5px;
    }

    #tbl_q11h {
        margin-top: 5px;
    }

    #tbl_q11i {
        margin-top: 5px;
    }

    #tbl_q12b {
        margin-top: 5px;
    }

    #tbl_q12c {
        margin-top: 5px;
    }

    #tbl_q12d1 {
        margin-top: 5px;
    }

    #tbl_q12d2 {
        margin-top: 5px;
    }

    #tbl_q7 {
        margin-top: 5px;
    }

    #tbl_q8 {
        margin-top: 5px;
    }

    #tbl_q9 {
        margin-top: 5px;
    }

    #tbl_q17 {
        width: 72%;
    }

    #tbl_q33_ffl {
        width: 100%;
        margin-top: 5px;
    }

    #tbl_acq_disp {
        margin-top: 0;
        margin-bottom: -10px;
    }

    #img_ffl_lookup {
        margin-top: 12px;
    }

    #label_lastupdate {
        padding-top: 0;
        white-space: nowrap;
    }

    #label_lupdate {
        padding-top: 0;
        text-align: left;
    }

    #btn_asearch {
        width: 70px;
        margin-top: 2px;
        margin-bottom: 5px;
        padding-left: 0;
        padding-right: 0;
    }
}

@media (max-width: 992px) {
    .tbl_img {
        margin-top: 30px;
    }

    #div_cinfo, #div_siinfo {
        display: inline-block;
    }

    #div_cusinfo, #div_cpreview, #div_iprint, #div_ihistory {
        margin-top: 20px;
    }

    #div_idt2, #div_idn2, #div_ids2, #tbl_ide2 {
        margin-left: 100px;
    }

    .sec_id_width {
        width: 280px;
    }

    .sec_id_top {
        width: 136px;
        margin-top: 8px;
    }

    #td_inotes {
        width: 100px;
        vertical-align: top;
    }

    .tb_margin {
        margin-bottom: 10px;
    }

    #text_5mit:before {
        content: "$5.00 Mail-\2026";
    }

    #tbl_q11a {
        margin-top: 10px;
    }

    #tbl_q11b {
        margin-top: 10px;
    }

    #tbl_q11c {
        margin-top: 10px;
    }

    #tbl_q11d {
        margin-top: 10px;
    }

    #tbl_q11e {
        margin-top: 10px;
    }

    #tbl_q11f {
        margin-top: 10px;
    }

    #tbl_q11g {
        margin-top: 10px;
    }

    #tbl_q11h {
        margin-top: 10px;
    }

    #tbl_q11i {
        margin-top: 10px;
    }

    #tbl_q12b {
        margin-top: 10px;
    }

    #tbl_q12c {
        margin-top: 10px;
    }

    #tbl_q12d1 {
        margin-top: 10px;
    }

    #tbl_q12d2 {
        margin-top: 10px;
    }

    #tbl_q7 {
        margin-top: 10px;
    }

    #tbl_q8 {
        margin-top: 10px;
    }

    #tbl_q9 {
        margin-top: 10px;
    }

    #tbl_q17 {
        width: 100%;
    }

    #div_nics_quick {
        margin-top: 15px;
    }

    #div_nics_phone {
        margin-top: 15px;
    }

    #tbl_q33_ffl {
        width: 100%;
        margin-top: 15px;
    }

    #tbl_acq_disp {
        margin-top: 10px;
        margin-bottom: -10px;
    }

    #img_ffl_lookup {
        margin-top: 7px;
    }

    #label_lastupdate {
        padding-top: 10px;
        white-space: nowrap;
    }

    #label_lupdate {
        padding-top: 0;
        text-align: left;
    }

    #btn_asearch {
        width: 100%;
        margin-top: 2px;
        margin-bottom: 5px;
    }
}

#ta_notes {
    height: 96px;
    width: 100%;
    max-width: none;
    margin-top: 10px;
    background-color: transparent;
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 5px 7px;
    font-size: 15px;
}

.legend {
    font-size: 12px;
    white-space: nowrap;
}

#div_d2d_title {
    margin-top: 5px;
    margin-left: 75px;
    font-size: 15px;
    white-space: nowrap;
    line-height: 18px;
}

#collapseD2D {
    width: 85%;
    margin-top: 10px;
    margin-bottom: -20px;
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: rgba(255, 255, 255, .1)
}

#div_cert {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 0;
    background-color: rgba(255, 255, 255, .1)
}

.collapse_rp {
    margin-top: 45px;
    padding-top: 30px;
    padding-bottom: 10px;
    background-color: rgba(255, 255, 255, .1);
}

.div_rp {
    display: inline-block;
    margin-top: 10px;
    cursor: pointer;
    white-space: nowrap;
}

/* enable absolute positioning */
.inner-addon {
    position: relative;
}

    /* style icon */
    .inner-addon .glyphicon {
        position: absolute;
        padding-top: 6px;
        padding-right: 10px;
        cursor: pointer;
        color: black;
    }

/* align icon */
.left-addon .glyphicon {
    left: 0;
}

.right-addon .glyphicon {
    right: 0;
}

/* add padding  */
.left-addon input {
    padding-left: 30px;
}

.right-addon input {
    padding-right: 30px;
}

#span_import {
    padding: 6px 8px;
    border-radius: 4px;
    background-color: rgba(255, 255, 255, 0.9);
    margin-right: 80px;
    font-size: 14px;
}

#span_itlog {
    padding: 6px 8px;
    border-radius: 4px;
    background-color: rgba(255, 255, 255, 0.9);
    color: #eb0000;
    margin-right: 190px;
    font-size: 14px;
}

#span_trans {
    padding: 6px 8px;
    border-radius: 4px;
    background-color: rgba(255, 255, 255, 0.9);
    color: #cc00cc;
    margin-right: 130px;
    font-size: 14px;
}

.sale-customer {
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-top: 15px;
    padding-bottom: 15px;
    border-radius: 6px;
    background-color: rgba(255, 255, 255, .1);
}

.sale-customer-static {
    vertical-align: top;
    text-align: right;
    padding-right: 30px;
}

.sale-customer-bottom-static {
    vertical-align: top;
    text-align: right;
    padding-right: 30px;
    padding-bottom: 7px;
}

.sale-customer-top {
    padding-left: 10px;
    padding-right: 10px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    background-color: rgba(255, 255, 255, .2);
}

.sale-customer-middle {
    padding-left: 10px;
    padding-right: 10px;
    background-color: rgba(255, 255, 255, .2);
}

.sale-customer-bottom {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 7px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    background-color: rgba(255, 255, 255, .2);
}

.sale-customer-top-bottom {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 7px;
    border-radius: 4px;
    background-color: rgba(255, 255, 255, .2);
}

.image_yn {
    visibility: hidden;
    position: absolute;
    left: 50%;
    margin-top: 15px;
    margin-left: -60px;
    z-index: 1;
}

#label_reset_gs, #label_manage_gs {
    height: 60px;
    margin-left: 7px;
    text-align: left;
    vertical-align: top;
    padding-top: 0;
    cursor: pointer;
}

#date19d_proceed, #date19d_denied, #date19d_cancelled, #date19e,
#q27_do, #q27dn1r, #q27dn1t {
    margin-top: 5px;
    width: 120px;
    background-color: rgba(255, 255, 255, .2);
    color: white;
    border: none;
}

#q19f_name, #q19f_num, #q19g, #q21_pt, #q21_pn, #q30b, #q26c1, #q26c3 {
    text-transform: uppercase;
    background-color: rgba(255, 255, 255, .2);
    color: white;
    border: none;
}

#q21_doi, #q21_ed, #q23, #q31 {
    margin-top: 5px;
    background-color: rgba(255, 255, 255, .2);
    color: white;
    border: none;
}

#date19d_proceed::-moz-placeholder, #date19d_denied::-moz-placeholder,
#date19d_cancelled::-moz-placeholder, #date19e::-moz-placeholder,
#q19f_name::-moz-placeholder, #q19f_num::-moz-placeholder, #q19g::-moz-placeholder,
#q27_do::-moz-placeholder, #q27dn1r::-moz-placeholder, #q27dn1t::-moz-placeholder {
    font-style: italic;
}

#date19d_proceed::-webkit-input-placeholder, #date19d_denied::-webkit-input-placeholder,
#date19d_cancelled::-webkit-input-placeholder, #date19e::-webkit-input-placeholder,
#q19f_name::-webkit-input-placeholder, #q19f_num::-webkit-input-placeholder,
#q19g::-webkit-input-placeholder, #q27_do::-webkit-input-placeholder,
#q27dn1r::-webkit-input-placeholder, #q27dn1t::-webkit-input-placeholder {
    font-style: italic;
}

.i4473_warning {
    font-size: 15px;
    display: block;
    width: 480px;
    margin-top: -5px;
    text-align: left;
    line-height: 20px;
}

.ar_tbl {
    width: 100%;
    font-size: 18px;
    border-collapse: separate;
    border-spacing: 0 1em;
    margin-top: -2em;
    margin-bottom: -2em;
    text-align: left;
}

.ar_line {
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
}

.email_notif {
    height: 30px;
    margin-top: -5px;
    background-color: rgba(255, 255, 255, .2);
    color: white;
    border: none;
}

#hhr {
    background-color: #444755;
    height: 1px;
    border: 0;
}

.img_hlogin {
    position: relative;
}

    .img_hlogin span {
        position: absolute;
        color: black;
        font-size: 24px;
        top: 0;
        left: 0;
        width: 233px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        display: block;
        cursor: pointer;
    }

.jodit_cloud_theme .jodit_wysiwyg {
    background-color: #29354d;
}

.jodit_cloud_theme .jodit_toolbar {
    background: white;
}

    .jodit_cloud_theme .jodit_toolbar svg {
        fill: black;
    }

#inotice_1, #inotice_2 {
    width: 16px;
    margin-bottom: 5px;
    margin-right: 30px;
    cursor: pointer;
}

#img_sc, #img_sd, #img_sc1, #img_sn {
    width: 20px;
    position: absolute;
    margin-top: 7px;
    margin-left: 62%;
    cursor: pointer;
    z-index: 1;
}

@media (max-width: 1199px) {
    #img_sc, #img_sd {
        margin-left: 54%;
    }

    #img_sc1 {
        margin-left: 72%;
    }

    #img_sn {
        margin-left: 58%;
    }
}

@media (max-width: 991px) {
    #img_sc, #img_sd, #img_sc1, #img_sn {
        margin-left: 32%;
    }
}

@media (max-width: 767px) {
    #img_sc, #img_sd, #img_sc1, #img_sn {
        margin-left: 32%;
    }
}

@media (max-width: 735px) {
    #img_sc, #img_sd, #img_sc1, #img_sn {
        margin-left: 36%;
    }
}

@media (max-width: 414px) {
    #img_sc, #img_sd, #img_sc1, #img_sn {
        margin-left: 57%;
    }
}

@media (max-width: 413px) {
    #img_sc, #img_sd, #img_sc1, #img_sn {
        margin-left: 63%;
    }
}

#btname_tb {
    margin-top: 3px;
    margin-bottom: 10px;
}

#img_si, #img_sii, #img_sim, #img_sm {
    width: 20px;
    position: absolute;
    margin-top: 7px;
    margin-left: 78%;
    cursor: pointer;
    z-index: 1;
    display: none;
}

#img_sbt {
    width: 20px;
    position: absolute;
    margin-top: 7px;
    margin-left: 74%;
    cursor: pointer;
    z-index: 1;
    display: none;
}

@media (max-width: 1499px) {
    #img_si {
        margin-left: 68%;
    }
}

@media (max-width: 1199px) {
    #img_si {
        margin-left: 62%;
    }
}

@media (max-width: 991px) {
    #img_si {
        margin-left: 58%;
    }
}

@media (max-width: 767px) {
    #img_si {
        margin-left: 60%;
    }
}

@media (max-width: 735px) {
    #img_si {
        margin-left: 67%;
    }
}

@media (max-width: 1199px) {
    #img_sii, #img_sim, #img_sm {
        margin-left: 76%;
    }

    #img_sbt {
        margin-left: 68%;
    }
}

@media (max-width: 991px) {
    #img_sii, #img_sim, #img_sm {
        margin-left: 33%;
    }

    #img_sbt {
        padding-top: 0 !important;
        margin-left: 38%;
    }

    #btname_tb {
        margin-top: 0;
        margin-bottom: 0;
    }
}

@media (max-width: 767px) {
    #img_sii, #img_sim, #img_sm, #img_sbt {
        margin-left: 34%;
    }
}

@media (max-width: 735px) {
    #img_sii, #img_sim, #img_sm, #img_sbt {
        margin-left: 37%;
    }
}

@media (max-width: 414px) {
    #img_sii, #img_sim, #img_sm {
        margin-left: 60%;
    }

    #img_sbt {
        padding-top: 0 !important;
        margin-left: 66%;
    }
}

@media (max-width: 413px) {
    #img_sii, #img_sim, #img_sm {
        margin-left: 67%;
    }
}

#img_saf {
    width: 20px;
    position: absolute;
    margin-top: 7px;
    margin-left: 71%;
    cursor: pointer;
    z-index: 1;
    display: none;
}

@media (max-width: 1199px) {
    #img_saf {
        margin-left: 67%;
    }
}

@media (max-width: 991px) {
    #img_saf {
        margin-left: 38%;
    }
}

@media (max-width: 767px) {
    #img_saf {
        margin-left: 34%;
    }
}

@media (max-width: 735px) {
    #img_saf {
        margin-left: 37%;
    }
}

@media (max-width: 414px) {
    #img_saf {
        margin-left: 60%;
    }
}

@media (max-width: 413px) {
    #img_saf {
        margin-left: 67%;
    }
}

#img_ssn {
    width: 20px;
    position: absolute;
    margin-top: 7px;
    margin-left: 60%;
    cursor: pointer;
    z-index: 1;
}

@media (max-width: 1199px) {
    #img_ssn {
        margin-left: 74%;
    }
}

@media (max-width: 991px) {
    #img_ssn {
        margin-left: 32%;
    }
}

@media (max-width: 767px) {
    #img_ssn {
        margin-left: 32%;
    }
}

@media (max-width: 735px) {
    #img_ssn {
        margin-left: 36%;
    }
}

@media (max-width: 414px) {
    #img_ssn {
        margin-left: 57%;
    }
}

@media (max-width: 413px) {
    #img_ssn {
        margin-left: 63%;
    }
}

#img_s4473 {
    width: 20px;
    position: absolute;
    margin-top: 7px;
    margin-left: 70%;
    cursor: pointer;
    z-index: 1;
}

#img_sms {
    width: 20px;
    position: absolute;
    margin-top: 7px;
    margin-left: 80%;
    cursor: pointer;
    z-index: 1;
}

@media (max-width: 1199px) {
    #img_s4473 {
        margin-left: 65%;
    }

    #img_sms {
        margin-left: 75%;
    }
}

@media (max-width: 991px) {
    #img_s4473, #img_sms {
        margin-left: 33%;
    }
}

@media (max-width: 767px) {
    #img_s4473, #img_sms {
        margin-left: 34%;
    }
}

@media (max-width: 735px) {
    #img_s4473, #img_sms {
        margin-left: 37%;
    }
}

@media (max-width: 414px) {
    #img_s4473, #img_sms {
        margin-left: 60%;
    }
}

@media (max-width: 413px) {
    #img_s4473, #img_sms {
        margin-left: 66%;
    }
}

#img_su {
    width: 20px;
    position: absolute;
    margin-top: 7px;
    margin-left: 74%;
    cursor: pointer;
    z-index: 1;
}

@media (max-width: 1199px) {
    #img_su {
        margin-left: 70%;
    }
}

@media (max-width: 991px) {
    #img_su {
        margin-left: 32%;
    }
}

@media (max-width: 767px) {
    #img_su {
        margin-left: 32%;
    }
}

@media (max-width: 735px) {
    #img_su {
        margin-left: 36%;
    }
}

@media (max-width: 414px) {
    #img_su {
        margin-left: 57%;
    }
}

@media (max-width: 413px) {
    #img_su {
        margin-left: 63%;
    }
}

#img_master {
    width: 20px;
    position: absolute;
    margin-top: 7px;
    margin-left: 80%;
    cursor: pointer;
    z-index: 1;
}

@media (max-width: 991px) {
    #img_master {
        margin-left: 90%;
    }
}

.glyphicon_rreg {
    font-size: 16px;
}

.mm_icons {
    cursor: pointer;
    margin-left: 15px;
    margin-right: 15px;
}

.home_center {
    display: flex;
    justify-content: center;
    width: 84%;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 1199px) {
    #home_top {
        margin-top: 30px;
    }

    .home_center {
        width: 100%;
    }
}

.home_labels {
    line-height: 18px;
    margin-top: 8px;
}

.home_icons {
    width: 25%;
    text-align: center;
    vertical-align: top;
}